feat:修复主题

This commit is contained in:
zyronon
2025-08-03 16:32:20 +08:00
parent 102f5fbc1f
commit 6d9fbf234f
31 changed files with 272 additions and 1679 deletions

View File

@@ -59,7 +59,7 @@ defineEmits(['click'])
transition: all .3s;
//background: #999;
//background: rgb(60, 63, 65);
//background: var(--color-second-bg);
//background: var(--color-second);
height: 2.5rem;
line-height: 1;
position: relative;

View File

@@ -41,7 +41,6 @@ $w: 1.4rem;
border-radius: .3rem;
background: transparent;
transition: all .3s;
//color: var(--color-main-active);
&:hover:not(.disabled) {
background: var(--color-primary);
@@ -58,4 +57,4 @@ $w: 1.4rem;
height: $w;
}
}
</style>
</style>