mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-24 02:24:59 +08:00
[feature](webapp) merge query steps to one card
This commit is contained in:
10
webapp/packages/chat-sdk/src/components/ChatMsg/style.less
Normal file
10
webapp/packages/chat-sdk/src/components/ChatMsg/style.less
Normal file
@@ -0,0 +1,10 @@
|
||||
@import '../../styles/index.less';
|
||||
|
||||
@chat-msg-prefix-cls: ~'@{supersonic-chat-prefix}-chat-msg';
|
||||
|
||||
.@{chat-msg-prefix-cls} {
|
||||
padding: 6px 14px 12px;
|
||||
border: 1px solid var(--border-color-base);
|
||||
border-radius: 4px;
|
||||
background: #f5f8fb;
|
||||
}
|
||||
Reference in New Issue
Block a user