From 89a5fedfe041ebacb2d81ecae1023b206cd3f353 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 24 四月 2025 09:10:37 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/main' --- eims-ui-mobile/src/pages/login/index.vue | 29 +++++++++++++++++++++++++---- 1 files changed, 25 insertions(+), 4 deletions(-) diff --git a/eims-ui-mobile/src/pages/login/index.vue b/eims-ui-mobile/src/pages/login/index.vue index 46626e7..bc68841 100644 --- a/eims-ui-mobile/src/pages/login/index.vue +++ b/eims-ui-mobile/src/pages/login/index.vue @@ -32,14 +32,21 @@ /> </wd-cell-group> <view class="footer"> - <view class="w-full text-end"> - <wd-checkbox v-model="rember" shape="square" @change="handleChange"> - 璁颁綇瀵嗙爜 + <view> + <wd-checkbox v-model="rember" @change="handleChange"> + <text class="rember-text">璁颁綇瀵嗙爜</text> </wd-checkbox> </view> <wd-button class="mt-6" type="primary" size="large" @click="handleSubmit" block> 鎻愪氦 </wd-button> + + <view class="copyright-info"> + <text> + 涓婃捣鍏板疂浼犳劅绉戞妧鑲′唤鏈夐檺鍏徃 + </text> + + </view> </view> </wd-form> </template> @@ -128,6 +135,20 @@ <style scoped lang="scss"> .footer { - padding: 12px; + padding: 24rpx; +} +.rember-text { + font-size: 24rpx; + color: $uni-text-color-grey; +} + +.copyright-info { + position: absolute; + bottom: 20rpx; + width: 100%; + display: flex; + justify-content: center; + color: $uni-text-color-disable; + font-size: 24rpx; } </style> -- Gitblit v1.9.3