From f303499ea96dc9402f470d9c64aadd5945a7b638 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期一, 03 六月 2024 11:17:28 +0800
Subject: [PATCH] OEE报表页面表格列属性ellipsis开启后内容若超出盒子宽度则出现与表头错位现象,而无法实现ellipsis开启后内容超出单元格则省略功能,现采取增加列宽度方式且关闭ellipsis属性功能方法解决问题

---
 src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue b/src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue
index 99dfe82..f128940 100644
--- a/src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue
+++ b/src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue
@@ -145,6 +145,7 @@
             this.allTreeKeys = []
             this.treeDataSource = res.result
             this.generateList(res.result)
+            this.expandedKeys=this.allTreeKeys
           } else {
             // this.$message.warn(res.message)
             this.$notification.warning({
@@ -357,10 +358,6 @@
   .ant-modal-cust-warp .ant-modal-content {
     height: 90% !important;
     overflow-y: hidden;
-  }
-
-  #app .desktop {
-    height: auto !important;
   }
 
   /** Button鎸夐挳闂磋窛 */

--
Gitblit v1.9.3