| | |
| | | <el-card shadow="hover"> |
| | | <template #header> |
| | | <el-row style="text-align: center"> |
| | | <el-col> |
| | | <el-button type="primary" plain icon="Upload" @click="handleFile" v-if="isContains(useUserStore().permissions, 'system:oss:upload')">上传文件</el-button> |
| | | <el-col style="display:flex;justify-content: center;align-items: center;min-height: calc(100vh - 160px)"> |
| | | <el-button |
| | | style="min-height: 5rem;min-width: 21rem;font-size: 2rem;border-radius: 40px" |
| | | type="primary" |
| | | plain |
| | | icon="Upload" |
| | | @click="handleFile" |
| | | v-if="isContains(useUserStore().permissions, 'system:oss:upload')" |
| | | >上传文件</el-button |
| | | > |
| | | </el-col> |
| | | |
| | | <!-- <el-col :span="1.5">--> |