Fix:两个规格之间的间距调的太宽了

This commit is contained in:
modendeveloper
2024-09-14 00:47:42 +08:00
parent a4201225fa
commit 9e0bc48135
+3 -2
View File
@@ -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