2020.08.10
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
<!-- 选择规格数量 -->
|
||||
<u-popup v-model="showSpec" mode="bottom">
|
||||
<scroll-view scroll-y="true" class="spec-popup">
|
||||
<button class="button"></button>
|
||||
<view>
|
||||
<view class="head">
|
||||
<image class="image" :src="goodsInfo.goods_image"></image>
|
||||
@@ -949,9 +950,22 @@ export default {
|
||||
}
|
||||
}
|
||||
.spec-popup {
|
||||
padding: 30rpx;
|
||||
padding:30rpx;
|
||||
box-sizing: border-box;
|
||||
max-height: 750rpx;
|
||||
.button{
|
||||
height: 30rpx;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
background: #fff;
|
||||
border: none !important;
|
||||
&::after{
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
.head{
|
||||
display: flex;
|
||||
margin-bottom: 30rpx;
|
||||
|
||||
Reference in New Issue
Block a user