From 840a7447b720e95fcc979b8d0a10485e84e883eb Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 12 三月 2021 12:53:47 +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