refactor: ♻️ 自定义主题色,参考arco.design主题色值修改主色

This commit is contained in:
ray
2024-09-07 19:03:05 +08:00
parent bd18441359
commit 316e2a64c2
8 changed files with 55 additions and 63 deletions

View File

@@ -201,7 +201,7 @@ onClickOutside(iconSelectRef, () => (popoverVisible.value = false), {
}
.icon-item:hover {
border-color: #409eff;
border-color: #4080ff;
scale: 1.2;
}
}