Optimize date response. Add system log table.
This commit is contained in:
16
src/assets/css/pages/system-framework.scss
Normal file
16
src/assets/css/pages/system-framework.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
@use "@/assets/css/constants" as constants;
|
||||
@use "@/assets/css/mixins" as mixins;
|
||||
|
||||
body {
|
||||
background-color: constants.$background-color;
|
||||
}
|
||||
|
||||
.left-panel {
|
||||
background-color: constants.$origin-color;
|
||||
}
|
||||
|
||||
.right-panel {
|
||||
flex: 1;
|
||||
width: 0;
|
||||
background-color: constants.$background-color;
|
||||
}
|
||||
Reference in New Issue
Block a user