dedsudiyu преди 1 година
родител
ревизия
6652684fc2

+ 150 - 150
src/assets/styles/button.scss

@@ -31,10 +31,10 @@
 }
   /*===================================字体颜色===================================*/
 .color_one{
-  color:$color_one;
+  color: $color_one;
 }
 .color_warn{
-  color:$color_warn;
+  color: $color_warn;
 }
 .color_ff{
   color: $color_ff;
@@ -52,10 +52,10 @@
   color: $color_f5;
 }
 .color_FF6666{
-  color:$color_FF6666;
+  color: $color_FF6666;
 }
 .color_0183FA{
-  color:$color_0183FA;
+  color: $color_0183FA;
 }
 .color_A11DDF{
   color: $color_A11DDF;
@@ -116,9 +116,9 @@
   line-height:40px;
   font-size:14px;
   border-radius: 6px;
-  color: #FF6666;
-  border: 1px solid #FF6666;
-  background: #ffffff;
+  color: $buttonColorB;
+  border: 1px solid $buttonColorB;
+  background: $buttonColorA;
   cursor:pointer;
   margin:0;
   text-align:center;
@@ -127,9 +127,9 @@
   }
 }
 .del-button-one-90:hover{
-  border:1px solid #FF6666;
-  background: #FF6666;
-  color:#fff;
+  border:1px solid $buttonColorB;
+  background: $buttonColorB;
+  color:$buttonColorA;
 }
 .add-button-one-90{
   font-weight:500;
@@ -138,9 +138,9 @@
   line-height:40px;
   font-size:14px;
   border-radius: 6px;
-  color: #0045af;
-  border: 1px solid #0045af;
-  background: #ffffff;
+  color: $buttonColorC;
+  border: 1px solid $buttonColorC;
+  background: $buttonColorA;
   cursor:pointer;
   margin:0;
   text-align:center;
@@ -149,9 +149,9 @@
   }
 }
 .add-button-one-90:hover{
-  border:1px solid #0045af;
-  background: #0045af;
-  color:#fff;
+  border:1px solid $buttonColorC;
+  background: $buttonColorC;
+  color:$buttonColorA;
 }
 .add-button-one-120{
   font-weight:500;
@@ -160,9 +160,9 @@
   line-height:40px;
   font-size:14px;
   border-radius: 6px;
-  color: #0045af;
-  border: 1px solid #0045af;
-  background: #ffffff;
+  color: $buttonColorC;
+  border: 1px solid $buttonColorC;
+  background: $buttonColorA;
   cursor:pointer;
   margin:0;
   text-align:center;
@@ -171,9 +171,9 @@
   }
 }
 .add-button-one-120:hover{
-  border:1px solid #0045af;
-  background: #0045af;
-  color:#fff;
+  border:1px solid $buttonColorC;
+  background: $buttonColorC;
+  color:$buttonColorA;
 }
 .add-button-one-150{
   font-weight:500;
@@ -182,9 +182,9 @@
   line-height:40px;
   font-size:14px;
   border-radius: 6px;
-  color: #0045af;
-  border: 1px solid #0045af;
-  background: #ffffff;
+  color: $buttonColorC;
+  border: 1px solid $buttonColorC;
+  background: $buttonColorA;
   cursor:pointer;
   margin:0;
   text-align:center;
@@ -193,9 +193,9 @@
   }
 }
 .add-button-one-150:hover{
-  border:1px solid #0045af;
-  background: #0045af;
-  color:#fff;
+  border:1px solid $buttonColorC;
+  background: $buttonColorC;
+  color:$buttonColorA;
 }
 .add-button-two-90{
   font-weight:500;
@@ -204,9 +204,9 @@
   line-height:40px;
   font-size:14px;
   border-radius: 6px;
-  color: #0183FA;
-  border: 1px solid #0183FA;
-  background: #ffffff;
+  color: $buttonColorD;
+  border: 1px solid $buttonColorD;
+  background: $buttonColorA;
   cursor:pointer;
   margin:0;
   text-align:center;
@@ -215,9 +215,9 @@
   }
 }
 .add-button-two-90:hover{
-  border:1px solid #0183FA;
-  background: #0183FA;
-  color:#fff;
+  border:1px solid $buttonColorD;
+  background: $buttonColorD;
+  color:$buttonColorA;
 }
 .inquire-button-one{
   font-weight:500;
@@ -228,15 +228,15 @@
   height: 40px;
   line-height:40px;
   border-radius: 6px;
-  border: 1px solid #0045af;
-  color:#ffffff;
-  background:#0045af;
+  border: 1px solid $buttonColorC;
+  color:$buttonColorA;
+  background:$buttonColorC;
   margin:0 10px 0 0;
 }
 .inquire-button-one:hover{
-  color:#ffffff;
-  background:#0183FA;
-  border: 1px solid #0183FA;
+  color:$buttonColorA;
+  background:$buttonColorD;
+  border: 1px solid $buttonColorD;
 }
 .inquire-button-two{
   font-weight:500;
@@ -247,15 +247,15 @@
   height: 40px;
   line-height:40px;
   border-radius: 6px;
-  border: 1px solid #FFC000;
-  color:#ffffff;
-  background:#FFC000;
+  border: 1px solid $buttonColorE;
+  color:$buttonColorA;
+  background:$buttonColorE;
   margin:0 10px 0 0;
 }
 .inquire-button-two:hover{
-  color:#ffffff;
-  background:#FFD700;
-  border: 1px solid #FFD700;
+  color:$buttonColorA;
+  background:$buttonColorE;
+  border: 1px solid $buttonColorE;
 }
 .reset-button-one{
   font-weight:500;
@@ -266,16 +266,16 @@
   height: 40px;
   line-height:40px;
   border-radius: 6px;
-  border: 1px solid #DCDFE6;
-  color:#606266;
+  border: 1px solid $buttonColorF;
+  color:$buttonColorG;
   font-size: 14px;
-  background:#ffffff;
+  background:$buttonColorA;
   margin:0;
 }
 .reset-button-one:hover{
-  color:#0183FA;
+  color:$buttonColorD;
   background:rgba(1,131,250,0.1);
-  border: 1px solid #0183FA;
+  border: 1px solid $buttonColorD;
 }
 //===========================浮窗按钮样式===========================
 .dialog-footer-box{
@@ -287,52 +287,52 @@
     width:70px;
     line-height:30px;
     text-align: center;
-    border:1px solid #E0E0E0;
-    background:#E0E0E0;
-    color:#999999;
+    border:1px solid $buttonColorG;
+    background:$buttonColorG;
+    color:$buttonColorH;
     cursor: pointer;
     font-size:12px;
     margin:0 10px;
     border-radius:6px;
   }
   .dialog-footer-button-info:hover{
-    border:1px solid #999999;
-    color:#fff;
-    background:#999999;
+    border:1px solid $buttonColorH;
+    color:$buttonColorA;
+    background:$buttonColorH;
   }
   .dialog-footer-button-primary{
     width:70px;
     line-height:30px;
     text-align: center;
-    border:1px solid #0045AF;
-    color:#fff;
-    background:#0045AF;
+    border:1px solid $buttonColorC;
+    color:$buttonColorA;
+    background:$buttonColorC;
     cursor: pointer;
     font-size:12px;
     margin:0 10px;
     border-radius:6px;
   }
   .dialog-footer-button-primary:hover{
-    border:1px solid #409eff;
-    color:#fff;
-    background:#409eff;
+    border:1px solid $buttonColorI;
+    color:$buttonColorA;
+    background:$buttonColorI;
   }
   .dialog-footer-button-border{
     width:70px;
     line-height:30px;
     text-align: center;
-    border:1px solid #0045AF;
-    color:#0045AF;
-    background:#fff;
+    border:1px solid $buttonColorC;
+    color:$buttonColorC;
+    background:$buttonColorA;
     cursor: pointer;
     font-size:12px;
     margin:0 10px;
     border-radius:6px;
   }
   .dialog-footer-button-border:hover{
-    border:1px solid #409eff;
-    color:#fff;
-    background:#409eff;
+    border:1px solid $buttonColorI;
+    color:$buttonColorA;
+    background:$buttonColorI;
   }
 }
 //===========================表格内按钮===========================
