### What problem does this PR solve? feat: add FlowChatBox #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
7
web/src/pages/flow/chat/index.less
Normal file
7
web/src/pages/flow/chat/index.less
Normal file
@@ -0,0 +1,7 @@
|
||||
.chatContainer {
|
||||
padding: 0 0 24px 24px;
|
||||
.messageContainer {
|
||||
overflow-y: auto;
|
||||
padding-right: 24px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user