Skip to content

Commit 311004d

Browse files
committed
fix(workflows): Steps 时间和耗时布局问题
close #93
1 parent fe09a28 commit 311004d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os-checks/pages/workflows.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ const jobsInfo = computed(() => {
411411
412412
.timeline-steps {
413413
display: inline-grid;
414-
grid-template-columns: 6fr 3fr 0.5fr;
414+
grid-template-columns: minmax(500px, 60%) minmax(280px, 3fr) minmax(80px, 0.5fr);
415415
}
416416
417417
.timeline-title {

0 commit comments

Comments
 (0)