From ea92a004d52ce8a49356d8cf81152f565bae71b7 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 01 二月 2023 09:44:14 +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