Parcourir la source

添加ai对话框

xiaoguang_li il y a 1 mois
Parent
commit
b006f4d6ce
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

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

@@ -2749,7 +2749,6 @@ from desktop.views import _ko
               display: flex;
               display: flex;
               padding: 10px;
               padding: 10px;
               border-top: 1px solid #eee;
               border-top: 1px solid #eee;
-              margin: 0px;
             }
             }
 
 
             .user-input {
             .user-input {
@@ -2765,6 +2764,7 @@ from desktop.views import _ko
               max-height: 100px;
               max-height: 100px;
               line-height: 1.5;
               line-height: 1.5;
               font-size: 16px;
               font-size: 16px;
+              margin: 0px;
             }
             }
 
 
             .send-btn {
             .send-btn {