style: 用 Element Plus 变量替换硬编码中性色值

This commit is contained in:
Ray.Hao
2026-01-17 14:23:46 +08:00
parent dd33c3e50e
commit 286fed2334
4 changed files with 19 additions and 49 deletions

View File

@@ -199,7 +199,7 @@ const onError = (error: any) => {
font-size: 16px;
color: #ff7901;
cursor: pointer;
background: #fff;
background: var(--el-bg-color);
border-radius: 100%;
:hover {