From a36ae49aa9b90b0c726fbeff442f06119b1adaac Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 05 十二月 2022 10:11:35 +0800
Subject: [PATCH] #
---
pages/login/login.vue | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 809a8c7..9543434 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -58,9 +58,9 @@
</view>
<view class="config-item">
<text>椤圭洰锛�</text>
- <input v-model="PROJECT" type="text" placeholder="lywms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
+ <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>
@@ -294,7 +294,7 @@
}
uni.setStorageSync('token', res.data.token);
setTimeout(() => {
- uni.navigateBack(); // 灏忕▼搴忕敤杩欎釜 鎶婇椤佃矾鐢辨斁绗竴涓�
+ //uni.navigateBack(); // 灏忕▼搴忕敤杩欎釜 鎶婇椤佃矾鐢辨斁绗竴涓�
uni.reLaunch({
url: '../index/index'
});
@@ -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