From 1847db5fdc0b274bbf93097cafd671542c9e2fac Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 13 Jan 2022 16:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=8C=BA=E9=80=89=E6=8B=A9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppCountryAlbum/AppCountryAlbum.vue | 3 +- .../AppPovertyAlleviation/Monitor/List.vue | 11 ++- .../Monitor/Statistics.vue | 4 +- src/apps/AppPovertyAlleviation/MonitorAdd.vue | 48 ++++----- src/apps/AppResidentActivitie/Add.vue | 29 +++++- src/components/AiAreaPicker.vue | 99 +++++++++++-------- src/components/AiSelect.vue | 22 ++++- 7 files changed, 131 insertions(+), 85 deletions(-) diff --git a/src/apps/AppCountryAlbum/AppCountryAlbum.vue b/src/apps/AppCountryAlbum/AppCountryAlbum.vue index 531f098d..5af47fee 100644 --- a/src/apps/AppCountryAlbum/AppCountryAlbum.vue +++ b/src/apps/AppCountryAlbum/AppCountryAlbum.vue @@ -3,7 +3,7 @@
- + {{ areaName }} 请选择 @@ -19,7 +19,6 @@
- diff --git a/src/apps/AppPovertyAlleviation/Monitor/List.vue b/src/apps/AppPovertyAlleviation/Monitor/List.vue index 02f4fe8f..75cdfaff 100644 --- a/src/apps/AppPovertyAlleviation/Monitor/List.vue +++ b/src/apps/AppPovertyAlleviation/Monitor/List.vue @@ -7,11 +7,11 @@
{{ addressArea }}
请选择 --> - {{ addressArea }} 请选择 - +
@@ -45,6 +45,7 @@ @@ -271,10 +284,6 @@ export default { } ::v-deep.u-drawer-content { - position: fixed; - border-radius: 32px 32px 0 0; - overflow: hidden; - padding: 0 32px 90px; .areaSelector { box-sizing: border-box; @@ -282,13 +291,17 @@ export default { } } - ::v-deep.pendingItem { - color: #333; - height: 104px; - text-align: start; + ::v-deep .pendingList { + padding: 0 32px 120px; - .self { - font-weight: bold; + .pendingItem { + color: #333; + height: 104px; + text-align: start; + + .self { + font-weight: bold; + } } } diff --git a/src/components/AiSelect.vue b/src/components/AiSelect.vue index b1bb5a06..a8b2ac76 100644 --- a/src/components/AiSelect.vue +++ b/src/components/AiSelect.vue @@ -8,19 +8,24 @@ {{ placeholder }}
- +