mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 17:05:10 +00:00
trace detail dynamic height not properly adjusting
This commit is contained in:
parent
866422e8b7
commit
45626142ab
@ -125,7 +125,8 @@ export default defineComponent({
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.trace-detail {
|
||||
height: 100%;
|
||||
height: 600px;
|
||||
// height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -194,7 +194,6 @@ const arrayOfFilters = ref<filtersObject[]>([
|
||||
},
|
||||
]);
|
||||
const activeFilter = ref<string>("");
|
||||
const queriedFilter = computed(() => traceStore.activeFilter);
|
||||
function setFilter(filter: string) {
|
||||
activeFilter.value = filter;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user