refactor: 界面重构美化

This commit is contained in:
Ray.Hao
2026-05-11 11:54:22 +08:00
parent 66615279eb
commit fe0775fbdb
31 changed files with 2836 additions and 2172 deletions

View File

@@ -201,7 +201,7 @@ onMounted(() => {
}
.icon-grid-item:hover {
border-color: #4080ff;
border-color: var(--el-color-primary);
transform: scale(1.2);
}
</style>