Browse Source

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

cherishsince 1 year ago
parent
commit
88c7dc52be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ai/chat/index.vue

+ 1 - 1
src/views/ai/chat/index.vue

@@ -647,7 +647,7 @@ onMounted(async () => {
     height: auto;
     border: 1px solid #e3e3e3;
     border-radius: 10px;
-    margin: 20px 20px;
+    margin: 10px 20px 20px 20px;
     padding: 9px 10px;
   }