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; }