From 403ac0ad12f0293710d5afe66de5a19df8d2d0c7 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 12 Mar 2025 09:40:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/chat/hello.wxss | 9 ++++++--- components/chat/text.wxss | 4 ++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/components/chat/hello.wxss b/components/chat/hello.wxss index d4547e0..f902168 100644 --- a/components/chat/hello.wxss +++ b/components/chat/hello.wxss @@ -1,10 +1,13 @@ /* components/chat/hello.wxss */ -.g_fw_600{ +.g-components-chat-gree .g_fw_600{ font-weight: 600; } -.g_ml_4{ +.g-components-chat-gree .g_ml_4{ margin-left: 4px; } -.g_mr_4{ +.g-components-chat-gree .g_mr_4{ margin-right: 4px; } +.g-components-chat-gree view{ + font-size: 16px; +} \ No newline at end of file diff --git a/components/chat/text.wxss b/components/chat/text.wxss index ee8a91e..9f1f270 100644 --- a/components/chat/text.wxss +++ b/components/chat/text.wxss @@ -4,4 +4,8 @@ } .cwhite{ color: #fff; +} + +.panel-text{ + font-size: 16px; } \ No newline at end of file