From 86ee1f646104b9836a85ecbacebb64850098fdbb Mon Sep 17 00:00:00 2001 From: lipenghui Date: Thu, 25 Jan 2024 09:54:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:1.=E9=A6=96=E6=9D=A1=E8=93=9D=E5=BA=95?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=E9=98=B4=E5=BD=B1=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=EF=BC=9B2.=E5=AF=B9=E8=AF=9D=E6=A1=86=E9=98=B4=E5=BD=B1?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=94=B9=E6=88=90=E6=8F=8F=E8=BE=B9=EF=BC=9B?= =?UTF-8?q?3.=E5=AF=B9=E8=AF=9D=E6=A0=87=E9=A2=98=E4=B8=8B=E6=96=B9?= =?UTF-8?q?=E6=B8=90=E5=8F=98=E6=9D=A1=E7=9A=84=E9=95=BF=E5=BA=A6=E4=B8=8E?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=B8=80=E8=87=B4=EF=BC=9B4.=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=BB=98=E8=AE=A4=E5=AF=BC=E8=AF=AD=E6=96=87=E5=AD=97?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppConversationDefault/index.vue | 4 ++-- src/components/AppDefaultLead/index.vue | 2 +- src/components/AppMessage/index.vue | 4 ++-- src/components/AppSubMenuTitle/index.vue | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/AppConversationDefault/index.vue b/src/components/AppConversationDefault/index.vue index d7b056a..396131c 100644 --- a/src/components/AppConversationDefault/index.vue +++ b/src/components/AppConversationDefault/index.vue @@ -28,7 +28,7 @@ const props = withDefaults(defineProps(), { }, { id: '2', - label: '帮我指定一个路旅游计划', + label: '帮我制订一个旅游计划', }, { id: '3', @@ -62,7 +62,7 @@ function handlePick(index: number, item: TopPickItem) { > diff --git a/src/components/AppDefaultLead/index.vue b/src/components/AppDefaultLead/index.vue index aba9ae4..27229c2 100644 --- a/src/components/AppDefaultLead/index.vue +++ b/src/components/AppDefaultLead/index.vue @@ -50,7 +50,7 @@ defineProps({ background-image: url(../../assets/images/conversation/default_bg.png); background-size: cover; position: relative; - box-shadow: 5px 5px 15px #2260e8; + // box-shadow: 5px 5px 15px #2260e8; .content { color: #fff; .title { diff --git a/src/components/AppMessage/index.vue b/src/components/AppMessage/index.vue index 0023f6e..cef2611 100644 --- a/src/components/AppMessage/index.vue +++ b/src/components/AppMessage/index.vue @@ -243,9 +243,9 @@ onMounted(async () => { .content { padding: 5px 15px; background: #ffffff; - box-shadow: 0px 2px 10px 0px rgba(128, 135, 152, 0.4); + // box-shadow: 0px 2px 10px 0px rgba(128, 135, 152, 0.4); border-radius: 10px; - border: 1px solid #e3ebfc; + border: 1px solid #d8dde7; } .width-auto { max-width: calc(100% - 110px); diff --git a/src/components/AppSubMenuTitle/index.vue b/src/components/AppSubMenuTitle/index.vue index f33af69..102b0d4 100644 --- a/src/components/AppSubMenuTitle/index.vue +++ b/src/components/AppSubMenuTitle/index.vue @@ -29,7 +29,7 @@ defineProps({ left: 20px; bottom: 1px; z-index: -1; - width: 50%; + width: 28%; height: 8px; background: linear-gradient(90deg, #4670e3 0%, rgba(53, 109, 228, 0) 100%); border-radius: 4px;