From 4b3962fefab7165535024f1ba36d9c06837d3254 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Sat, 11 Jun 2022 12:01:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppEquipment/AppEquipment.vue | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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;