mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
(fix)(webapp)修复问答对话右侧历史对话模块样式异常问题 (#2346)
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user