feat: upload page

This commit is contained in:
zzc
2025-05-09 15:41:44 +08:00
parent c0b08f6c3b
commit c5408ac63d
7 changed files with 139 additions and 26 deletions

View File

@@ -22,7 +22,6 @@
<el-table-column align="center" label="顺序" prop="sort" show-overflow-tooltip />
<el-table-column align="center" label="图片" width="100">
<template slot-scope="scope">
<!-- 使用 show-overflow-tooltip 显示图片并添加 tooltip -->
<el-tooltip class="item" :content="scope.row.name" effect="dark" placement="top">
<img alt="image" :src="scope.row.url" style="width: 50px; height: 50px; object-fit: cover" />
</el-tooltip>