(feature)(chat-sdk) modify the method for obtaining similar questions and recommended drill-down dimensions; do not display assistant button when there is only one assistant (#514)

This commit is contained in:
williamhliu
2023-12-15 17:41:35 +08:00
committed by GitHub
parent 4dae84034e
commit 4b00c16eb7
9 changed files with 107 additions and 57 deletions

View File

@@ -244,7 +244,7 @@
&-tip-content-option-disabled {
cursor: auto;
&:hover {
&:hover {
color: var(--text-color-secondary);
border-color: var(--border-color-base);
}
@@ -414,12 +414,14 @@
font-weight: normal;
}
.ant-select-selector, .ant-input-number-input {
.ant-select-selector,
.ant-input-number-input {
background-color: #f5f8fb !important;
border-color: #ececec !important;
}
.ant-select-selection-item, .ant-input-number-input {
.ant-select-selection-item,
.ant-input-number-input {
color: var(--chat-blue);
font-weight: 500;
}
@@ -447,7 +449,7 @@
margin-right: 10px;
cursor: pointer;
}
&-code {
margin-top: 10px !important;
padding: 6px 14px 8px !important;
@@ -455,7 +457,7 @@
border-radius: 4px !important;
background: #f5f8fb !important;
}
&-copy-btn {
position: absolute;
top: 24px;