add drill down dimensions and metric period compare and modify layout (#22)

* [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

---------

Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
williamhliu
2023-07-31 12:00:39 +08:00
committed by GitHub
parent 0ac652c5d9
commit 7c99829052
68 changed files with 1429 additions and 1239 deletions

View File

@@ -16,9 +16,9 @@
.chatApp {
display: flex;
flex-direction: column;
width: calc(100vw - 225px);
width: calc(100vw - 260px);
height: calc(100vh - 48px);
padding-left: 20px;
padding-left: 10px;
color: rgba(0, 0, 0, 0.87);
.emptyHolder {
@@ -230,6 +230,12 @@
}
}
&.conversationCollapsed {
.chatApp {
width: 100% !important;
}
}
&.mobile {
height: 100% !important;
@@ -243,7 +249,7 @@
}
.chatApp {
width: calc(100% - 225px) !important;
width: 100% !important;
height: 100% !important;
margin-top: 0 !important;
}