邓洁: 用户管理修改细节

This commit is contained in:
邓洁
2023-12-18 23:23:27 +08:00
parent e4fada8d75
commit e828ded44f

View File

@@ -41,7 +41,9 @@
<el-table-column prop="identity" label="身份" align="center"/>
<el-table-column label="操作" align="center">
<template #default>
<el-button link type="primary" size="large" style="font-size: 40px;color: #17E1E2;" @click="editUser">修改</el-button>
<el-button link type="primary" size="large" style="font-size: 40px;color: #17E1E2;" @click="editUser">
修改
</el-button>
</template>
</el-table-column>
</el-table>
@@ -390,18 +392,21 @@ const handleAll=()=>{
}
}
}
:deep(.el-checkbox-group) {
margin-top: 10px;
}
:deep(.el-checkbox__label) {
color: #FFFFFF;
font-size: 38px;
}
.pagination {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
bottom: 290px;
bottom: 90px;
display: flex;
align-items: center;
color: #60DDDE;