@@ -345,7 +345,7 @@
     flex:1;
   }
   .table-button-p{
-    color:$list_button_color;
+    color:$buttonColorD;
     line-height:23px;
     font-size:14px;
     cursor:pointer;
@@ -357,7 +357,7 @@
   .table-min-button{
     //flex:1;
     height:23px;
-    color:$list_button_color;
+    color:$buttonColorD;
     line-height:23px;
     font-size:14px;
     cursor:pointer;
@@ -368,8 +368,8 @@
     width:90px;
     height:30px;
     line-height:30px;
-    border:1px solid $list_button_back;
-    color:$list_button_color;
+    border:1px solid $buttonColorD;
+    color:$buttonColorD;
     font-size:14px;
     border-radius: 4px;
     cursor:pointer;
@@ -383,8 +383,8 @@
     width:120px;
     height:30px;
     line-height:30px;
-    border:1px solid $list_button_back;
-    color:$list_button_color;
+    border:1px solid $buttonColorD;
+    color:$buttonColorD;
     font-size:14px;
     border-radius: 4px;
     cursor:pointer;
@@ -397,17 +397,17 @@
 }
 //悬浮样式
 .table-button-one-90:hover{
-  border:1px solid $list_button_back;
-  background: $list_button_back;
-  color:$color_ff;
+  border:1px solid $buttonColorD;
+  background: $buttonColorD;
+  color:$buttonColorA;
 }
 .table-button-one-120{
   font-weight:500;
   width:120px;
   height:30px;
   line-height:30px;
-  border:1px solid $list_button_back;
-  color:$list_button_color;
+  border:1px solid $buttonColorD;
+  color:$buttonColorD;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -419,17 +419,17 @@
 }
 //悬浮样式
 .table-button-one-120:hover{
-  border:1px solid $list_button_back;
-  background: $list_button_back;
-  color:$color_ff;
+  border:1px solid $buttonColorD;
+  background: $buttonColorD;
+  color:$buttonColorA;
 }
 .table-button-warning-90{
   font-weight:500;
   width:90px;
   height:30px;
   line-height:30px;
-  border:1px solid $color_FFC76E;
-  color:$color_FFC76E;
+  border:1px solid $buttonColorJ;
+  color:$buttonColorJ;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -440,16 +440,16 @@
   }
 }
 .table-button-warning-90:hover{
-  color:$color_ff!important;
-  background: $color_FFC76E;
+  color:$buttonColorA!important;
+  background: $buttonColorJ;
 }
 .table-button-warning-120{
   font-weight:500;
   width:120px;
   height:30px;
   line-height:30px;
-  border:1px solid $color_FFC76E;
-  color:$color_FFC76E;
+  border:1px solid $buttonColorJ;
+  color:$buttonColorJ;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -460,8 +460,8 @@
   }
 }
 .table-button-warning-120:hover{
-  color:$color_ff!important;
-  background: $color_FFC76E;
+  color:$buttonColorA!important;
+  background: $buttonColorJ;
 }
 
 .table-button-grey-90{
@@ -469,8 +469,8 @@
   width:90px;
   height:30px;
   line-height:30px;
-  border:1px solid #999;
-  color:#999;
+  border:1px solid $buttonColorH;
+  color:$buttonColorH;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -481,16 +481,16 @@
   }
 }
 .table-button-grey-90:hover{
-  color:$color_ff!important;
-  background: #999;
+  color:$buttonColorA!important;
+  background: $buttonColorH;
 }
 .table-button-grey-120{
   font-weight:500;
   width:120px;
   height:30px;
   line-height:30px;
-  border:1px solid #999;
-  color:#999;
+  border:1px solid $buttonColorH;
+  color:$buttonColorH;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -501,8 +501,8 @@
   }
 }
 .table-button-grey-120:hover{
-  color:$color_ff!important;
-  background: #999;
+  color:$buttonColorA!important;
+  background: $buttonColorH;
 }
 
 
