From b288168070dedd9280f24e60aed9d2ba648f462f Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 14 Jul 2025 19:34:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IntelligentControl/warningControl/index.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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);