css
This commit is contained in:
@@ -100,15 +100,11 @@ export default {
|
|||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
onReachBottom() {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.selectEquipment {
|
.selectEquipment {
|
||||||
padding-bottom: 128px;
|
|
||||||
|
|
||||||
.currentLeft-top {
|
.currentLeft-top {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -127,8 +123,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.record {
|
.record {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
padding-left: 32px;
|
padding-bottom: 128px;
|
||||||
background-color: #fff;
|
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -136,6 +131,9 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
height: 110rpx;
|
height: 110rpx;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
padding-left: 32px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
background-color: #fff;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user