修复layout组件滑动条自动缩小bug
This commit is contained in:
parent
264cd132be
commit
48b31a01e0
|
@ -15,7 +15,7 @@
|
|||
@import "./Layout.scss";
|
||||
</style>
|
||||
|
||||
<div class="smx-layout-sider" bind:this={sider} style="width: {width};background: {bgcolor}">
|
||||
<div class="smx-layout-sider" bind:this={sider} style="width: {width};min-width: {width};background: {bgcolor}">
|
||||
<div class="smx-layout-sider-children">
|
||||
<slot />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue