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