Refactor(css): Change all less to module mode

This commit is contained in:
2024-10-17 20:26:06 +08:00
parent 3d77dc793b
commit b7c3fb8524
111 changed files with 962 additions and 858 deletions

View File

@@ -0,0 +1,8 @@
.root {
width: 100%;
height: 100%;
> * {
width: 0 !important;
}
}