File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ const progressRatio = computed(() => {
114114 </div >
115115 </template >
116116
117- <Column field =" idx" header =" 序号" expander style =" min-width : 100 px " />
117+ <Column field =" idx" header =" 序号" expander style =" min-width : 80 px " />
118118
119- <Column field =" user" header =" User" sortable style =" min-width : 180 px " />
119+ <Column field =" user" header =" User" sortable style =" min-width : 160 px " />
120120
121- <Column field =" repo" header =" Repo" sortable style =" width : 300 px " >
121+ <Column field =" repo" header =" Repo" sortable style =" min- width : 200 px " >
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" >
You can’t perform that action at this time.
0 commit comments