提交 9ad120e6 authored 作者: wangjiahao's avatar wangjiahao

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

上级 bd8a560f
...@@ -61,6 +61,7 @@ export default { ...@@ -61,6 +61,7 @@ export default {
methods: { methods: {
onSubmit() { onSubmit() {
this.curComponent.hyperlinks = deepCopy(this.linkInfo) this.curComponent.hyperlinks = deepCopy(this.linkInfo)
this.$store.state.styleChangeTimes++
this.popoverClose() this.popoverClose()
}, },
onClose() { onClose() {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<el-radio v-model="panel.backgroundType" label="color" @change="onChangeType">{{ $t('chart.color') }}</el-radio> <el-radio v-model="panel.backgroundType" label="color" @change="onChangeType">{{ $t('chart.color') }}</el-radio>
</el-col> </el-col>
<el-col :span="18"> <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-col>
</el-row> </el-row>
<el-row style="height: 60px;margin-top:10px;overflow: hidden"> <el-row style="height: 60px;margin-top:10px;overflow: hidden">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论