From a373c9c8e414d9b52d5cd337eb4cf83720f5ceff Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 25 Apr 2024 17:45:31 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2084045]=20=E4=BF=AE=E6=94=B9=E6=89=80?= =?UTF-8?q?=E5=B1=9E=E4=BA=95=E5=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mobile/home/Home.vue | 14 +++++++------- .../WellheadDataMonitoring.vue | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/mobile/home/Home.vue b/src/views/mobile/home/Home.vue index 20a729c..29d2147 100644 --- a/src/views/mobile/home/Home.vue +++ b/src/views/mobile/home/Home.vue @@ -75,13 +75,11 @@
场站
门站 查询
- + - +
@@ -199,7 +195,7 @@ const staticData = { wellName: '华H62-1', pumpingType: '抽油机', wellType: '水平井', - wellField: '华H62井场', + wellField: '树101井', productionLayer: '长7_1_2', productionDate: '2020-03-27', realTimeMoisture: '11.1', @@ -558,4 +554,8 @@ export default { .empty-box { margin-top: 20vh; } +.search-input { + width: 100%; + max-width: 2.4rem; +} diff --git a/src/views/systemOverview/wellheadDataMonitoring/WellheadDataMonitoring.vue b/src/views/systemOverview/wellheadDataMonitoring/WellheadDataMonitoring.vue index a97af45..06781e3 100644 --- a/src/views/systemOverview/wellheadDataMonitoring/WellheadDataMonitoring.vue +++ b/src/views/systemOverview/wellheadDataMonitoring/WellheadDataMonitoring.vue @@ -214,7 +214,7 @@ const staticData = { wellName: '华H62-1', pumpingType: '抽油机', wellType: '水平井', - wellField: '华H62井场', + wellField: '树101井', productionLayer: '长7_1_2', productionDate: '2020-03-27', realTimeMoisture: '11.1',