mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-27 19:04:25 +08:00
(feature)(webapp) agent defaults to list mode, supports switching to card mode (#362)
This commit is contained in:
@@ -447,6 +447,26 @@
|
||||
color: var(--chat-blue);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&-schema-row {
|
||||
display: flex;
|
||||
margin-top: 10px;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&-schema-title {
|
||||
width: 50px;
|
||||
color: var(--text-color);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&-schema-content {
|
||||
flex: 1;
|
||||
color: var(--text-color);
|
||||
}
|
||||
}
|
||||
|
||||
.@{sql-item-prefix-cls}-copilot {
|
||||
|
||||
Reference in New Issue
Block a user