Compare commits

...

2 Commits

Author SHA1 Message Date
李寻欢 5dbeeda0cc 页面优化 2024-02-07 10:21:58 +08:00
李寻欢 232fa37dab 修改默认主题 2024-02-07 10:17:28 +08:00
3 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
"MultiTagsCache": false,
"KeepAlive": true,
"Layout": "vertical",
"Theme": "light",
"Theme": "mingQing",
"DarkMode": false,
"Grey": false,
"Weak": false,

View File

@ -62,14 +62,14 @@ const themeColors = {
menuActiveBefore: "#f6da4d"
},
mingQing: {
subMenuActiveText: "#fff",
menuBg: "#032121",
menuHover: "#59bfc1",
subMenuBg: "#000",
subMenuActiveBg: "#59bfc1",
subMenuActiveText: "#59bfc1",
menuBg: "#fff",
menuHover: "#e0ebf6",
subMenuBg: "#fff",
subMenuActiveBg: "#e0ebf6",
menuText: "#7a80b4",
sidebarLogo: "#053434",
menuTitleHover: "#fff",
sidebarLogo: "#fff",
menuTitleHover: "#000",
menuActiveBefore: "#59bfc1"
},
auroraGreen: {

View File

@ -342,7 +342,7 @@ onMounted(() => {
}
.robot-card {
width: 24%;
width: 32%;
min-width: 380px;
height: 330px;
}