style: 优化样式1.2

This commit is contained in:
ccnetcore
2025-08-25 00:39:16 +08:00
parent 942e218a9e
commit 10559a925c
2 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ html.dark {
.el-card {
--el-card-bg-color: none !important;
border-radius: 0px !important;
background-color: #04080B !important;
}
.el-card:hover {

View File

@@ -270,4 +270,8 @@ const handleClick = () => {};
margin-top: 0.5rem;
margin-right: 1rem;
}
::v-deep(.w-e-text-container span) {
color: #FFF;
}
</style>