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 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/tag/tag.html b/src/main/webapp/views/tag/tag.html index 3786b17..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; } -- Gitblit v1.9.1