fix 打包后无法切换样式模式的问题

This commit is contained in:
2021-07-02 12:15:23 +08:00
parent 850d490a1b
commit 0d9e77afc7
4 changed files with 17 additions and 3 deletions

View File

@@ -4,3 +4,8 @@
body {
line-height: 1.42857143;
}
#root {
transition: @animation-duration-slow opacity;
opacity: 1 !important;
}

View File

@@ -4,3 +4,8 @@
body {
line-height: 1.42857143;
}
#root {
transition: @animation-duration-slow opacity;
opacity: 1 !important;
}