refactor: ♻️ 管理页面样式优化

Former-commit-id: 7a8bf7022056e3263f58ef6ee1d74c6cc9efa719
This commit is contained in:
hxr
2023-10-22 00:07:51 +08:00
parent ab30d838b2
commit 3e3ce7c69c
6 changed files with 352 additions and 7 deletions

View File

@@ -203,7 +203,7 @@ function handleRoleMenuSubmit() {
loading.value = true;
updateRoleMenus(roleId, checkedMenuIds)
.then((res) => {
.then(() => {
ElMessage.success("分配权限成功");
menuDialogVisible.value = false;
resetQuery();
@@ -241,7 +241,7 @@ onMounted(() => {
</el-form>
</div>
<el-card shadow="never">
<el-card shadow="never" class="table-container">
<template #header>
<el-button type="success" @click="openDialog()"
><i-ep-plus />新增</el-button