File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ export default defineComponent({
159159}
160160
161161.profiler-page__callstack {
162- @apply w-full md :w- 1 / 5 border- r border- gray- 300 dark :border- gray- 500;
162+ @apply w-full md :w- [ 250 px ] border- r border- gray- 300 dark :border- gray- 500;
163163}
164164
165165.profiler-page__stat {
Original file line number Diff line number Diff line change 88 Memory
99 </SortWrap >
1010 </div >
11+
1112 <div class =" profiler-page-callstack__header-calls" >
1213 <SortWrap :sort =" sortCalls" @changeSort =" changeCallsOrder" >
1314 Calls
@@ -116,7 +117,7 @@ export default defineComponent({
116117}
117118
118119.profiler-page-callstack__header-calls {
119- @apply w- 12 ;
120+ @apply w- 16 ;
120121}
121122
122123.profiler-page-callstack__calls {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export default defineComponent({
6262}
6363
6464.profiler-page-call-stack-row__calls {
65- @apply w-12 text-center text-xs py- 1;
65+ @apply w-16 text-center text-xs py- 1;
6666}
6767
6868.profiler-page-call-stack-row__usage {
You can’t perform that action at this time.
0 commit comments