From 5359571f92d3a1ddb84540e1461181ec0cadd3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Sat, 20 Jul 2024 10:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=85=83=E7=B4=A0=E5=AF=B9?= =?UTF-8?q?=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../illegaltreatment/MapList/index.vue | 6 +++--- .../tiankongdi/auditinfo/MapList/index.vue | 6 +++--- .../tiankongdi/changearea/MapList/index.vue | 4 ++-- .../tiankongdi/curbspotcity/MapList/index.vue | 21 +++++++++++++------ 4 files changed, 23 insertions(+), 14 deletions(-) diff --git a/src/views/demo/statistical/illegaltreatment/MapList/index.vue b/src/views/demo/statistical/illegaltreatment/MapList/index.vue index 2bf42ec7..e0257045 100644 --- a/src/views/demo/statistical/illegaltreatment/MapList/index.vue +++ b/src/views/demo/statistical/illegaltreatment/MapList/index.vue @@ -37,9 +37,9 @@ :options="markTypeOptions" /> -
+
- +
查询 @@ -491,7 +491,7 @@ font-size: 19px; color: #FFFFFF; line-height: 30px; - height:39px; + height:38px; width: 97px; background:#086DEC; } diff --git a/src/views/demo/tiankongdi/auditinfo/MapList/index.vue b/src/views/demo/tiankongdi/auditinfo/MapList/index.vue index e1bb3e01..79a5c878 100644 --- a/src/views/demo/tiankongdi/auditinfo/MapList/index.vue +++ b/src/views/demo/tiankongdi/auditinfo/MapList/index.vue @@ -37,9 +37,9 @@ :options="markTypeOptions" />
-
+
- +
查询 @@ -489,7 +489,7 @@ font-size: 19px; color: #FFFFFF; line-height: 30px; - height:39px; + height:38px; width: 97px; background:#086DEC; } diff --git a/src/views/demo/tiankongdi/changearea/MapList/index.vue b/src/views/demo/tiankongdi/changearea/MapList/index.vue index e4084048..b3b0d839 100644 --- a/src/views/demo/tiankongdi/changearea/MapList/index.vue +++ b/src/views/demo/tiankongdi/changearea/MapList/index.vue @@ -31,7 +31,7 @@ @change="(value) => mapListScreenChange(value, 'batch')" />
-
+
diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue index e521b0b3..31fc0db5 100644 --- a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue +++ b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue @@ -16,7 +16,7 @@
年份
图斑来源
批次
乡镇
@@ -80,9 +80,10 @@ class="item-input" v-model:value="props.infoScreenData.mapNo" @change="(value) => emits('mapListScreenChange',value.target.value,'mapNo')" + style="width:404px;" />
-
+
{ .top-radio-button-div{ width:100%; padding: 33px 12px 8px 13px; + .ant-radio-group{ + display: flex; + + } :deep(.ant-radio-button-wrapper-checked){ font-family: Alibaba PuHuiTi; font-weight: 500 !important; @@ -635,6 +640,9 @@ const closeMolder = () => { font-size: 20px; color: #000000; line-height: 40px; + display: flex; + align-items: center; + justify-content: center } } .sift-div{ @@ -819,6 +827,7 @@ const closeMolder = () => { } .img-box{ width: 25px; + cursor: pointer; } .mr-r-20{ margin-right: 20px;