Commit 549ca892 by HoMeTown

feat: 推荐问题样式修改

parent d7591963
...@@ -122,8 +122,8 @@ const QuestionListBase: React.FC<QuestionListProps & WithAuthProps> = ({ checkAu ...@@ -122,8 +122,8 @@ const QuestionListBase: React.FC<QuestionListProps & WithAuthProps> = ({ checkAu
exit="exit" exit="exit"
layout layout
> >
<Button onClick={handleClick} color="primary" variant="flat" className="w-full bg-[#F7FCFF] "> <Button onClick={handleClick} color="primary" variant="light" className="text-left bg-[#F7FCFF] w-full text-[#333] rounded-[23px] data-[hover=true]:bg-[#E5F6FF] data-[hover=true]:text-primary">
<div className="w-full text-nowrap text-ellipsis overflow-hidden text-[#82969C]"> <div className="w-full text-nowrap text-ellipsis overflow-hidden">
<span style={{ color: dotColor }}>·</span> <span style={{ color: dotColor }}>·</span>
<span className="ml-[8px]">{item}</span> <span className="ml-[8px]">{item}</span>
</div> </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