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

chore: 开场白样式

parent effaae97
......@@ -36,7 +36,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
<div class="flex flex-col items-start justify-center">
<p
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 }}
</p>
......
......@@ -39,7 +39,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
<div class="flex flex-col items-start justify-center">
<p
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 }}
</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