(feature)(chat-sdk) add export log (#1482)

This commit is contained in:
williamhliu
2024-07-30 15:20:02 +08:00
committed by GitHub
parent 9a1fac5d4c
commit e571ca1f55
6 changed files with 157 additions and 45 deletions

View File

@@ -541,6 +541,14 @@
padding: 0 !important;
background-color: transparent !important;
}
&-export-log {
margin-left: 20px;
width: fit-content;
font-weight: normal;
color: var(--text-color-secondary);
font-size: 13px !important;
}
}
.@{sql-item-prefix-cls}-copilot {