mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
[feature](webapp) upgrade agent
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@import '../../styles/index.less';
|
||||
|
||||
@chat-item-prefix-cls: ~'@{supersonic-chat-prefix}-item';
|
||||
@filter-item-prefix-cls: ~'@{supersonic-chat-prefix}-filter-item';
|
||||
|
||||
.@{chat-item-prefix-cls} {
|
||||
display: flex;
|
||||
@@ -215,6 +216,12 @@
|
||||
&-tip-item-filter-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 12px;
|
||||
}
|
||||
|
||||
&-tip-item-filter-name {
|
||||
color: var(--text-color-secondary);
|
||||
}
|
||||
|
||||
&-mode-name {
|
||||
@@ -231,6 +238,29 @@
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&-entity-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: 12px;
|
||||
margin-top: 4px;
|
||||
color: var(--text-color-third);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
&-dimension-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&-dimension-name {
|
||||
color: var(--text-color-third);
|
||||
}
|
||||
|
||||
&-dimension-value {
|
||||
color: var(--chat-blue);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&-metric-info-list {
|
||||
margin-top: 30px;
|
||||
display: flex;
|
||||
@@ -263,3 +293,14 @@
|
||||
user-select: text;
|
||||
}
|
||||
}
|
||||
|
||||
.@{filter-item-prefix-cls} {
|
||||
&-select-control {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.ant-select-selection-item {
|
||||
color: var(--chat-blue);
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user