feat: 调整
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</view>
|
||||
<view class="detail-item">
|
||||
<text class="detail-label">服务时间:</text>
|
||||
<text class="detail-value">2025-09-12 12:00</text>
|
||||
<text class="detail-value">2025-08-11 14:00</text>
|
||||
</view>
|
||||
<view class="detail-item">
|
||||
<text class="detail-label">联系房客:</text>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
:class="['textarea', ios ? 'ios' : 'android']"
|
||||
type="text"
|
||||
cursor-spacing="65"
|
||||
confirm-type="done"
|
||||
confirm-type="send"
|
||||
v-model="inputMessage"
|
||||
auto-height
|
||||
:confirm-hold="true"
|
||||
@@ -23,6 +23,7 @@
|
||||
:show-confirm-bar="false"
|
||||
:hold-keyboard="holdKeyboard"
|
||||
:adjust-position="true"
|
||||
:disable-default-padding="true"
|
||||
maxlength="300"
|
||||
@confirm="sendMessage"
|
||||
@focus="handleFocus"
|
||||
|
||||
Reference in New Issue
Block a user