From 662ae6cca48942f69fe1c0540f5bbc60acfabc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Sun, 19 Mar 2023 00:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=85=AC=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index c175f7e..37a3533 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -25,7 +25,7 @@ interval="3000" duration="1000" > - + {{ item.title }} @@ -74,11 +74,17 @@ + + + + + @@ -240,4 +257,8 @@ export default { background: linear-gradient(135deg, #328eff, #2fb2fe, #44c2ee); } } +.message-box { + max-height: 400rpx; + overflow-y: scroll; +} \ No newline at end of file