mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +00:00
(fix)(webapp)修复问答对话右侧历史对话模块样式异常问题 (#2346)
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
.conversation {
|
.conversation {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 0;
|
width: 248px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #fff;
|
background: #f9f9f9;
|
||||||
|
padding: 10px 10px;
|
||||||
|
border-right: 1px solid #f1f1f1;
|
||||||
|
|
||||||
|
|
||||||
.rightSection {
|
.rightSection {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user