diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue index 289456ad..c85d91aa 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue @@ -6,6 +6,8 @@ 当前气象预警信息数: {{ warningList.length }} + 历史记录 +
@@ -42,8 +44,64 @@
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+
+ + +
+ + - + @@ -244,6 +410,7 @@ export default { width: 100%; height: 40px; margin: 10px 0px; + justify-content: space-between; .buttons { width: 100%; height: 38px; @@ -381,5 +548,11 @@ export default { } } } - +.footer { + margin-top: 15px; + height: 36px; + display: flex; + align-items: center; + justify-content: center; +}