style: 用 Element Plus 变量替换硬编码中性色值
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user