🐛: 修复 scroll 组件 scroll-width 过期属性
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<lay-icon :type="iconType" size="40"> </lay-icon>
|
<lay-icon :type="iconType" size="40"> </lay-icon>
|
||||||
</lay-button>
|
</lay-button>
|
||||||
</div>
|
</div>
|
||||||
<lay-scroll :scrollWidth="0">
|
<lay-scroll :thumbWidth="0">
|
||||||
<ul>
|
<ul>
|
||||||
<li
|
<li
|
||||||
v-for="(anchor, index) in anchorList"
|
v-for="(anchor, index) in anchorList"
|
||||||
|
|||||||
Reference in New Issue
Block a user