@@ -23,6 +23,7 @@
},
data() {
return {
+ myChart:null,
dataList:[
{
text:"天气状态:",
@@ -65,24 +66,16 @@
value:"2610.00m",
class:"km"
}, {
- text:"综合危险等级:",
- value:"0级",
- class:"km"
- }, {
- text:"降水量值:",
- value:"0mm",
- class:"km"
- }, {
- text:"路面水厚:",
- value:"0mm",
+ text:"能见度:",
+ value:"0.00m",
class:"km"
}, {
- text:"降水量值:",
- value:"0mm",
+ text:"能见度:",
+ value:"0.00m",
class:"km"
}, {
- text:"路面水厚:",
- value:"0mm",
+ text:"能见度:",
+ value:"0.00m",
class:"km"
}
]
@@ -93,7 +86,7 @@
},
methods: {
-
+
},
mounted() {
setTimeout(() => {
@@ -109,7 +102,7 @@
.congestion {
width: 100%;
.board{
- height:200px;
+ height:260px;
width: 100%;
padding: 0px 20px;
background: linear-gradient(180deg, rgba(6,66,88,0.2) 0%, #064258 100%);
@@ -119,13 +112,14 @@
border-image: linear-gradient(360deg, rgba(55, 231, 255,0.3), rgba(55, 231, 255, 0)) 1 1;
display: flex;
justify-content: space-between;
- align-items: center;
+ align-items: flex-start;
flex-direction: row;
+ overflow: auto;
.showRoad {
display: inline-flex;
width:100%;
- height:100%;
+ height:35px;
flex-direction: row;
flex-wrap: wrap;
@@ -133,11 +127,11 @@
display: inline-flex;
width:50%;
height:23px;
- margin-top:16px;
+ margin-top:12px;
flex-direction: row;
> span.label {
- width:105px;
+ width:50%;
height:25px;
font-size: 12px;
font-family: PingFang SC, PingFang SC;
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherInfoQuery/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherInfoQuery/index.vue
index 2a98af45..beddfcc5 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherInfoQuery/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherInfoQuery/index.vue
@@ -6,6 +6,8 @@
+
+