Commit 04b4ce6e by Liu

fix:昨天推荐问工具状态下tittle

parent e1a2ab2e
......@@ -113,7 +113,7 @@ const QuestionListBase: React.FC<QuestionListProps & WithAuthProps> = ({
<div className="flex items-center min-w-0 flex-1 h-full">
<Image className="w-[28px] h-[28px] flex-shrink-0" src={iconImg} alt="" />
<div className="text-[15px] mt-[4px] ml-[12px] font-medium overflow-hidden text-ellipsis whitespace-nowrap flex-1 min-w-0">
{title}
{isToolBtn ? '常见问题' : title}
</div>
</div>
{showRefresh
......
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