From af293afdd345bd6a8267dc1d1db394fcc0316e01 Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期四, 01 十二月 2022 19:17:39 +0800 Subject: [PATCH] # --- pages/login/login.vue | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index e21f143..9543434 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -60,7 +60,7 @@ <text>椤圭洰锛�</text> <input v-model="PROJECT" type="text" placeholder="wms" placeholder-style="font-size:16rpx;text-indent: 10rpx;"> </view> - <view class="flex justify-around"> + <view style="height: 100rpx;width:100%;display: flex;justify-content: center;align-items: flex-end"> <button class="cu-btn bg-blue lg" @click="configConfirm">纭</button> </view> </view> @@ -348,6 +348,9 @@ width: 500rpx; height: 500rpx; background-color: #fff; + border-radius: 30rpx; + display: flex; + flex-direction: column; } .config-title { height: 100rpx; @@ -356,20 +359,22 @@ line-height: 100rpx; } .config-item { - height: 100rpx; + height: 80rpx; + margin-top: 10rpx; + border-bottom: 1px solid #e8e8e8; + display: flex; + justify-content: center; + align-items: flex-end; } .config-item text { - display: inline-block; - float: left; text-indent: 1em; + width: 150rpx; } .config-item input { - display: inline-block; - float: right; margin-right: 50rpx; width: 300rpx; - height: 50rpx; - border: 1px solid #aaaaaa; + /* height: 50rpx; */ + /* border: 1px solid #aaaaaa; */ border-radius: 10rpx; font-size: 16rpx; text-indent: 10rpx; -- Gitblit v1.9.1