mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Tabs: card type incorrect border color (#767)
This commit is contained in:
parent
c7d6ed66f6
commit
870c23b143
11359
package-lock.json
generated
Normal file
11359
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,8 +5,9 @@
|
||||
scroll-with-animation
|
||||
scroll-left="{{ scrollLeft }}"
|
||||
class="van-tabs__scroll--{{ type }}"
|
||||
style="{{ color ? 'border-color: ' + color : '' }}"
|
||||
>
|
||||
<view class="van-tabs__nav van-tabs__nav--{{ type }}" style="{{ color ? 'border-color: ' + color : '' }}">
|
||||
<view class="van-tabs__nav van-tabs__nav--{{ type }}">
|
||||
<view wx:if="{{ type === 'line' }}" class="van-tabs__line" style="{{ lineStyle }}" />
|
||||
<view
|
||||
wx:for="{{ tabs }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user