From 89bf6bb0d1093999eacd3a051dabc2e5c8c70378 Mon Sep 17 00:00:00 2001 From: duanxiaohai <1812246227@qq.com> Date: Fri, 8 Dec 2023 10:14:39 +0800 Subject: [PATCH] gx --- src/views/Dianping/comment.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/Dianping/comment.vue b/src/views/Dianping/comment.vue index 8b43c9b..9c5531b 100644 --- a/src/views/Dianping/comment.vue +++ b/src/views/Dianping/comment.vue @@ -596,7 +596,9 @@ const choose = (index, name) => { // padding-right: 16px; .main-title { // width: 85vw; - height: 50px; + // height: 50px; + padding: 6px; + margin: 8px 0; overflow-y: auto; display: flex; // border: 1px solid red; @@ -604,12 +606,12 @@ const choose = (index, name) => { .main-list { flex-shrink: 0; // min-width: 56px; - height: 16px; + height: 20px; font-size: 14px; font-family: PingFang SC, PingFang SC; font-weight: 400; color: #666666; - line-height: 14px; + line-height: 16px; margin-right: 22px; // text-align: center; img { @@ -757,7 +759,7 @@ const choose = (index, name) => { font-family: PingFang SC, PingFang SC; font-weight: 600 !important; color: #333333 !important; - line-height: 16px !important; + // line-height: 16px !important; } ::-webkit-scrollbar { display: none;