#
luxiaotao1123
2021-03-13 6ede6b27b7c8d4ea5cbf4ec93b17b5f2358debf1
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;
            }