Source/plt-web/plt-web-ui/src/App.vue
@@ -39,8 +39,14 @@ margin-top: 0 !important; } .avue-dialog .el-dialog__body{ padding: 20px 20px 30px 20px; // 上右下左 margin-bottom: 20px !important; padding: 20px 20px 0px 20px; // 上右下左 取消表格下边距(会出现滚动条) margin-bottom: 10px !important; } .avue-dialog .el-dialog__body .avue-form{ margin: 0px auto 40px; // 单独给对话框里的avue表单加上下边距 } .avue-crud .avue-form { margin: 0px auto !important; // 表格内的表单(比如:搜索栏) 取消下边距 } .avue--detail .el-col{ margin-bottom: 0;