From 515ae4e78c55ead98bdb1348df93ea0765f7fb53 Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 2 Sep 2025 20:55:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E7=9A=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/ChatCardMine.vue | 2 +- pages/loading/DotLoading.vue | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pages/chat/ChatCardMine.vue b/pages/chat/ChatCardMine.vue index ff9e58d..8dda02c 100644 --- a/pages/chat/ChatCardMine.vue +++ b/pages/chat/ChatCardMine.vue @@ -34,7 +34,7 @@ defineProps({ text { font-family: PingFang SC, PingFang SC; font-weight: 400; - font-size: 14px; + font-size: 15px; color: #ffffff; line-height: 22px; text-align: justify; diff --git a/pages/loading/DotLoading.vue b/pages/loading/DotLoading.vue index f5c2112..b51fb1f 100644 --- a/pages/loading/DotLoading.vue +++ b/pages/loading/DotLoading.vue @@ -12,15 +12,14 @@ .wave { position: relative; text-align: center; - width: 32px; - // background-color: #ff0000; + width: 30px; .dot { display: inline-block; - width: 4px; - height: 4px; + width: 3px; + height: 3px; border-radius: 50%; - margin-right: 4px; + margin-right: 3px; background: #333333; animation: wave 1.3s linear infinite; @@ -42,7 +41,7 @@ } 30% { - transform: translateY(-6px); + transform: translateY(-5px); } }