feat 优化系统图标

This commit is contained in:
Ironsp
2026-06-09 14:29:40 +08:00
parent 0eaa8a44f4
commit 3fadbf881b
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@
"ComputedRef": true, "ComputedRef": true,
"DirectiveBinding": true, "DirectiveBinding": true,
"EffectScope": true, "EffectScope": true,
"ElLoading": true,
"ElMessage": true,
"ElMessageBox": true,
"ElNotification": true,
"ExtractDefaultPropTypes": true, "ExtractDefaultPropTypes": true,
"ExtractPropTypes": true, "ExtractPropTypes": true,
"ExtractPublicPropTypes": true, "ExtractPublicPropTypes": true,

View File

@@ -366,7 +366,7 @@ onMounted(() => {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
right: -20px; right: -20px;
top: 25px; top: 16px;
font-size: 12px; font-size: 12px;
} }
} }