refactor: ♻️ 优化图标暗黑模式显示

Former-commit-id: 4af2c0acdf29fb477772850ede6af960d3d1c66a
This commit is contained in:
hxr
2023-08-10 22:09:39 +08:00
parent c883f98bc7
commit b7c3c75906

View File

@@ -115,7 +115,6 @@ const svg_icons: string[] = [
"tree", "tree",
"user", "user",
"uv", "uv",
"valid_code",
"verify_code", "verify_code",
]; ];
const icons = ref(ElementPlusIconsVue); const icons = ref(ElementPlusIconsVue);
@@ -159,7 +158,7 @@ function handleClipboard(text: any, event: any) {
height: 85px; height: 85px;
margin: 20px; margin: 20px;
font-size: 30px; font-size: 30px;
color: #24292e; color: var(--el-text-color-regular);
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
} }