Commit b918f01c by weiw

fix:修改样式

parent 494d3a72
...@@ -173,7 +173,7 @@ useEffect(() => { ...@@ -173,7 +173,7 @@ useEffect(() => {
<div className="w-full"> <div className="w-full">
<div className="flex justify-center gap-[20px]"> <div className="flex justify-center gap-[20px]">
{/* 左侧区域 - 产品问答和您可以试着问我 */} {/* 左侧区域 - 产品问答和您可以试着问我 */}
<div className="flex flex-col gap-[20px] items-center py-[150px] overflow-y-auto scrollbar-hide" style={{ height: 'calc(100vh - 64px)' }}> <div className="flex flex-col gap-[20px] items-center overflow-y-auto scrollbar-hide" style={{ height: 'calc(100vh - 64px)' }}>
<motion.div className="w-full sm:w-auto" {...getAnimationProps(2)}> <motion.div className="w-full sm:w-auto" {...getAnimationProps(2)}>
<QuestionList <QuestionList
questions={productQuestions.content} questions={productQuestions.content}
......
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