@@ -511,8 +511,8 @@
   width:90px;
   height:30px;
   line-height:30px;
-  border:1px solid #39A922;
-  color:#39A922;
+  border:1px solid $buttonColorK;
+  color:$buttonColorK;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -523,16 +523,16 @@
   }
 }
 .table-button-success-90:hover{
-  color:$color_ff!important;
-  background: #39A922;
+  color:$buttonColorA!important;
+  background: $buttonColorK;
 }
 .table-button-success-120{
   font-weight:500;
   width:120px;
   height:30px;
   line-height:30px;
-  border:1px solid #39A922;
-  color:#39A922;
+  border:1px solid $buttonColorK;
+  color:$buttonColorK;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -547,8 +547,8 @@
   width:120px;
   height:30px;
   line-height:30px;
-  border:1px solid #39A922;
-  color:#39A922;
+  border:1px solid $buttonColorK;
+  color:$buttonColorK;
   font-size:14px;
   border-radius: 4px;
   margin:0;
@@ -558,8 +558,8 @@
   }
 }
 .table-button-success-120:hover{
-  color:$color_ff!important;
-  background: #39A922;
+  color:$buttonColorA!important;
+  background: $buttonColorK;
 }
 
 .table-button-purple-90{
@@ -567,8 +567,8 @@
   width:90px;
   height:30px;
   line-height:30px;
-  border:1px solid #C179F4;
-  color:#C179F4;
+  border:1px solid $buttonColorL;
+  color:$buttonColorL;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -579,16 +579,16 @@
   }
 }
 .table-button-purple-90:hover{
-  color:$color_ff!important;
-  background: #C179F4;
+  color:$buttonColorA!important;
+  background: $buttonColorL;
 }
 .table-button-purple-120{
   font-weight:500;
   width:120px;
   height:30px;
   line-height:30px;
-  border:1px solid #C179F4;
-  color:#C179F4;
+  border:1px solid $buttonColorL;
+  color:$buttonColorL;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -599,16 +599,16 @@
   }
 }
 .table-button-purple-120:hover{
-  color:$color_ff!important;
-  background: #C179F4;
+  color:$buttonColorA!important;
+  background: $buttonColorL;
 }
 .table-button-dark-90{
   font-weight:500;
   width:90px;
   height:30px;
   line-height:30px;
-  border:1px solid #0045AF;
-  color:#0045AF;
+  border:1px solid $buttonColorC;
+  color:$buttonColorC;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -620,17 +620,17 @@
 }
 //悬浮样式
 .table-button-dark-90:hover{
-  border:1px solid #0045AF;
-  background: #0045AF;
-  color:$color_ff;
+  border:1px solid $buttonColorC;
+  background: $buttonColorC;
+  color:$buttonColorA;
 }
 .table-button-dark-120{
   font-weight:500;
   width:120px;
   height:30px;
   line-height:30px;
-  border:1px solid #0045AF;
-  color:#0045AF;
+  border:1px solid $buttonColorC;
+  color:$buttonColorC;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -642,17 +642,17 @@
 }
 //悬浮样式
 .table-button-dark-120:hover{
-  border:1px solid #0045AF;
-  background: #0045AF;
-  color:$color_ff;
+  border:1px solid $buttonColorC;
+  background: $buttonColorC;
+  color:$buttonColorA;
 }
 .table-button-red-90{
   font-weight:500;
   width:90px;
   height:30px;
   line-height:30px;
-  border:1px solid #FF6666;
-  color:#FF6666;
+  border:1px solid $buttonColorB;
+  color:$buttonColorB;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -664,17 +664,17 @@
 }
 //悬浮样式
 .table-button-red-90:hover{
-  border:1px solid #FF6666;
-  background: #FF6666;
-  color:$color_ff;
+  border:1px solid $buttonColorB;
+  background: $buttonColorB;
+  color:$buttonColorA;
 }
 .table-button-red-120{
   font-weight:500;
   width:120px;
   height:30px;
   line-height:30px;
-  border:1px solid #FF6666;
-  color:#FF6666;
+  border:1px solid $buttonColorB;
+  color:$buttonColorB;
   font-size:14px;
   border-radius: 4px;
   cursor:pointer;
@@ -689,8 +689,8 @@
   width:120px;
   height:30px;
   line-height:30px;
-  border:1px solid #FF6666;
-  color:#FF6666;
+  border:1px solid $buttonColorB;
+  color:$buttonColorB;
   font-size:14px;
   border-radius: 4px;
   margin:0;
@@ -701,29 +701,29 @@
 }
 //悬浮样式
 .table-button-red-120:hover{
-  border:1px solid #FF6666;
-  background: #FF6666;
-  color:$color_ff;
+  border:1px solid $buttonColorB;
+  background: $buttonColorB;
+  color:$buttonColorA;
 }
 .table-more-p{
   font-weight:500;
   width:90px;
   height:30px;
   line-height:30px;
-  color:#0183FA;
+  color:$buttonColorD;
   font-size:14px;
   cursor:pointer;
   margin:0;
   text-align:center;
 }
 .table-type-color-red{
-  color:#FF6666;
+  color:$buttonColorB;
 }
 .table-type-color-ash{
-  color:#999999;
+  color:$buttonColorH;
 }
 .table-type-color-green{
-  color:#52D273;
+  color:$buttonColorK;
 }
 //===========================导出按钮=======================
 .form-dropdown-box{
@@ -731,20 +731,20 @@
 }
 //===========================考试级别颜色=======================
 .exam-level-1{
-  color:$exam1;
-  border:1px solid $exam1;
+  color:$buttonColorD;
+  border:1px solid $buttonColorD;
   border-radius:4px;
 }
 .exam-level-2{
-  color:$exam2;
-  border:1px solid $exam2;
+  color:$buttonColorJ;
+  border:1px solid $buttonColorJ;
   border-radius:4px;
 }
 .exam-level-3{
-  color:$exam3;
-  border:1px solid $exam3;
+  color:$buttonColorM;
+  border:1px solid $buttonColorM;
   border-radius:4px;
 }
 .table-type-color-red{
-  color:#FF6666;
+  color:$buttonColorB;
 }

