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;