diff --git a/src/views/backOfficeSystem/IntelligentControl/warningControl/index.vue b/src/views/backOfficeSystem/IntelligentControl/warningControl/index.vue index 7e5d9a1..a7dae39 100644 --- a/src/views/backOfficeSystem/IntelligentControl/warningControl/index.vue +++ b/src/views/backOfficeSystem/IntelligentControl/warningControl/index.vue @@ -19,7 +19,7 @@ 查看更多》
- +
@@ -74,12 +74,8 @@ import BarHatEcharts from "@/views/home/echarts/barHatEcharts.vue"; import { reactive, ref } from "vue"; import { useRouter } from "vue-router"; const router = useRouter() -const listQuery = ref({ - keyword: "" -}); -const searchForm = ref({ - keyword: "" -}); +const listQuery = ref({}); +const keyword = ref(''); const search = reactive({ xd: [ @@ -239,7 +235,7 @@ const seeMoreFn = () => { .rightList { position: absolute; - right: 10px; + right: 30px; top: 10px; width: 427px; height: calc(100% - 20px);