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

This commit is contained in:
hxr 2023-08-10 22:09:39 +08:00
parent 6ac6bb15f1
commit 4af2c0acdf
1 changed files with 1 additions and 2 deletions

View File

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