From 918cf69e763d30a1315fa1c83a964dae4dd88f12 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期六, 03 四月 2021 15:11:08 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/tag/tag.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/tag/tag.html b/src/main/webapp/views/tag/tag.html
index 4debad2..8b59cf5 100644
--- a/src/main/webapp/views/tag/tag.html
+++ b/src/main/webapp/views/tag/tag.html
@@ -13,6 +13,9 @@
         #detail {
             padding: 25px 30px 0 0;
         }
+        .ew-tree-table-box {
+            height: 100%;
+        }
     </style>
 </head>
 <body>
@@ -163,6 +166,7 @@
                 ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
             ]],
             done: function (data) {
+                $('.ew-tree-table-box').css('height', '100%');
                 insTb.expandAll();
                 tbDataList = data;
             }
@@ -203,7 +207,6 @@
                 content: $('#editDialog').html(),
                 success: function (layero, dIndex) {
                     // 鍥炴樉琛ㄥ崟鏁版嵁
-                    console.log(mData)
                     form.val('detail', mData);
                     // 琛ㄥ崟鎻愪氦浜嬩欢
                     form.on('submit(editSubmit)', function (data) {

--
Gitblit v1.9.1