20 lines
389 B
Plaintext
20 lines
389 B
Plaintext
@import "../styles/mixins/index.less";
|
|
@import "../styles/themes/index.less";
|
|
|
|
.@{wux-prefix}-grids {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
background-color: @grids-bg;
|
|
|
|
&--bordered {
|
|
&::before {
|
|
.setTopLine(@border-color-split);
|
|
}
|
|
|
|
&::after {
|
|
.setLeftLine(@border-color-split);
|
|
}
|
|
}
|
|
}
|