This commit is contained in:
parent
f829db2933
commit
09a9ab7249
|
@ -151,7 +151,7 @@
|
|||
|
||||
<!-- 物料包消耗提示 -->
|
||||
<view>
|
||||
<u-popup v-model="showViewHelp" mode="center" border-radius="14" width="90%" height="240rpx"
|
||||
<u-popup v-model="showViewHelp" mode="center" border-radius="20" width="90%" height="240rpx"
|
||||
closeable>
|
||||
<view class="import" style="padding: 0px 10px;">
|
||||
<view class="innerPopup">
|
||||
|
@ -167,7 +167,7 @@
|
|||
|
||||
<!-- 物料包弹窗显示全部数据 -->
|
||||
<view style="position: relative;">
|
||||
<u-popup v-model="showMaterialPackageListStatus" mode="center" border-radius="14" width="90%"
|
||||
<u-popup v-model="showMaterialPackageListStatus" mode="center" border-radius="20" width="90%"
|
||||
closeable>
|
||||
<view class="import" style="padding: 20px 20px;">
|
||||
<!-- <view class="materialPackageTitle">
|
||||
|
|
Loading…
Reference in New Issue