style: 优化样式1.1

This commit is contained in:
ccnetcore
2025-08-04 23:55:48 +08:00
parent 5b024e9443
commit 09a2f91cbf
3 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
bottom: 0;
left: -50%;
font-size: 20px;
color: #000;
color: #fff;
}
.loader .binary {

View File

@@ -22,6 +22,7 @@ html.dark {
border-radius: 0px;
}
.el-card {
--el-card-bg-color: none !important;
border-radius: 0px !important;
}

View File

@@ -45,7 +45,7 @@ onMounted(async () => {
height: 2.6rem;
margin: 0 0.2rem;
text-align: center;
background: rgba(0, 255, 136, 0.1);
/* background: rgba(0, 255, 136, 0.1); */
font-size: 14px;
color: #00ff88;
}