Add renderAiAssistant()

This commit is contained in:
Yang Luo
2023-10-28 23:58:51 +08:00
parent f77fafae24
commit b38654a45a
3 changed files with 67 additions and 7 deletions

View File

@ -45,3 +45,12 @@ code {
.ant-list-sm .ant-list-item {
padding: 2px !important;
}
.ant-drawer-body {
padding: 0 !important;
overflow: hidden !important;
}
.custom-link:hover {
color: rgb(64 64 64) !important;
}