From f2b170d7706b2c5e6ebafc73c7307fcf644cfaa7 Mon Sep 17 00:00:00 2001 From: truthhun <1272881215@qq.com> Date: Thu, 29 Jun 2023 15:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=88=86=E7=B1=BB=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/pages/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/pages/index.vue b/web/pages/index.vue index dc9effa..26093af 100644 --- a/web/pages/index.vue +++ b/web/pages/index.vue @@ -522,18 +522,18 @@ export default { } .el-card__body { padding: 15px 0 20px; - max-height: 77px; + max-height: 80px; overflow: hidden; display: -webkit-box; - -webkit-box-orient: vertical; + // -webkit-box-orient: vertical; -webkit-line-clamp: 3; - text-overflow: ellipsis; } a { display: inline-block; - padding: 5px 0; + padding: 2px 0 5px; text-decoration: none; margin-right: 10px; + margin-bottom: 5px; } } }