mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 17:05:10 +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;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.trace-chart.full-view{
|
||||
height: calc(100% - 1px) !important;
|
||||
}
|
||||
|
||||
.trace-detail-wrapper {
|
||||
font-size: 12px;
|
||||
|
@ -130,7 +130,9 @@ export default defineComponent({
|
||||
overflow: auto;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.trace-chart.full-view{
|
||||
height: calc(100% - 1px) !important;
|
||||
}
|
||||
.trace-detail-wrapper {
|
||||
font-size: 12px;
|
||||
padding: 5px 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user