空轴套管样式

This commit is contained in:
2024-01-22 15:48:52 +08:00
parent 5ad1e3b327
commit 927e7cc69a
4 changed files with 34 additions and 5 deletions

View File

@@ -82,6 +82,17 @@
<button class="submit-button" :class="{'btn-disabled': !pkId}" :disabled="disabled" @tap="toSure">{{$t('button.call')}}</button>
<button class="submit-button" @tap="searchList">{{$t('button.search')}}</button>
</view> -->
<!-- <view class="submit-bar_new">
<button class="submit-more" @tap="btn_active = true">···<br>more</button>
</view>
<view class="more_btns_wraper" :class="btn_active ? 'popshow' : 'pophide'">
<view class="more_btns_items">
</view>
<view class="more_btns_cancle" @tap="btn_active = false">取消</view>
</view>
<view v-if="btn_active" class="msg_mask"></view> -->
<view class="submit-bar_new">
<button class="submit-more" @tap="btn_active = true">···<br>more</button>
<button class="submit-button_new" :class="{'btn-disabled': !pkId}" :disabled="disabled" @tap="toSure">{{$t('button.call')}}</button>