diff --git a/src/views/pictureOnMap/page/FloodControlAndDrainage/Jianceyujin/MonitoringWarningLeft/component/Hhsq.vue b/src/views/pictureOnMap/page/FloodControlAndDrainage/Jianceyujin/MonitoringWarningLeft/component/Hhsq.vue
index 1bf499e..3aa088e 100644
--- a/src/views/pictureOnMap/page/FloodControlAndDrainage/Jianceyujin/MonitoringWarningLeft/component/Hhsq.vue
+++ b/src/views/pictureOnMap/page/FloodControlAndDrainage/Jianceyujin/MonitoringWarningLeft/component/Hhsq.vue
@@ -8,15 +8,15 @@
{{ sumObj.totalNum }}
-
+
- 超警戒
+ 超常水位
{{ sumObj.cjjNum }}
@@ -50,8 +50,8 @@
{{ item.mormalWaterLevel }}
超控制
- 超警戒
- 超设防
+ 超常水位
+
正常
@@ -81,8 +81,8 @@
@@ -158,13 +175,13 @@
.heatingPower {
height: calc(100% - 65px);
overflow-y: auto;
- padding: 15px;
+ padding: 30px 15px;
position: relative;
box-sizing: border-box;
.unitDeep {
position: absolute;
right: 18px;
- top: 18px;
+ top: 5px;
font-weight: 500;
font-size: 14px;
color: #afd1ff;
@@ -192,6 +209,18 @@
margin-left: 8px;
padding: 0 5px;
}
+ .blueBor {
+ background: linear-gradient(0deg, rgba(250, 150, 64, 0.2) 0%, rgba(250, 150, 64, 0.1) 100%);
+ border-radius: 2px;
+ border: 1px solid #408dfa;
+ color: #408dfa;
+ }
+ .yellowBor {
+ background: linear-gradient(0deg, rgba(250, 150, 64, 0.2) 0%, rgba(250, 150, 64, 0.1) 100%);
+ border-radius: 2px;
+ border: 1px solid #faf740;
+ color: #faf740;
+ }
.orangeBor {
background: linear-gradient(0deg, rgba(250, 150, 64, 0.2) 0%, rgba(250, 150, 64, 0.1) 100%);
border-radius: 2px;
@@ -234,6 +263,9 @@
color: #ffffff;
}
}
+ .rightSum {
+ right: 10px;
+ }
.eachProgress {
:deep(.el-progress-bar__outer) {
height: 14px;
diff --git a/src/views/pictureOnMap/page/FloodControlAndDrainage/Jianceyujin/MonitoringWarningLeft/component/Hhsq.vue b/src/views/pictureOnMap/page/FloodControlAndDrainage/Jianceyujin/MonitoringWarningLeft/component/Hhsq.vue
index 1bf499e..3aa088e 100644
--- a/src/views/pictureOnMap/page/FloodControlAndDrainage/Jianceyujin/MonitoringWarningLeft/component/Hhsq.vue
+++ b/src/views/pictureOnMap/page/FloodControlAndDrainage/Jianceyujin/MonitoringWarningLeft/component/Hhsq.vue
@@ -8,15 +8,15 @@
{{ sumObj.totalNum }}
-
+
- 超警戒
+ 超常水位
{{ sumObj.cjjNum }}
@@ -50,8 +50,8 @@
{{ item.mormalWaterLevel }}
超控制
- 超警戒
- 超设防
+ 超常水位
+
正常
@@ -81,8 +81,8 @@
@@ -158,13 +175,13 @@
.heatingPower {
height: calc(100% - 65px);
overflow-y: auto;
- padding: 15px;
+ padding: 30px 15px;
position: relative;
box-sizing: border-box;
.unitDeep {
position: absolute;
right: 18px;
- top: 18px;
+ top: 5px;
font-weight: 500;
font-size: 14px;
color: #afd1ff;
@@ -192,6 +209,18 @@
margin-left: 8px;
padding: 0 5px;
}
+ .blueBor {
+ background: linear-gradient(0deg, rgba(250, 150, 64, 0.2) 0%, rgba(250, 150, 64, 0.1) 100%);
+ border-radius: 2px;
+ border: 1px solid #408dfa;
+ color: #408dfa;
+ }
+ .yellowBor {
+ background: linear-gradient(0deg, rgba(250, 150, 64, 0.2) 0%, rgba(250, 150, 64, 0.1) 100%);
+ border-radius: 2px;
+ border: 1px solid #faf740;
+ color: #faf740;
+ }
.orangeBor {
background: linear-gradient(0deg, rgba(250, 150, 64, 0.2) 0%, rgba(250, 150, 64, 0.1) 100%);
border-radius: 2px;
@@ -234,6 +263,9 @@
color: #ffffff;
}
}
+ .rightSum {
+ right: 10px;
+ }
.eachProgress {
:deep(.el-progress-bar__outer) {
height: 14px;
diff --git a/vite.config.js b/vite.config.js
index 02ad574..c5c2346 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -5,10 +5,10 @@
import autoprefixer from 'autoprefixer';
const Timestamp = new Date().getTime(); //随机时间戳
-let ipLink = 'https://server1.wh-nf.cn:8201/prod-api';
+// let ipLink = 'https://server1.wh-nf.cn:8201/prod-api';
// let ipLink = 'http://192.168.16.135:9100';
// let ipLink = 'http://192.168.16.124:9100';
-// let ipLink = 'http://192.168.20.43:9100';
+let ipLink = 'http://192.168.20.43:9100';
/* */
// https://vitejs.dev/config/
export default defineConfig(({ mode, command }) => {