Skip to content

Commit c367b22

Browse files
committed
chore(home): enlarge Repo column header
1 parent b653b4e commit c367b22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

os-checks/pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ const progressRatio = computed(() => {
114114
</div>
115115
</template>
116116

117-
<Column field="idx" header="序号" expander style="min-width: 100px" />
117+
<Column field="idx" header="序号" expander style="min-width: 80px" />
118118

119-
<Column field="user" header="User" sortable style="min-width: 180px" />
119+
<Column field="user" header="User" sortable style="min-width: 160px" />
120120

121-
<Column field="repo" header="Repo" sortable style="width: 300px">
121+
<Column field="repo" header="Repo" sortable style="min-width: 200px">
122122
<!-- PrimeVue 的 bug,不支持 #body="{data}" https://github.com/primefaces/primevue/issues/5855 -->
123123
<template #body="{ node: { data } }">
124124
<NuxtLink :to="`/${data.user}/${data.repo}`" class="nav-link">

0 commit comments

Comments
 (0)