Commit b1ee224f by HoMeTown

feat: 优化猜你想问的chip样式

parent 973af7cc
......@@ -46,10 +46,10 @@ export const ChatAnswerRecommend: React.FC<ChatAnswerRecommendProps> = ({ answer
{
loading && questionList.length === 0 && (
<div className="flex flex-col gap-[8px]">
<Skeleton className="w-full sm:w-[300px] rounded-lg">
<Skeleton className="w-2/3 sm:w-[300px] rounded-lg">
<div className="h-[40px] w-full rounded-lg bg-[#fff]"></div>
</Skeleton>
<Skeleton className="w-full sm:w-[300px] rounded-lg">
<Skeleton className="w-3/4 sm:w-[300px] rounded-lg">
<div className="h-[40px] w-full rounded-lg bg-[#fff]"></div>
</Skeleton>
</div>
......
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