样式修改

This commit is contained in:
2024-04-24 16:19:41 +08:00
parent 6731c633c9
commit a0aac53bef
6 changed files with 155 additions and 156 deletions

View File

@@ -92,7 +92,7 @@
</view>
<pagination v-show="dataList1.length > 0" :total="totalCount1" :page-size="queryParams1.pageSize" :current-page="currentPage1" @page-change="handlePageChange1" />
</view>
<view class="pop-wraper" :class="{'popshow': show, 'pophide': !show, 'pop-wraper_1': type === '2'}">
<view class="pop-wraper" :class="{'popshow': show, 'pophide': !show}">
<view class="allwidth pop-title">{{type === '1' ?'库位修改' : '库位确认'}}</view>
<view v-if="type === '1'" class="pop-grid-wraper">
<view class="zd-row zd-sec-th-wraper zd-pop-th-wraper">
@@ -126,7 +126,7 @@
/>
</view>
</view>
<view class="zd-row jcenter">
<view class="mgb20 zd-row jcenter">
<view class="zd-col-4">
<button class="confirm-button confirm-button_cancle" @tap="show = false">取消</button>
</view>