This commit is contained in:
ljw
2024-09-13 16:34:15 +08:00
commit 364064e5ce
62 changed files with 8448 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
$basicBlack: #000000;
$basicWhite: #ffffff;
$primaryColor: #409eff;
$sideBarWidth: 210px;
:root {
--basicBlack: #000000;
--basicWhite: #ffffff;
--primaryColor: #409eff;
}
.list-body{
margin: 10px 0;
}
.dialog-form{
max-width: 600px;
margin: 20px auto;
}