diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue
index b1584042..3bbe6885 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue
@@ -17,6 +17,10 @@
+
+
@@ -127,7 +131,7 @@ export default {
}
.dialog-content {
- padding: 10px 20px 20px 20px;
+ padding: 9px 21px 21px 21px;
max-height: 96vh;
}
@@ -136,5 +140,17 @@ export default {
right: 0;
bottom: 0;
}
+
+ .footer {
+ display: flex;
+ align-items: center;
+ gap: 9px;
+ width: 100%;
+ justify-content: flex-end;
+ margin-bottom: 21px;
+ padding: 0 36px;
+ // padding: 21px 36px;
+ // padding-top: 9px;
+ }
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/FormConfig/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/FormConfig/index.vue
index 07287a86..5f3ea299 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/components/FormConfig/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/FormConfig/index.vue
@@ -171,6 +171,7 @@ export default {
width: 100%;
gap: 15px 15px;
overflow-x: hidden;
+ padding-right: 9px;
.formItem {
display: flex;
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/TimeLine/TimeLine2/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/TimeLine/TimeLine2/index.vue
index db664bd7..3cb6cf82 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/components/TimeLine/TimeLine2/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/TimeLine/TimeLine2/index.vue
@@ -79,6 +79,7 @@ export default {
color: #fff;
overflow-y: auto;
height: 100%;
+ padding-right: 9px;
.node {
width: 100%;
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/ConditionStatistics/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/ConditionStatistics/index.vue
index 36e17ca3..10d82fc8 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/ConditionStatistics/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/ConditionStatistics/index.vue
@@ -544,7 +544,7 @@ export default {
text-shadow: 0px 1px 4px #f29600;
.num {
- font-size: 10px;
+ // font-size: 10px;
}
.unit {
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue
index e4ebc614..d3358652 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue
@@ -30,9 +30,6 @@
@@ -35,6 +35,7 @@
import PeopleCard from "./../../components/PeopleCard/index.vue";
import InputSearch from '@screen/components/InputSearch/index.vue';
import ButtonGradient from '@screen/components/Buttons/ButtonGradient.vue';
+import { searchFormList } from "./data";
export default {
name: 'FirstResponders',
@@ -45,6 +46,7 @@ export default {
},
data() {
return {
+ searchFormList
}
}
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue
index a97d0917..384a796c 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue
@@ -29,7 +29,7 @@
-
+
发送
@@ -63,6 +63,7 @@ export default {
emit: ['fullHeight'],
data() {
return {
+ test: null,
timeLine1List,
// timeLine2List: Array.from({ length: 6 }).map(() => ({
// title: "接警记录",
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/EventDetailDialog/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/EventDetailDialog/index.vue
index d7e03549..39684805 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/EventDetailDialog/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/EventDetailDialog/index.vue
@@ -11,7 +11,12 @@
+
+
+
+
+
@@ -24,6 +29,7 @@ import { formList, timeLine1List } from "./data"
import { timeLine2List } from "@screen/pages/control/event/commandDispatch/Cards/DisposalProcess/data.js"
import Video from "@screen/components/Video";
import Carousel from "./Carousel/index.vue"
+import Button from '@screen/components/Buttons/Button.vue';
export default {
name: 'EventDetail',
@@ -33,7 +39,8 @@ export default {
TimeLine1,
TimeLine2,
Video,
- Carousel
+ Carousel,
+ Button
},
model: {
prop: 'visible',
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/FormEvent/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/FormEvent/index.vue
index b09c346d..e54e8c84 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/FormEvent/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/FormEvent/index.vue
@@ -10,8 +10,8 @@
diff --git a/ruoyi-ui/src/views/JiHeExpressway/scss/el-reset.scss b/ruoyi-ui/src/views/JiHeExpressway/scss/el-reset.scss
index 7a615d25..31358447 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/scss/el-reset.scss
+++ b/ruoyi-ui/src/views/JiHeExpressway/scss/el-reset.scss
@@ -260,7 +260,8 @@ div.el-picker-panel.el-date-range-picker.el-popper {
}
}
- .current span {
+ .current span,
+ .current a {
background-color: #56cefe;
}
td.in-range div {