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