fix: 样式优化

This commit is contained in:
dataeaseShu
2025-06-03 18:06:28 +08:00
committed by xuwei-fit2cloud
parent f97d1e9fbe
commit 41c6881cc8

View File

@@ -6,7 +6,7 @@
<el-col :span="12">
<el-form-item
:effect="themes"
class="form-item"
class="form-item h-auto"
:class="'form-item-' + themes"
:label="t('components.jump_icon_color')"
>
@@ -24,7 +24,7 @@
<el-col :span="12">
<el-form-item
:effect="themes"
class="form-item"
class="form-item h-auto"
:class="'form-item-' + themes"
:label="t('components.level_display_color')"
>
@@ -120,6 +120,12 @@ onMounted(() => {
line-height: 20px;
}
}
.h-auto {
:deep(.ed-form-item__label) {
height: auto;
}
}
.form-item-dark {
:deep(.ed-form-item__label) {
color: #6a6a6a;