From 7e7477e88628266a39a8f2ab35772e83a464782b Mon Sep 17 00:00:00 2001 From: jiangx Date: Tue, 6 Aug 2024 14:17:50 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/base.scss | 1 - src/assets/scss/reset.scss | 4 ---- src/components/ListItem/ListItem.vue | 7 +++++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/assets/scss/base.scss b/src/assets/scss/base.scss index b59b555..663d906 100644 --- a/src/assets/scss/base.scss +++ b/src/assets/scss/base.scss @@ -2,7 +2,6 @@ body, html { - line-height: 1; user-select: none; -webkit-tap-highlight-color: transparent; touch-action: none; diff --git a/src/assets/scss/reset.scss b/src/assets/scss/reset.scss index 917f4a0..9ae5677 100644 --- a/src/assets/scss/reset.scss +++ b/src/assets/scss/reset.scss @@ -107,10 +107,6 @@ section { display: block; } -body { - line-height: 1; -} - blockquote, q { quotes: none; diff --git a/src/components/ListItem/ListItem.vue b/src/components/ListItem/ListItem.vue index e042963..4ac9a21 100644 --- a/src/components/ListItem/ListItem.vue +++ b/src/components/ListItem/ListItem.vue @@ -7,7 +7,7 @@ {{ formatTime(customer.createTime) }} - +
{{ customer.content }}
@@ -16,7 +16,7 @@ {{ formatTime(customer.replyTime) }} - +
@@ -54,4 +54,7 @@ function formatTime(time: string) { .custom * { font-size: 24px !important; } +.scroll img { + width: 100%; +} -- 2.30.2