Skip to content

Commit a7d8e79

Browse files
committed
[#28] polish profiler callstack styles
1 parent 1fe9b51 commit a7d8e79

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

components/ProfilerPage/ProfilerPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-[250px] border-r border-gray-300 dark:border-gray-500;
163163
}
164164
165165
.profiler-page__stat {

components/ProfilerPageCallStack/ProfilerPageCallStack.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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 {

components/ProfilerPageCallStackRow/ProfilerPageCallStackRow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)