From c0b24b804539df3a40a0be613b44562c7e073005 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 20 四月 2023 10:43:46 +0800 Subject: [PATCH] # --- pages/basics/stoOut.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/basics/stoOut.vue b/pages/basics/stoOut.vue index 8d0aadf..743467f 100644 --- a/pages/basics/stoOut.vue +++ b/pages/basics/stoOut.vue @@ -7,7 +7,7 @@ </view> <view class="square-content"> <view class="content-input"> - <input type="text" v-model="locNo" placeholder="鎵爜 / 杈撳叆" @input="searchLocNo"> + <input type="text" v-model="locNo" placeholder="鎵爜 / 杈撳叆" @input="searchLocNo" placeholder-style="line-height: 85rpx;"> <uni-icons type="closeempty" size="20" color="#dadada" @click="removeLocNo"></uni-icons> </view> </view> -- Gitblit v1.9.1