Source/plt-web/plt-web-ui/src/App.vue
@@ -80,6 +80,9 @@ .avue-crud__pagination{ padding: 15px 0 10px; } .el-form .el-col{ margin-bottom: 0; } .UITabs > .el-tabs__content{ height:calc(100% - 56px); } @@ -122,4 +125,21 @@ .el-dialog__footer{ border-top: 1px solid #e9e7e7; } /***按钮框****/ .headerCon { display: flex; flex-wrap: wrap; margin-bottom: 5px; .el-button { min-width: 60px; padding-left: 9.5px; margin-left: 0; margin-right: 5px; margin-bottom: 5px; } } /***隐藏树懒加载时节点上的loading,防止节点抖动*****/ .el-tree .el-tree-node__loading-icon{ display: none !important; } </style>