init
This commit is contained in:
24
uni_modules/nutui-uni/components/tabpane/index.scss
Normal file
24
uni_modules/nutui-uni/components/tabpane/index.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
@import "../tabs/index";
|
||||
|
||||
.nut-theme-dark {
|
||||
.nut-tab-pane {
|
||||
background: $dark-background2;
|
||||
}
|
||||
}
|
||||
|
||||
.nut-tab-pane {
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: $tab-pane-padding;
|
||||
overflow: auto;
|
||||
word-break: break-all;
|
||||
background: $tab-pane-background;
|
||||
|
||||
&.inactive {
|
||||
height: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user