Merge remote-tracking branch 'origin/main' into main
commit
7e91066419
|
@ -61,7 +61,7 @@
|
||||||
</view>
|
</view>
|
||||||
<!-- 评论区输入框 -->
|
<!-- 评论区输入框 -->
|
||||||
<up-popup :show="showInput" duration="0" @close="close" @open="open" class="comment-po">
|
<up-popup :show="showInput" duration="0" @close="close" @open="open" class="comment-po">
|
||||||
<view class="flex justifyBetween comment-input" :style="{ paddingBottom: bottomVal + 'px' }">
|
<view class="flex justifyBetween comment-input" :style="{ marginBottom: bottomVal + 'px' }">
|
||||||
<view class="input-in flex alignCenter justifyCenter">
|
<view class="input-in flex alignCenter justifyCenter">
|
||||||
<input class="input-in-text" v-if="showInputText" focus="true" maxlength="55" :placeholder="placeholderInput" :adjust-position="false" />
|
<input class="input-in-text" v-if="showInputText" focus="true" maxlength="55" :placeholder="placeholderInput" :adjust-position="false" />
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue