style(仪表板): 富文本视图字段选择样式修改

This commit is contained in:
wangjiahao 2022-08-23 14:06:07 +08:00
parent 945d99336c
commit e9925899aa
2 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,7 @@ export default {
width: 174px;
margin: 4px 0 0 0;
text-align: left;
margin-left: 0px!important;
}
</style>

View File

@ -151,6 +151,8 @@ export default {
content = content.replace(itm, _this.dataRowNameSelect[ele] ? _this.dataRowNameSelect[ele] : '[无法获取字段值]')
})
}
content = content.replace('class="base-selected"','')
this.resetSelect()
return content
},
fieldSelect(field) {