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; bottom: 0;
left: -50%; left: -50%;
font-size: 20px; font-size: 20px;
color: #000; color: #fff;
} }
.loader .binary { .loader .binary {

View File

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

View File

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