13 lines
207 B
SCSS
Raw Normal View History

2025-03-19 15:35:09 +08:00
@import '../../../assets/styles/common';
@import './web';
@import './h5';
@import './uni';
@import './wx';
:not(not) {
display: flex;
flex-direction: column;
box-sizing: border-box;
min-width: 0;
}