(fix)(webapp)修复问答对话右侧历史对话模块样式异常问题 (#2346)

This commit is contained in:
wangyong
2025-07-27 09:02:39 +08:00
committed by GitHub
parent 62b9db6791
commit c33a85b583

View File

@@ -1,8 +1,11 @@
.conversation {
position: relative;
width: 0;
width: 248px;
height: 100%;
background: #fff;
background: #f9f9f9;
padding: 10px 10px;
border-right: 1px solid #f1f1f1;
.rightSection {
width: 100%;