优化样式

This commit is contained in:
yezian 2024-01-10 20:00:07 +08:00
parent 313669872f
commit d24e6f1646
1 changed files with 2 additions and 2 deletions

View File

@ -102,9 +102,9 @@ export default function WechatBar({
</div> </div>
<div className="bg-[#FFFFFF26] h-0.5 w-4/5"></div> <div className="bg-[#FFFFFF26] h-0.5 w-4/5"></div>
<div className="flex flex-row cursor-pointer items-center justify-center py-4 mb-2"> <div className="flex flex-row cursor-pointer items-center justify-center py-4 mb-2">
<p className="text-white text-base font-medium text-center px-4 ml-2"> <pre className="text-white text-base font-medium text-center px-4 ml-2">
{auto_response_message} {auto_response_message}
</p> </pre>
</div> </div>
</div> </div>
<dialog id="comfirm_modal" className="modal"> <dialog id="comfirm_modal" className="modal">