mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-18 00:07:21 +00:00
(feature)(chat-sdk) trend chart supports switch between line and bar,add second drill-down dimensions,chang queryMode from ENTITY to TAG (#422)
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
align-items: center;
|
||||
column-gap: 13px;
|
||||
margin-left: -10px;
|
||||
|
||||
&.mobile {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
&-content-option {
|
||||
@@ -358,6 +362,20 @@
|
||||
overflow-wrap: break-word;
|
||||
user-select: text;
|
||||
}
|
||||
&-toggle-expand-btn {
|
||||
margin-left: 4px;
|
||||
color: var(--text-color-fourth);
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&-step-item {
|
||||
position: relative;
|
||||
margin: 2px 0 2px 7px;
|
||||
padding: 2px 0 8px 18px;
|
||||
border-left: 1px solid var(--green);
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.@{filter-item-prefix-cls} {
|
||||
|
||||
Reference in New Issue
Block a user