mirror of https://gitee.com/lmlz_0/dc-ui.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
355 B
23 lines
355 B
2 years ago
|
@import './variables.module.scss';
|
||
|
@import './mixin.scss';
|
||
|
@import './transition.scss';
|
||
|
@import './element-ui.scss';
|
||
|
@import './sidebar.scss';
|
||
|
@import './btn.scss';
|
||
|
@import './ruoyi.scss';
|
||
|
|
||
|
|
||
|
|
||
|
.newLineCenter{
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
text-align: center;
|
||
|
div{
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
.leftmargin100px{
|
||
|
margin-left: 100px;
|
||
|
}
|
||
|
|