File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 33 <div class =" profiler-page__head" ></div >
44 <main class =" profiler-page__main" >
55 <section ref =" calls" class =" profiler-page__callstack" >
6- <PerfectScrollbar :style =" { height: '100vh' }" >
6+ <PerfectScrollbar :style =" { height: 'calc( 100vh - 48px) ' }" >
77 <ProfilerPageCallStack
88 :event =" event.payload"
99 @hover =" setActiveEdge"
@@ -165,7 +165,7 @@ export default defineComponent({
165165}
166166
167167.profiler-page__stat {
168- @apply w-full flex flex-col md :w - 4 / 5 divide- y divide- gray- 300 dark :divide- gray- 500;
168+ @apply w-full flex flex-col divide-y divide-gray-300 dark :divide- gray- 500;
169169}
170170
171171.profiler-page__stat-board {
Original file line number Diff line number Diff line change 77 <RenderGraph
88 v-if =" isReadyGraph && graphKey"
99 :key =" graphKey"
10+ class =" profiler-page-call-graph__graph"
1011 :elements =" graphElements"
1112 :height =" graphHeight"
1213 >
@@ -134,7 +135,11 @@ export default defineComponent({
134135@import " assets/mixins" ;
135136
136137.profiler-page-call-graph {
137- @apply relative flex rounded border border-gray-900 min-h-min min-w-min ;
138+ @apply relative flex rounded border border-gray-900 min-h-min min-w-min h-full ;
139+ }
140+
141+ .profiler-page-call-graph__graph {
142+ @apply w-full h-full flex ;
138143}
139144
140145.profiler-page-call-graph--fullscreen {
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ export default defineComponent({
8888 mounted() {
8989 const cy: Cytoscape = cytoscape ({
9090 container: this .$refs .renderer as HTMLElement ,
91+ wheelSensitivity: 0.4 ,
9192 elements: this .elements ,
9293 layout: {
9394 name: " dagre" ,
You can’t perform that action at this time.
0 commit comments