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,9 +120,6 @@ export default {
120 }, 120 },
121 getShowPic() { 121 getShowPic() {
122 const {textPic, slectedDataType} = this.transStyle; 122 const {textPic, slectedDataType} = this.transStyle;
123 -  
124 -  
125 -  
126 const key = this.staticData[slectedDataType] || textPic; 123 const key = this.staticData[slectedDataType] || textPic;
127 const dataPic = this.value.setup.dynamicAddPicAdress; 124 const dataPic = this.value.setup.dynamicAddPicAdress;
128 // if(this.isBlank(key) || this.isBlankArray(dataPic)){ 125 // if(this.isBlank(key) || this.isBlankArray(dataPic)){