fix(仪表板): 仪表板背景-颜色-设置百分比后保存在此进入查看恢复默认(100%)

This commit is contained in:
dataeaseShu 2024-11-04 11:07:49 +08:00
parent 00dc457d69
commit f88d095ce6

View File

@ -68,6 +68,7 @@
<div class="indented-item"> <div class="indented-item">
<el-form-item class="form-item" :class="'form-item-' + themes"> <el-form-item class="form-item" :class="'form-item-' + themes">
<el-color-picker <el-color-picker
v-if="state.commonBackground.backgroundColor"
v-model="state.commonBackground.backgroundColor" v-model="state.commonBackground.backgroundColor"
:effect="themes" :effect="themes"
:disabled="!state.commonBackground.backgroundColorSelect" :disabled="!state.commonBackground.backgroundColorSelect"