mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
15 lines
186 B
CSS
15 lines
186 B
CSS
@import './reset.css';
|
|
@import './nprogress.css';
|
|
@import './transition.css';
|
|
|
|
html,
|
|
body,
|
|
#app {
|
|
height: 100%;
|
|
}
|
|
|
|
html {
|
|
overflow-x: hidden;
|
|
color: rgb(var(--base-text-color));
|
|
}
|