From e5a77d6a551d13e4cf74624b31b0fa3e328b304d Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 23 一月 2025 17:23:39 +0800 Subject: [PATCH] - --- src/pages/mine/apply.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/pages/mine/apply.vue b/src/pages/mine/apply.vue index 2ca540b..56ff7ee 100644 --- a/src/pages/mine/apply.vue +++ b/src/pages/mine/apply.vue @@ -54,7 +54,7 @@ <!-- <tem-session/> --> <!-- </up-popup> --> <view class="tabbtns"> - <up-button color='#fece01' class="text-69" text="淇濆瓨" :loading='isLoading' loadingText="淇濆瓨涓�" + <up-button color='#fece01' text="淇濆瓨" :loading='isLoading' loadingText="淇濆瓨涓�" @click='saveUserWorker'></up-button> </view> </up-form> @@ -320,4 +320,7 @@ .fui-upload__item { margin-top: 20rpx !important; } + .u-form-item__body { + padding: 5px 0 !important; + } </style> \ No newline at end of file -- Gitblit v1.9.1