Commit 1ee760de7d575370876fa000534727151ccf4984
1 parent
b2d187d2
样式优化
Showing
1 changed file
with
6 additions
and
1 deletions
src/components/tabBox/tabBox.less
| ... | ... | @@ -18,7 +18,12 @@ |
| 18 | 18 | background-color: #FC1541; |
| 19 | 19 | width: 40px !important; |
| 20 | 20 | height: 4px; |
| 21 | - top: 40px; | |
| 21 | + position: absolute; | |
| 22 | + bottom: 2vw; | |
| 23 | + left: 0; | |
| 24 | + z-index: 1; | |
| 25 | + border-radius: 0.4vw; | |
| 26 | + top: 50px; | |
| 22 | 27 | } |
| 23 | 28 | // tab边框 |
| 24 | 29 | .van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after{ | ... | ... |