Commit 88c7dc52 by cherishsince

【优化】AI chat 对话宽 margin 调整,让回到底部按钮有更多空间

parent 5aa8261b
...@@ -647,7 +647,7 @@ onMounted(async () => { ...@@ -647,7 +647,7 @@ onMounted(async () => {
height: auto; height: auto;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-radius: 10px; border-radius: 10px;
margin: 20px 20px; margin: 10px 20px 20px 20px;
padding: 9px 10px; padding: 9px 10px;
} }
......
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 sign in to comment