From a0080e7bb99e883e780083133cf42cca89be21f3 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Wed, 8 Jun 2022 15:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index e488d4c9..7b9a3a02 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -134,7 +134,7 @@
- +
@@ -682,7 +682,7 @@ export default { } .case-title{ margin-top: 10px; - font-size: 14px; + font-size: 16px; color: #333; font-weight: bold; margin-bottom:10px; @@ -694,9 +694,17 @@ export default { line-height: 18px; margin-bottom:12px; } - .case-inter{ + ::v-deep .case-inter{ width: 100%; + padding-bottom: 10px; border-bottom: 1px solid #f3f3f3; + .interact-bar-btns{ + justify-content: space-between !important; + .interact-bar-btn{ + margin: 0 0 0 0; + } + } + } }