From 7f7c612ca21f0a1c808e2d069edf642b8e19919c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 04 Nov 2024 16:33:03 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen
---
src/views/survey/components/box/fireTrend.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/survey/components/box/fireTrend.vue b/src/views/survey/components/box/fireTrend.vue
index af85115..75b8c7b 100644
--- a/src/views/survey/components/box/fireTrend.vue
+++ b/src/views/survey/components/box/fireTrend.vue
@@ -22,7 +22,7 @@
})
-function getPages () {
+function getPages() {
getPage().then(res => {
parkQy.value = res.data.data.records
console.log(res)
@@ -31,7 +31,7 @@
})
}
-function search () {
+function search() {
getPage({ name: searchQuery.value }).then(res => {
parkQy.value = res.data.data.records
console.log(res)
@@ -88,6 +88,8 @@
border: 1px solid #ccc;
border-radius: 4px 0 0 4px;
outline: none;
+ background-color: transparent;
+ color: #fff;
}
.search-button {
@@ -107,7 +109,7 @@
.data-content-item {
display: flex;
margin: 2px 10px;
- padding: 5px 0;
+ padding: 5px 5px;
background-color: #747bff;
justify-content: space-between;
border-radius: 5px;
--
Gitblit v1.9.3