From 235f708566eab62b3dc9d498379892d9c1b75dac Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 09:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppHelpDeclaration/list.vue | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index 1e521853..f6bd6cb5 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -5,24 +5,24 @@
{{item}}
-
+
- +
{{ areaName }} 所在地区
- +
-
+
风险类型 {{ $dict.getLabel('helpDeclarationReason', declareReason) }} - +
@@ -81,14 +81,15 @@ export default { }, clearArea() { - this.declareReason = '', + this.areaId = '', + this.areaName = '', this.current = 1, this.list = [], this.getList() }, clearReason() { - this.areaId = '', + this.declareReason = '', this.current = 1, this.list = [], this.getList() @@ -130,6 +131,9 @@ export default { ::v-deep .AiTopFixed .content { padding: 0; } + ::v-deep .AiSelect .display{ + justify-content: center; + } .tab-select { width: 100%; @@ -173,6 +177,11 @@ export default { flex: 1; text-align: center !important; font-size: 28px; + + ::v-deep .u-icon .uicon-close-circle{ + top: -96px !important; + left: 80px; + } } }