mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(图表): 修复明细表斑马纹透明度保存无效 (#15288)
This commit is contained in:
@@ -150,7 +150,7 @@ onMounted(() => {
|
||||
:class="'form-item-' + themes"
|
||||
class="form-item"
|
||||
label=""
|
||||
v-if="showProperty('tableItemSubBgColor')"
|
||||
v-if="showProperty('tableItemSubBgColor') && state.tableCellForm.tableItemSubBgColor"
|
||||
>
|
||||
<el-color-picker
|
||||
v-model="state.tableCellForm.tableItemSubBgColor"
|
||||
|
||||
Reference in New Issue
Block a user