From 0b32f625b01d50da17b28927188e6734ee3a293d Mon Sep 17 00:00:00 2001 From: zoujing Date: Sat, 2 Aug 2025 17:45:03 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=B0=86=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=20=E8=B0=83=E6=95=B4=E5=88=B0=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CreateServiceOrder/styles/index.scss | 4 ++-- pages/chat/ChatCardAI.vue | 2 +- pages/chat/ChatMainList.vue | 5 +++-- pages/chat/ChatMoreTips.vue | 13 +++++++------ 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/components/CreateServiceOrder/styles/index.scss b/components/CreateServiceOrder/styles/index.scss index 125baf5..55741f8 100644 --- a/components/CreateServiceOrder/styles/index.scss +++ b/components/CreateServiceOrder/styles/index.scss @@ -5,7 +5,7 @@ .create-service-wrapper { // box-sizing: border-box; - padding: 12px 0 16px; + padding: 12px 0; // background-color: #eff6fa; // box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1); // border-radius: 4px 20px 20px 20px; @@ -122,7 +122,7 @@ } .footer-help { - margin-top: 8px; + margin-bottom: 12px; display: flex; align-items: center; font-size: 14px; diff --git a/pages/chat/ChatCardAI.vue b/pages/chat/ChatCardAI.vue index 81cd12e..8893fda 100644 --- a/pages/chat/ChatCardAI.vue +++ b/pages/chat/ChatCardAI.vue @@ -1,7 +1,7 @@