summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2019-11-08 15:45:55 +0800
committershizhendong <[email protected]>2019-11-08 15:45:55 +0800
commitcc5f554a797c9e2958014b57cdb34c13f70ebff3 (patch)
tree4e99ed55ba9d42d92506ff9d76aca4ab9b5f4711
parent01493117fb15feab7ec9d270b779a14ade7b1044 (diff)
update
-rw-r--r--nezha-admin/src/main/resources/templates/modules/node/nodeGroup.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nezha-admin/src/main/resources/templates/modules/node/nodeGroup.html b/nezha-admin/src/main/resources/templates/modules/node/nodeGroup.html
index a2c8c9d0..680b2319 100644
--- a/nezha-admin/src/main/resources/templates/modules/node/nodeGroup.html
+++ b/nezha-admin/src/main/resources/templates/modules/node/nodeGroup.html
@@ -8,7 +8,7 @@
.nodeList{
display: inline-block;
float:left;
- width: calc(100% - 300px); /*根据页面宽度变化而变化*/
+ width: calc(100% - 400px); /*根据页面宽度变化而变化*/
}
.mytree {
position: relative;
@@ -235,7 +235,7 @@
<#include "/js/modules/node/nodeGroup.js">
<#include "/js/modules/node/nodeInfo.js">
<script>
- var groupPrefect = new PerfectScrollbar('.content');
+ var groupPrefect = new PerfectScrollbar('.mytree');
window.onload = function () {
var h = document.documentElement.clientHeight;// 可见区域高度
var groupTree = document.getElementById("groupTree");