mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-03 07:48:16 +08:00
(feature)(webapp) add show case and support multiple selection and deletion of filter conditions (#251)
This commit is contained in:
@@ -77,6 +77,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.showCaseModal {
|
||||
:global {
|
||||
.ant-modal-body {
|
||||
padding: 20px 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.showCase {
|
||||
height: calc(100vh - 140px);
|
||||
padding: 0 20px;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
:global {
|
||||
.ss-chat-recommend-options {
|
||||
.ant-table-thead .ant-table-cell {
|
||||
|
||||
Reference in New Issue
Block a user