mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
refactored the implemetation of filter tools
This commit is contained in:
parent
adbc94fd7b
commit
866ac1bc70
@ -222,6 +222,9 @@ export default defineComponent({
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
.trace-chart.full-view{
|
||||||
|
height: calc(100% - 1px) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.trace-detail-wrapper {
|
.trace-detail-wrapper {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -130,7 +130,9 @@ export default defineComponent({
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
.trace-chart.full-view{
|
||||||
|
height: calc(100% - 1px) !important;
|
||||||
|
}
|
||||||
.trace-detail-wrapper {
|
.trace-detail-wrapper {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user