css
This commit is contained in:
@@ -74,8 +74,7 @@ export default {
|
||||
},
|
||||
|
||||
goDetail(item) {
|
||||
console.log(item);
|
||||
uni.navigateTo({ url: `./detail?id=${item.openId}` })
|
||||
uni.navigateTo({ url: `./detail?id=${item.id}` })
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -121,11 +120,15 @@ export default {
|
||||
|
||||
.types-right,
|
||||
.gards-right {
|
||||
margin-left: 32px;
|
||||
color: #333333;
|
||||
width: calc(100% - 120px);
|
||||
}
|
||||
|
||||
.label {
|
||||
width: 120px;
|
||||
}
|
||||
.label1 {
|
||||
margin-right: 12px;
|
||||
width: 120px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user