mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 23:38:32 +08:00
8 lines
110 B
SCSS
8 lines
110 B
SCSS
|
|
@import "mixins/mixins";
|
||
|
|
|
||
|
|
@include b(aside) {
|
||
|
|
overflow: auto;
|
||
|
|
box-sizing: border-box;
|
||
|
|
flex-shrink: 0;
|
||
|
|
}
|