Skip to content

Commit

Permalink
优化全局排除的布局
Browse files Browse the repository at this point in the history
预览现在可以显示大小
预览现在可以复制种子下载链接
  • Loading branch information
wushuo894 committed Sep 9, 2024
1 parent b4008c7 commit 4a2d242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/Items.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<div style="width: 100%;" v-loading="loading">
<el-scrollbar>
<el-table :data="items" height="500">
<el-table-column prop="title" label="标题" width="400"/>
<el-table-column prop="reName" label="重命名" width="300"/>
<el-table-column prop="size" label="大小"/>
<el-table-column prop="title" label="标题" min-width="400"/>
<el-table-column prop="reName" label="重命名" min-width="280"/>
<el-table-column prop="size" label="大小" width="120"/>
<el-table-column label="种子" width="90">
<template #default="it">
<el-button bg text @click="copy(items[it.$index])">复制</el-button>
Expand Down

0 comments on commit 4a2d242

Please sign in to comment.