mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-23 12:06:36 +08:00
14 lines
148 B
CSS
14 lines
148 B
CSS
@import './reset.css';
|
|
@import './nprogress.css';
|
|
@import './transition.css';
|
|
|
|
html,
|
|
body,
|
|
#app {
|
|
height: 100%;
|
|
}
|
|
|
|
html {
|
|
overflow-x: hidden;
|
|
}
|