This commit is contained in:
parent
f829db2933
commit
09a9ab7249
|
@ -151,7 +151,7 @@
|
||||||
|
|
||||||
<!-- 物料包消耗提示 -->
|
<!-- 物料包消耗提示 -->
|
||||||
<view>
|
<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>
|
closeable>
|
||||||
<view class="import" style="padding: 0px 10px;">
|
<view class="import" style="padding: 0px 10px;">
|
||||||
<view class="innerPopup">
|
<view class="innerPopup">
|
||||||
|
@ -167,7 +167,7 @@
|
||||||
|
|
||||||
<!-- 物料包弹窗显示全部数据 -->
|
<!-- 物料包弹窗显示全部数据 -->
|
||||||
<view style="position: relative;">
|
<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>
|
closeable>
|
||||||
<view class="import" style="padding: 20px 20px;">
|
<view class="import" style="padding: 20px 20px;">
|
||||||
<!-- <view class="materialPackageTitle">
|
<!-- <view class="materialPackageTitle">
|
||||||
|
|
Loading…
Reference in New Issue