ソースを参照

修改聊天界面间隔

yangg 9 ヶ月 前
コミット
85f447607f

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.4fd105d0.css


+ 3 - 3
src/components/webAi/css/ChatBox.css

@@ -49,7 +49,7 @@
     flex-direction: column;
 
     align-items: flex-start; /* 这将确保所有子元素对齐到容器的顶部 */
-    margin-bottom: 10px;
+   /*  margin-bottom: 10px; */
 }
 
 .avatar {
@@ -95,7 +95,7 @@
 }
 .name{
     margin-left: 8px;
-    margin-bottom: 5px;
+    /* margin-bottom: 5px; */
 }
 
 .message-content {
@@ -106,7 +106,7 @@
     padding-bottom: 0px; /* 上下左右的内边距 */
     max-width: calc(90% - 10px); /* 计算头像和间距 */
     border-radius: 7px; /* 边框圆角 */
-    margin-bottom: 10px; /* 和下一条消息之间的间距 */
+    /* margin-bottom: 10px; 和下一条消息之间的间距 */
     /* 消息内容样式 */
     display: flex;
     flex-direction: column; /* 排列文本 */

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません