6.9/优化
This commit is contained in:
parent
015a3c6f33
commit
4ab82767f2
@ -1503,7 +1503,7 @@
|
||||
.store-item {
|
||||
margin: 20rpx auto;
|
||||
// padding: 40rpx 20rpx;
|
||||
background-color: #fff;
|
||||
// background-color: #fff;
|
||||
|
||||
.head {
|
||||
display: flex;
|
||||
@ -1533,7 +1533,7 @@
|
||||
width: 80px;
|
||||
height: 180rpx;
|
||||
background-size: cover;
|
||||
margin: 10px 0 0 10px;
|
||||
margin: 10px 0 10px 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
@ -1541,7 +1541,7 @@
|
||||
margin: 10px 0 0 15px;
|
||||
|
||||
.text {
|
||||
margin-top: 10rpx;
|
||||
margin: 12.5rpx 0px;
|
||||
display: flex;
|
||||
|
||||
span {
|
||||
@ -1560,8 +1560,14 @@
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 24px;
|
||||
font-size: 31rpx;
|
||||
font-weight: 700;
|
||||
width: 160px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
-o-text-overflow: ellipsis;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
|
||||
@ -1570,13 +1576,14 @@
|
||||
}
|
||||
|
||||
.conent_l_bom {
|
||||
padding-top: 10px;
|
||||
margin-top: 40rpx;
|
||||
|
||||
.text {
|
||||
display: flex;
|
||||
|
||||
p {
|
||||
width: 190px;
|
||||
margin: 10rpx 0 10px 0;
|
||||
margin: 10rpx 0 10Rpx 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@ -1595,6 +1602,7 @@
|
||||
}
|
||||
|
||||
.head_conent_r {
|
||||
height: 200px;
|
||||
width: 30%;
|
||||
|
||||
.miniban {
|
||||
@ -1719,11 +1727,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.guanbi {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
.pop {
|
||||
z-index: 1;
|
||||
}
|
||||
|
@ -188,7 +188,8 @@ export default {
|
||||
volume: '', // 体积
|
||||
extension_one: '', // 一级佣金
|
||||
extension_two: '' //二级拥挤
|
||||
}
|
||||
},
|
||||
a:{}
|
||||
};
|
||||
},
|
||||
onLoad(opt) {
|
||||
@ -207,6 +208,15 @@ export default {
|
||||
}
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
batchData:{
|
||||
handler(val){
|
||||
console.log(val);
|
||||
// this.multiSpecificationList
|
||||
// setStorage('attrValue', this.multiSpecificationList);
|
||||
},
|
||||
deep:true,
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@ -230,9 +240,11 @@ export default {
|
||||
});
|
||||
},
|
||||
clk(index) {
|
||||
setStorage('attrValue', this.multiSpecificationList);
|
||||
let avatar = this.$refs.avatar;
|
||||
this.index = index;
|
||||
avatar.fChooseImg(1,{selWidth: '350upx', selHeight: '350upx', inner: true});
|
||||
|
||||
},
|
||||
doUpload(rsp) {
|
||||
console.log(rsp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user