田源
2024-08-14 715b0f45cf00a6ae98594d8463298646ee4c0b07
Source/plt-web/plt-web-ui/src/App.vue
@@ -32,15 +32,21 @@
  margin: 50px auto;
}
.avue-dialog .el-dialog{
  top:50%;
  top:47%;
  max-height: calc(100% - 100px);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, -50%);
  margin-top: 0 !important;
}
.avue-dialog .el-dialog__body{
  padding: 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;