Browse Source

feat--表格优化

qianming 1 năm trước cách đây
mục cha
commit
0bee5a9848

+ 0 - 3
report-ui/src/views/bigscreenDesigner/designer/widget/texts/widgetTable.vue

@@ -209,9 +209,6 @@ export default {
     },
     tableRowHeight() {
       let styleJson = {};
-      styleJson["overflow"] = "hidden";
-      styleJson["white-space"] = "nowrap";
-      styleJson["text-overflow"] = "ellipsis";
       if (this.optionsSetUp.rowHeight) {
         styleJson["height"] = this.optionsSetUp.rowHeight + "px";
         //styleJson["line-height"] = this.optionsSetUp.rowHeight + "px";