diff --git a/src/apps/AppBroadcast1/AppEquipment/AppEquipment.vue b/src/apps/AppBroadcast1/AppEquipment/AppEquipment.vue index 6c704f1f..ebb1340f 100644 --- a/src/apps/AppBroadcast1/AppEquipment/AppEquipment.vue +++ b/src/apps/AppBroadcast1/AppEquipment/AppEquipment.vue @@ -103,29 +103,39 @@ export default { .item { width: 100%; display: flex; + align-items: center; + height: 110rpx; border-bottom: 1px solid #ddd; + box-sizing: border-box; + + &:last-child { + border: none; + } .check-img { width: 44px; height: 44px; - margin: 32px 32px 0 0; + margin-right: 32px; } .voice-img { width: 48px; height: 48px; - margin: 28px 16px 0 0; + margin-right: 16px; } .info { - width: calc(100% - 160px); - padding: 18px 0; - line-height: 44px; + flex: 1; font-size: 34px; + padding-right: 32px; display: flex; justify-content: space-between; + align-items: center; + box-sizing: border-box; .text { + line-height: 1; + p { font-family: PingFang-SC-Medium, PingFang-SC; font-weight: 500;