mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-22 23:14:33 +08:00
* [feature](webapp) add drill down dimensions and metric period compare and modify layout * [feature](webapp) add drill down dimensions and metric period compare and modify layout * [feature](webapp) gitignore add supersonic-webapp * [feature](webapp) gitignore add supersonic-webapp * [feature](webapp) add chat plugin and split query to parse and execute * [feature](webapp) add chat plugin and split query to parse and execute * [feature](webapp) add chat plugin and split query to parse and execute --------- Co-authored-by: williamhliu <williamhliu@tencent.com>
25 lines
390 B
Plaintext
25 lines
390 B
Plaintext
@import '../../styles/index.less';
|
|
|
|
@recommend-options-prefix-cls: ~'@{supersonic-chat-prefix}-recommend-options';
|
|
|
|
.@{recommend-options-prefix-cls} {
|
|
padding: 8px 0 12px;
|
|
|
|
&-item-name-column {
|
|
display: flex;
|
|
align-items: center;
|
|
column-gap: 6px;
|
|
}
|
|
|
|
&-entity-name {
|
|
&:hover {
|
|
color: var(--primary-color);
|
|
}
|
|
}
|
|
|
|
&-table-row {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|