+ 51 - 47
src/assets/styles/color.scss

@@ -1,4 +1,4 @@
- /*===================================表格/边框颜色===================================*/
+//表格/边框颜色
 $tableBorder:#dfe6ec;
 $border_f5:#f5f5f5;
 $border_dd:#dddddd;
@@ -8,24 +8,60 @@ $border_one:#0045AF;
 $border_99:#999999;
 $border_e7eaec:#e7eaec;
 
-  /*===================================分页按钮颜色===================================*/
-$pagination_button-font-color:#999;
-$pagination_button-color:#ffffff;
-$pagination_button:#E0E0E0;
-$pagination_button_selected:#0183FA;
-  //====================================列表内按钮颜色================================
-$list_button_back:#0183FA;
-$list_button_color:#0183FA;
-  //===================================危险级别=======================================
+//常用背景色
+$back_one:#0045af;
+$back_ff:#ffffff;
+$back_33:#333333;
+$back_66:#666666;
+$back_99:#999999;
+$back_f5:#f5f5f5;
+$back_e9:#e9e9eb;
+$back_e0:#e0e0e0;
+$back_red:red;
+$back_fb:#fbfbfb;
+$back_f8:#f8f8f8;
+$back_CBCDD1:#CBCDD1;
+
+//常用字体颜色
+$color_one:#0045af;
+$color_ff:#ffffff;
+$color_33:#333333;
+$color_66:#666666;
+$color_99:#999999;
+$color_f5:#f5f5f5;
+$color_warn:#FFA312;
+$color_FFC76E:#FFC76E;
+$color_red:red;
+$color_FF6666:#FF6666;
+$color_0183FA:#0183FA;
+$color_A11DDF:#A11DDF;
+$color_14AE10:#14AE10;
+$color_FF4E00:#FF4E00;
+$color_515a6e:#515a6e;
+$color_6379bb:#6379bb;
+
+//常用按钮配色
+$buttonColorA:#FFFFFF;
+$buttonColorB:#FF6666;
+$buttonColorC:#0045AF;
+$buttonColorD:#0183FA;
+$buttonColorE:#FFC000;
+$buttonColorF:#DCDFE6;
+$buttonColorG:#E0E0E0;
+$buttonColorH:#999999;
+$buttonColorI:#409EFF;
+$buttonColorJ:#FFC76E;
+$buttonColorK:#39A922;
+$buttonColorL:#C179F4;
+$buttonColorM:#FA7001;
+
+//危险级别
 $lv1Danger:#aa2315;
 $lv2Danger:#ff9b09;
 $lv3Danger:#3ea3e9;
 $lv4Danger: #3ea34c;
