2023-03-12 22:45:39 +08:00
|
|
|
@import "./reset.css";
|
2023-11-17 08:45:00 +08:00
|
|
|
@import "./nprogress.css";
|
|
|
|
@import "./transition.css";
|
2022-01-04 19:09:00 +08:00
|
|
|
|
2023-03-12 22:45:39 +08:00
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#app {
|
2023-11-17 08:45:00 +08:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
overflow-x: hidden;
|
2022-01-04 19:09:00 +08:00
|
|
|
}
|