Commit 1520b27d4cd2854a367b84467e5324251f530f4e

Authored by qianbao
1 parent d6e30545

1、添加表格自动换行

2添加表格列字体对其方式特殊属性
3添加折线图滑块默认100%
src/views/bigscreenDesigner/designer/widget/div/widgetDtImage.vue
... ... @@ -120,9 +120,6 @@ export default {
120 120 },
121 121 getShowPic() {
122 122 const {textPic, slectedDataType} = this.transStyle;
123   -
124   -
125   -
126 123 const key = this.staticData[slectedDataType] || textPic;
127 124 const dataPic = this.value.setup.dynamicAddPicAdress;
128 125 // if(this.isBlank(key) || this.isBlankArray(dataPic)){
... ...