From ef8496a0e5c732c009e3b6c70a11ebff19c084e2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 06 四月 2021 09:34:00 +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