diff --git a/src/views/Gallery.vue b/src/views/Gallery.vue index e0aa59f..c81e509 100644 --- a/src/views/Gallery.vue +++ b/src/views/Gallery.vue @@ -1,37 +1,38 @@ - - - - - - - - + + + + + + + + - - > - + + > + + + + + - - - - - {{ item.filename }} - - + class="hidden truncate group-hover:block absolute rounded-md z-10 truncate top-0 text-center w-full bg-[#00000070] text-white"> + {{ item.filename }} - - - - + + 由 {{ item.nickname }} 分享 + + + + + + + @@ -60,7 +61,7 @@ const loading = ref(false); const kw = ref(''); const cwidth = ref(240); const column = ref(5); -const gutter = ref(20); +const gutter = ref(18); // 计算列数 function calculateColumns() { @@ -160,5 +161,11 @@ onUnmounted(() => { \ No newline at end of file