style: switch style
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2025-12-10 17:17:03 +08:00
parent cb977a71ec
commit 44b1387635
2 changed files with 7 additions and 1 deletions

View File

@ -391,3 +391,9 @@
.el-upload {
--el-upload-dragger-padding-horizontal: 32px;
}
// el-switch
.el-switch__core {
border: 1px solid var(--app-border-color-dark);
background: var(--app-border-color-dark);
}

View File

@ -34,7 +34,7 @@
</el-tag>
</template>
<template #subTitle>
<el-text class="color-secondary" size="small">
<el-text class="color-secondary lighter" size="small">
{{ getSubTitle(props.tool) }}
</el-text>
</template>