Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchiuli committed Jan 11, 2025
1 parent 4a53077 commit bca7e6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions src/views/sys/MenusView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,4 +349,11 @@ const submitForm = async (ref: FormInstance) => {
.button-form .el-form-item {
margin-right: 10px;
}
.authority-display {
padding: 10px;
width: 200px;
height: 20px;
display: inline-block;
}
</style>
7 changes: 0 additions & 7 deletions src/views/sys/RolesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,4 @@ const handleDelete = async (row: RoleSys) => {
.el-pagination {
margin-top: 10px;
}
.authority-display {
padding: 10px;
width: 200px;
height: 20px;
display: inline-block;
}
</style>

0 comments on commit bca7e6c

Please sign in to comment.