Explorar el Código

Merge branch 'newneic' of http://49.4.49.126:3000/GYEE_R.D/neic into newneic

lining hace 3 años
padre
commit
049cf1c429

+ 4 - 1
src/components/BasicInformationDetail.vue

@@ -226,7 +226,7 @@
         }],
         selectValue: '7',
         healthInfo: {},
-        warning: [],
+        warning: ["-"],
         showData: [],
         controlErorCodes: [
           "控制成功",
@@ -971,4 +971,7 @@
     justify-content: space-between;
     align-items: center;
   }
+  .el-table::before {
+		width: 0;
+	}
 </style>

+ 6 - 5
src/components/modeControl/modeControl.vue

@@ -214,7 +214,7 @@
                                 offsetCenter: ['-60%', '90%']
                             },
                             detail: {
-                                width: 45,
+                                width: 40,
                                 height: 12,
                                 fontSize: 18,
                                 offsetCenter: ['-60%', '110%']
@@ -228,13 +228,13 @@
                             },
                             title: {
                                 color: '#999999',
-                                offsetCenter: ['0%', '90%']
+                                offsetCenter: ['-5%', '90%']
                             },
                             detail: {
-                                width: 45,
+                                width: 40,
                                 height: 12,
                                 fontSize: 18,
-                                offsetCenter: ['0%', '110%']
+                                offsetCenter: ['-5%', '110%']
                             }
                         },
                         {
@@ -248,7 +248,8 @@
                                 offsetCenter: ['60%', '90%']
                             },
                             detail: {
-                                width: 45,
+                                align: 'center',
+                                width: 60,
                                 height: 12,
                                 fontSize: 18,
                                 offsetCenter: ['60%', '110%']

+ 1 - 1
src/components/warning/warningCard.vue

@@ -51,7 +51,7 @@
 		props: {},
 		data() {
 			return {
-				values: new Array(),
+				values: ["-"],
 				dialogVisible: false,
 				showSvg: false,
 				svgWeb: '',