fix:文本链接修改,仪表板底色修改,保存按钮还是灰的问题

This commit is contained in:
wangjiahao 2021-11-01 17:24:56 +08:00
parent 173e3b80e5
commit c7bfab9654
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ export default {
methods: {
onSubmit() {
this.curComponent.hyperlinks = deepCopy(this.linkInfo)
this.$store.state.styleChangeTimes++
this.popoverClose()
},
onClose() {

View File

@ -12,7 +12,7 @@
<el-radio v-model="panel.backgroundType" label="color" @change="onChangeType">{{ $t('chart.color') }}</el-radio>
</el-col>
<el-col :span="18">
<el-color-picker v-model="panel.color" size="mini" style="cursor: pointer;z-index: 1004;" />
<el-color-picker v-model="panel.color" size="mini" style="cursor: pointer;z-index: 1004;" @change="onChangeType"/>
</el-col>
</el-row>
<el-row style="height: 60px;margin-top:10px;overflow: hidden">