This commit is contained in:
2025-02-06 18:13:42 +08:00
commit f4eb06d284
492 changed files with 40280 additions and 0 deletions

13
src/styles/variables.css Normal file
View File

@ -0,0 +1,13 @@
:export {
menuActiveText: #409EFF;
subMenuActiveText: #f4f4f5;
menuBg: #001529;
menuHover: #000c17;
menuLightBg: #ffffff;
menuLightHover: #f0f1f5;
subMenuBg: #000c17;
subMenuHover: #001528;
sideBarWidth: 210px;
sidebarTitle: #ffffff;
sidebarLightTitle: #001529;
}