This commit is contained in:
sunmeng 2024-08-26 16:47:29 +08:00
parent 40e301104d
commit 19ff93418f

View File

@ -222,7 +222,7 @@
<image src="../../static/closed.png" mode="" @click="closePop"></image>
</view>
</u-popup>
<u-popup v-model="Soilshow" mode="center" :mask-close-able='false' width="640rpx"
<u-popup v-model="Soilshow" :mask-close-able="true" height="800rpx" mode="center" width="640rpx"
:closeable='false'>
<view class="contentPop soil-pop" style="padding-bottom: 70rpx;">
<view class="contentPop_box" >
@ -301,8 +301,8 @@
-->
</view>
<image src="../../static/closed.png" mode="" @click="Soilshow=false"></image>
</view>
</u-popup>
</view>
@ -887,6 +887,7 @@
</script>
<style lang="scss" scoped>
.fertilizer_machine {
width: 100%;
min-height: 100vh;
@ -1327,6 +1328,7 @@
// min-height: calc(100% - 70rpx);
height:calc(100% - 70rpx);
position: relative;
&.soil-pop{
height: 100%;
>image {
@ -1360,18 +1362,18 @@
line-height: 91rpx;
}
.soil-flex{
max-height: 700rpx;
overflow: auto;
// max-height: 700rpx;
// overflow-y: auto;
width: 100%;
display: flex;
justify-content: space-between;
.left,.right{
width: 50%;
flex-shrink: 0;
// flex-shrink: 0;
>view{
width: 100%;
flex-shrink: 0;
// flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;