mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
fix: 🐛 修复tabs组件中使用sticky组件offset-top参数名错误的问题
This commit is contained in:
parent
4b1d3fc3f8
commit
707b355e84
@ -4,7 +4,7 @@
|
||||
<view
|
||||
:class="`wd-tabs ${customClass} ${slidableNum < items.length ? 'is-slide' : ''} ${mapNum < items.length && mapNum !== 0 ? 'is-map' : ''}`"
|
||||
>
|
||||
<wd-sticky :offset-Top="offsetTop">
|
||||
<wd-sticky :offset-top="offsetTop">
|
||||
<!--头部导航容器-->
|
||||
<view class="wd-tabs__nav wd-tabs__nav--sticky">
|
||||
<view class="wd-tabs__nav--wrap">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user