Browse Source

添加ai对话框

xiaoguang_li 1 month ago
parent
commit
1a267cf50d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      desktop/core/src/desktop/templates/assist.mako

+ 2 - 2
desktop/core/src/desktop/templates/assist.mako

@@ -2724,7 +2724,7 @@ from desktop.views import _ko
             }
 
             .message {
-              padding: 10px;
+              padding: 5px;
               margin-bottom: 8px;
               max-width: 95%;
               word-wrap: break-word;
@@ -2742,7 +2742,7 @@ from desktop.views import _ko
             /* 用户消息:靠右,绿色背景 */
             .user-message {
               align-self: flex-end;
-              background-color: #c8e6c9;
+              background-color: #cdf6ce;
               color: #0a0a0a;
             }