mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00: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>
58 lines
899 B
Plaintext
58 lines
899 B
Plaintext
@import '../../styles/index.less';
|
|
|
|
@tools-cls: ~'@{supersonic-chat-prefix}-tools';
|
|
|
|
.@{tools-cls} {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 12px;
|
|
column-gap: 6px;
|
|
|
|
&-feedback {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 4px;
|
|
color: var(--text-color-third);
|
|
column-gap: 6px;
|
|
}
|
|
|
|
&-like {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
&-feedback-active {
|
|
color: rgb(234, 197, 79);
|
|
}
|
|
|
|
&-mobile-tools {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 12px;
|
|
row-gap: 10px;
|
|
}
|
|
|
|
&-tools {
|
|
margin-top: 0;
|
|
}
|
|
|
|
&-feedback {
|
|
margin-left: 2px;
|
|
}
|
|
|
|
&-feedback-item {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
&-feedback-item-title {
|
|
width: 40px;
|
|
margin-right: 20px;
|
|
text-align: right;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: var(--text-color);
|
|
}
|
|
}
|