Lmm 1 year ago
parent
commit
7c155e2d43
2 changed files with 16101 additions and 27 deletions
  1. 16097 23
      package-lock.json
  2. 4 4
      src/App.vue

File diff suppressed because it is too large
+ 16097 - 23
package-lock.json


+ 4 - 4
src/App.vue

@@ -118,7 +118,7 @@
 						<span v-else>/</span>
 					</template>
 				</el-table-column>
-				<el-table-column prop="host_temp_diff" label="温差" align="center" width="100">
+				<el-table-column prop="host_temp_diff" label="温差" align="center" width="120">
 					<template slot-scope="scope">
 						<div v-if="scope.row.host_temp_diff">
 							<span class="el-table-tag" :style="{ background: calcArgsColor(scope) }">
@@ -252,7 +252,7 @@
 						<span v-else>/</span>
 					</template>
 				</el-table-column>
-				<el-table-column prop="hex_pump_status" label="水泵状态" align="center" width="100">
+				<el-table-column prop="hex_pump_status" label="水泵状态" align="center" width="120">
 					<template slot-scope="scope">
 						<div v-if="scope.row.hex_pump_status != undefined && scope.row.hex_pump_status != null">
 							<span class="el-table-tag" :style="{ background: hexPumpStateColor(scope.row.hex_pump_status) }">
@@ -582,7 +582,7 @@ export default {
 <style>
 .el-table-tag {
 	width: 58px;
-	padding: 4px 0;
+	padding: 2px 0;
 	color: #333;
 	/* border-radius: 2px; */
 	font-size: 12px;
@@ -595,7 +595,7 @@ export default {
 }
 
 .ml10 {
-	margin-left: 10px;
+	margin-left: 5px;
 }
 .mt10 {
 	margin-top: 10px;