feat: associate metrics with trace widget on dashboards (#174)

This commit is contained in:
Fine0830
2022-10-25 11:36:49 +08:00
committed by GitHub
parent 78f0096c00
commit eda44db0cd
33 changed files with 1041 additions and 192 deletions

View File

@@ -17,6 +17,7 @@
import "element-plus/es/components/message/style/css";
import "element-plus/es/components/message-box/style/css";
import "element-plus/es/components/notification/style/css";
import "element-plus/es/components/drawer/style/css";
import "./grid.scss";
import "./lib.scss";
import "./reset.scss";

View File

@@ -153,6 +153,14 @@ pre {
margin-left: 5px;
}
.el-drawer__header {
margin-bottom: 0;
}
.el-drawer__body {
padding: 0;
}
.switch {
margin: 0 5px;
}