-  //====================================考试级别颜色====================================
-$exam1:#0183FA;
-$exam2:#FFC86E;
-$exam3:#FA7001;
-  //====================================base color====================================
+
+//base color
 $blue:#324157;
 $light-blue:#3A71A8;
 $red:#C03639;
@@ -34,7 +70,6 @@ $green: #30B08F;
 $tiffany: #4AB7BD;
 $yellow:#FEC171;
 $panGreen: #30B08F;
-/****************************V3公共颜色配置****************************/
 
 //默认主要配色
 $acquiesceThemeColorA:#0045AF;
@@ -65,37 +100,6 @@ $acquiesceThemeScrollbarB:#999999;
 $acquiesceThemeScrollbarC:#BFCBD9;
 $acquiesceThemeScrollbarD:#e0e0e0;
 
-//常用背景色
-$back_one:#0045af;
-$back_ff:#ffffff;
-$back_33:#333333;
-$back_66:#666666;
-$back_99:#999999;
-$back_f5:#f5f5f5;
-$back_e9:#e9e9eb;
-$back_e0:#e0e0e0;
-$back_red:red;
-$back_fb:#fbfbfb;
-$back_f8:#f8f8f8;
-$back_CBCDD1:#CBCDD1;
-
-//常用字体颜色
-$color_one:#0045af;
-$color_ff:#ffffff;
-$color_33:#333333;
-$color_66:#666666;
-$color_99:#999999;
-$color_f5:#f5f5f5;
-$color_warn:#FFA312;
-$color_FFC76E:#FFC76E;
-$color_red:red;
-$color_FF6666:#FF6666;
-$color_0183FA:#0183FA;
-$color_A11DDF:#A11DDF;
-$color_14AE10:#14AE10;
-$color_FF4E00:#FF4E00;
-$color_515a6e:#515a6e;
-$color_6379bb:#6379bb;
 /*
 :export {
   acquiesceThemeColorA: $acquiesceThemeColorA;

+ 0 - 6
src/assets/styles/dialog.scss

@@ -2389,12 +2389,6 @@
     display:none
   }
 }
-//.checkRecordPageTableTwo{
-//  .el-table__header-wrapper  .el-checkbox{
-//    display:block;
-//    margin-left:4px;
-//  }
-//}
 .checkRecordInfoPage,.CheckRecordInfo,.CheckRecordInfo{
   .el-icon-circle-close{
     color:red;

+ 0 - 1
src/store/modules/permission.js

@@ -36,7 +36,6 @@ const permission = {
           //大屏跳转判定(路由地址修改)
           let dataList = JSON.parse(JSON.stringify(res.data));
           let newData = routeSetData(dataList);
-          console.log('newData',newData)
           localStorage.setItem('routeData',JSON.stringify(newData))
           for(let i=0;i<newData.length;i++){
             if( newData[i].path == 'https://www.sxitdlc.com'){

+ 0 - 1
src/store/modules/user.js

@@ -99,7 +99,6 @@ const user = {
         // })
         getInfo().then(res => {
           if(res){
-            console.log('res',res.data)
             let user = res.data.userInfo
             let avatar = user.avatar == "" ? require("@/assets/ZDimages/basicsModules/tx_cion.png") : user.avatar;
             commit('SET_NAME', user.userName)

+ 0 - 4
src/views/basicsModules/message.vue

@@ -92,10 +92,6 @@ import { myAlllistContent,noticeList } from "@/api/commonality/noPermission";
 <style lang="scss" scoped>
   .manageInformation{
     flex:1;
-    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
-    margin:20px 20px;
-    position: relative;
-    border-radius: 10px;
     display: flex;
     flex-direction: column;
     p{

+ 1 - 0
src/views/systemManagement/parameterSetting/index.vue

@@ -123,6 +123,7 @@
         total:0,
         //dialog参数
         open:false,
+        title:'',
         form:{},
         // 表单校验
         rules: {