This commit is contained in:
weipengfei 2023-08-24 08:59:17 +08:00
parent b44e5140c6
commit cc29519aa9
2 changed files with 3 additions and 3 deletions
src/views/user_menu

@ -264,7 +264,7 @@ defineExpose({
<style lang="scss" scoped>
.avatar-uploader .avatar {
width: 80px;
height: 80px;
height: 64px;
display: block;
}
.avatar-uploader .el-upload {
@ -283,7 +283,7 @@ defineExpose({
font-size: 28px;
color: #8c939d;
width: 80px;
height: 80px;
height: 64px;
text-align: center;
}
</style>

@ -68,7 +68,7 @@
<el-table-column label="菜单名称" prop="name" show-overflow-tooltip />
<el-table-column label="菜单图标" prop="icon" show-overflow-tooltip>
<template #default="{ row }">
<img :src="row.icon" style="width: 50px; height: 50px" />
<img :src="row.icon" style="width: 50px; height: 40px" />
</template>
</el-table-column>
<el-table-column label="菜单排序" prop="sort" show-overflow-tooltip />