Browse Source

添加ai对话框

xiaoguang_li 1 month ago
parent
commit
474bc0eafa
1 changed files with 3 additions and 4 deletions
  1. 3 4
      desktop/core/src/desktop/templates/assist.mako

+ 3 - 4
desktop/core/src/desktop/templates/assist.mako

@@ -2717,20 +2717,19 @@ from desktop.views import _ko
             .display-area {
               overflow-y: auto;
               background-color: #fff;
-              padding: 5px 10px 0px 1px;
+              padding: 5px 5px 0px 1px;
               display: flex;
               flex-direction: column;
               border-top: 1px solid #eee;
             }
 
             .message {
-            /*  padding: 10px 0px 10px 5px;*/
+              padding: 10px;
               margin-bottom: 8px;
               max-width: 95%;
               word-wrap: break-word;
               line-height: 1.5;
-              border-radius: 18px;
-              padding-bottom: 3px;
+              border-radius: 8px;
             }
 
             /* AI 消息:靠左,蓝色背景 */