fix: 样式优化

This commit is contained in:
dataeaseShu
2025-05-29 15:04:19 +08:00
committed by 王嘉豪
parent 14bc4c6f48
commit 266b7d67be
3 changed files with 4 additions and 4 deletions

View File

@@ -299,10 +299,10 @@ onMounted(() => {
/>
</el-select>
</el-col>
<el-col :span="2" style="text-align: center">
<el-col :span="2">
<el-color-picker
is-custom
size="large"
:trigger-width="60"
v-model="item.color"
class="color-picker-style"
:predefine="state.predefineColors"

View File

@@ -424,7 +424,7 @@ init()
>
<el-color-picker
is-custom
size="large"
:trigger-width="60"
v-model="item.color"
show-alpha
class="color-picker-style"

View File

@@ -170,7 +170,7 @@ init()
<div class="color-title">{{ t('chart.textColor') }}</div>
<el-color-picker
is-custom
size="large"
:trigger-width="60"
v-model="item.color"
show-alpha
class="color-picker-style"