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 }}
- +