[feature](webapp) merge query steps to one card

This commit is contained in:
williamhliu
2023-08-29 22:14:14 +08:00
parent 93ca060c45
commit 36fd737440
40 changed files with 994 additions and 496 deletions

View 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;
}