From cd5b3c4f3c8fddd94dd77e89bfa50061f6c57032 Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期二, 01 十一月 2022 17:19:51 +0800 Subject: [PATCH] # --- pages/login/login.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index d09a580..a19a750 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -58,7 +58,7 @@ </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"> <button class="cu-btn bg-blue lg" @click="configConfirm">纭</button> @@ -348,6 +348,7 @@ width: 500rpx; height: 500rpx; background-color: #fff; + border-radius: 20px; } .config-title { height: 100rpx; -- Gitblit v1.9.1