(feature)(webapp) agent defaults to list mode, supports switching to card mode (#362)

This commit is contained in:
williamhliu
2023-11-10 18:21:59 +08:00
committed by GitHub
parent f998f27c6f
commit bd541e1199
6 changed files with 263 additions and 93 deletions

View File

@@ -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 {