Commit 24850c45 by weiw

fix:修改样式

parent da860c42
......@@ -170,7 +170,7 @@ export const Home: React.FC = () => {
<div className="w-full">
<div className="flex justify-center gap-[20px] mt-[22px] sm:mt-[62px]">
{/* 左侧区域 - 产品问答和您可以试着问我 */}
<div className="flex flex-col gap-[20px]">
<div className="flex flex-col gap-[20px] sm:mt-[-62px] justify-center">
<motion.div className="w-full hidden sm:block sm:w-auto" {...getAnimationProps(2)}>
<QuestionList
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