Commit 69e0b200 authored by nick zheng's avatar nick zheng

chore: 开场白样式

parent effaae97
...@@ -36,7 +36,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) { ...@@ -36,7 +36,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
<div class="flex flex-col items-start justify-center"> <div class="flex flex-col items-start justify-center">
<p <p
v-show="personalAppConfigStore.commConfig.preamble" v-show="personalAppConfigStore.commConfig.preamble"
class="mb-6 select-none rounded-xl border border-[#e8e9eb] bg-white px-[16px] py-[12px] shadow-[0_2px_2px_#0000000a]" class="mb-6 select-none break-all rounded-xl border border-[#e8e9eb] bg-white px-[16px] py-[12px] shadow-[0_2px_2px_#0000000a]"
> >
{{ personalAppConfigStore.commConfig.preamble }} {{ personalAppConfigStore.commConfig.preamble }}
</p> </p>
......
...@@ -39,7 +39,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) { ...@@ -39,7 +39,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
<div class="flex flex-col items-start justify-center"> <div class="flex flex-col items-start justify-center">
<p <p
v-show="agentApplicationConfig.commConfig.preamble" v-show="agentApplicationConfig.commConfig.preamble"
class="mb-6 select-none rounded-xl bg-[#e7ecf2] px-[16px] py-[12px]" class="mb-6 select-none break-all rounded-xl bg-[#e7ecf2] px-[16px] py-[12px]"
> >
{{ agentApplicationConfig.commConfig.preamble }} {{ agentApplicationConfig.commConfig.preamble }}
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment