Browse Source

个人资料按钮下移

liyuan 13 hours ago
parent
commit
31363275e6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pages/me/myInfo.vue

+ 4 - 4
pages/me/myInfo.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="">
+	<view style="min-height: 90vh; display: flex; flex-direction: column;">
 		<uni-section title="基本信息" style="padding: 0 62rpx;" titleColor="5F5F5F" titleFontSize="28rpx">
 			<uni-forms ref="form1" :modelValue="form" :border="true" label-width="80">
 				<uni-forms-item name="cname" label="店铺名称" required>
@@ -92,9 +92,9 @@
 				</uni-forms-item>
 			</uni-forms>
 		</uni-section>-->
-		<view style="padding:30rpx 20rpx;">
-			<debounce-button bgColor="#03803B" @click="submit">修改</debounce-button>
-		</view>
+    <view style="margin-top: auto; padding: 30rpx 20rpx 40rpx;">
+      <debounce-button bgColor="#03803B" @click="submit">修改</debounce-button>
+    </view>
 	</view>
 </template>