From df6ad8016eef11fae50469337cdf98995bea13aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 24 Feb 2022 16:57:47 +0800 Subject: [PATCH] 27608 --- src/mods/AppIntegralApply/add.vue | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/mods/AppIntegralApply/add.vue b/src/mods/AppIntegralApply/add.vue index 2b04376..af04577 100644 --- a/src/mods/AppIntegralApply/add.vue +++ b/src/mods/AppIntegralApply/add.vue @@ -177,25 +177,15 @@ export default { } .avatars { - ::v-deep .ai-uploader { - .imgs { - .img { - width: 100px; - height: 100px; - .image { - width: 100px; - height: 100px; - } - } + .u-form-item__body { + margin: 0 !important; + padding: 32px 32px 48px 32px !important; + .u-form-item--left { + margin-bottom: 32px; } } } - .u-form-item:last-child { - // margin-bottom: 40px; - // padding: 40px 0 !important; - } - .line { height: 24px; background: #f3f6f9;