소스 검색

修改聊天界面间隔

yangg 9 달 전
부모
커밋
85f447607f
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/app.4fd105d0.css
  3. 3 3
      src/components/webAi/css/ChatBox.css

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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; /* 排列文本 */

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.