ruoyi-plus-soybean/src/styles/css/global.css

14 lines
148 B
CSS
Raw Normal View History

@import "./reset.css";
2023-11-17 08:45:00 +08:00
@import "./nprogress.css";
@import "./transition.css";
html,
body,
#app {
2023-11-17 08:45:00 +08:00
height: 100%;
}
html {
overflow-x: hidden;
}