init
This commit is contained in:
33
uni_modules/nutui-uni/components/sku/index.scss
Normal file
33
uni_modules/nutui-uni/components/sku/index.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
@import '../price/index';
|
||||
@import '../inputnumber/index';
|
||||
@import '../popup/index';
|
||||
|
||||
.nut-theme-dark {
|
||||
.nut-sku {
|
||||
background: $dark-background;
|
||||
}
|
||||
}
|
||||
|
||||
.nut-sku {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
background: $white;
|
||||
|
||||
&-content {
|
||||
flex: 1;
|
||||
margin-top: 24px;
|
||||
overflow: hidden auto;
|
||||
|
||||
&-wrapper {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 0 18px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user