更新:登录功能
This commit is contained in:
16
uni_modules/wot-design-uni/components/wd-tab/index.scss
Normal file
16
uni_modules/wot-design-uni/components/wd-tab/index.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
@import '../common/abstracts/variable';
|
||||
@import '../common/abstracts/mixin';
|
||||
|
||||
|
||||
@include b(tab) {
|
||||
width: 100%;
|
||||
flex-shrink: 0;
|
||||
box-sizing: border-box;
|
||||
|
||||
@include e(body) {
|
||||
@include m(inactive) {
|
||||
height: 0;
|
||||
transition: height 0.3s ease-in-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user