Browse Source

首页bug处理

ljb 5 months ago
parent
commit
31f8fda06f
2 changed files with 6 additions and 1 deletions
  1. 4 1
      src/styles/element-ui.scss
  2. 2 0
      src/views/wel/index.vue

+ 4 - 1
src/styles/element-ui.scss

@@ -126,9 +126,12 @@
   border-radius: 6px;
   border-radius: 6px;
 }
 }
 
 
-.avue-form__group--flex .el-form-item--mini.el-form-item, .avue-form__group--flex .el-form-item--small.el-form-item {
+.avue-form__group--flex .el-form-item--mini.el-form-item {
   margin-bottom: 10px;
   margin-bottom: 10px;
 }
 }
+.avue-form__group--flex .el-form-item--small.el-form-item {
+  margin-bottom: 14px;
+}
 
 
 .el-drawer__body .avue-form {
 .el-drawer__body .avue-form {
   padding: 0 12px 50px;
   padding: 0 12px 50px;

+ 2 - 0
src/views/wel/index.vue

@@ -226,6 +226,8 @@ export default {
       this.getCostSummaryListFunc();
       this.getCostSummaryListFunc();
       this.getZlListFunc();
       this.getZlListFunc();
       this.getCyPersonListFunc();
       this.getCyPersonListFunc();
+      this.getXmysygjqstFunc(1);
+      this.getXmysygjqstFunc(0);
     },
     },
     getProjectListByYearFunc() {
     getProjectListByYearFunc() {
       getProjectListByYear({ year: this.currYear }).then(({ data }) => {
       getProjectListByYear({ year: this.currYear }).then(({ data }) => {