Commit 106f7851 by HoMeTown

chore: heroui升级

parent 8cc34635
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@heroui/react": "2.6.14", "@heroui/react": "2.7.2",
"@reduxjs/toolkit": "^2.2.7", "@reduxjs/toolkit": "^2.2.7",
"@rsbuild/plugin-image-compress": "^1.1.0", "@rsbuild/plugin-image-compress": "^1.1.0",
"@types/mdast": "^4.0.4", "@types/mdast": "^4.0.4",
......
...@@ -9,7 +9,7 @@ export const ChatWelcome: React.FC = () => { ...@@ -9,7 +9,7 @@ export const ChatWelcome: React.FC = () => {
<div className="flex"> <div className="flex">
<Avatar className="mr-[12px] hidden sm:block flex-shrink-0" src={AvatarBot} /> <Avatar className="mr-[12px] hidden sm:block flex-shrink-0" src={AvatarBot} />
<motion.div <motion.div
className="sm:ml-[20px] bg-white rounded-[20px] box-border px-[16px] py-[16px] sm:px-[24px] sm:py-[20px]" className="sm:ml-[0px] bg-white rounded-[20px] box-border px-[16px] py-[16px] sm:px-[24px] sm:py-[20px]"
> >
<div className="content"> <div className="content">
<p className="text-[16px] sm:text-[18px] font-medium text-[#333]">您好,我是晓得</p> <p className="text-[16px] sm:text-[18px] font-medium text-[#333]">您好,我是晓得</p>
......
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