mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Tab: span selector (#1146)
This commit is contained in:
parent
c75d37e61b
commit
7b61eeaf33
@ -94,7 +94,7 @@
|
||||
is-link
|
||||
>
|
||||
<view slot="title">
|
||||
<span class="van-cell-text">单元格</span>
|
||||
<view class="van-cell-text">单元格</view>
|
||||
<van-tag type="danger">标签</van-tag>
|
||||
</view>
|
||||
</van-cell>
|
||||
|
@ -113,10 +113,6 @@
|
||||
background-color: @white;
|
||||
min-width: 0; /* hack for flex ellipsis */
|
||||
|
||||
span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&--active {
|
||||
font-weight: 500;
|
||||
color: @text-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user