Fix:两个规格之间的间距调的太宽了
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<view class="productWinList">
|
<view class="productWinList">
|
||||||
<view class="item" v-for="(item, indexw) in attr.productAttr" :key="indexw">
|
<view class="item" v-for="(item, indexw) in attr.productAttr" :key="indexw">
|
||||||
<view class="title">{{ item.attrName }}</view>
|
<view class="title">{{ item.attrName }}</view>
|
||||||
<view class="listn acea-row v12-justify-between">
|
<view class="listn acea-row v12-justify-start">
|
||||||
<view
|
<view
|
||||||
v-for="(itemn, indexn) in item.attrValue"
|
v-for="(itemn, indexn) in item.attrValue"
|
||||||
:key="indexn"
|
:key="indexn"
|
||||||
@@ -147,7 +147,8 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style scope>
|
<style scope>
|
||||||
.itemn{
|
.itemn{
|
||||||
margin: 28rpx 0 0 14rpx !important;
|
margin: 28rpx 0 0 34rpx !important;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
.money{
|
.money{
|
||||||
margin-top: 0 !important
|
margin-top: 0 !important
|
||||||
|
|||||||
Reference in New Issue
Block a user