mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
15 lines
260 B
SCSS
15 lines
260 B
SCSS
@import './mixins/mixins.scss';
|
|
|
|
@include b(column-group) {
|
|
& > .columns {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
& >.column {
|
|
margin-right: 18px;
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
flex-grow: 1;
|
|
}
|
|
}
|
|
} |