Browse Source

style: 角色管理、用户管理样式统一,窗口统一

zhangyong/milestone-20250913-现金管理
zhangrenyuan 2 months ago
parent
commit
b5ab375c59
  1. 5
      src/views/permissions/rolePermission.vue
  2. 3
      src/views/permissions/userPermission.vue

5
src/views/permissions/rolePermission.vue

@ -25,7 +25,7 @@ const role = ref({
})
const getRoleObj = ref({
pageNum: 1,
pageSize: 20
pageSize: 10
})
const permissionAddVisible = ref(false)
const addRole = ref({
@ -599,7 +599,8 @@ onMounted(async function () {
v-if="canAdd">新增角色</el-button>
</div>
<div>
<el-table :data="roleData" style="width: 100%" show-overflow-tooltip>
<el-table :data="roleData" style="width: 82vw;height:62.3vh" show-overflow-tooltip
:row-style="{ height: '56px' }">
<el-table-column type="index" label="序号" width="100px" fixed="left">
<template #default="scope">
<span>{{

3
src/views/permissions/userPermission.vue

@ -945,7 +945,8 @@ onMounted(async function () {
</div>
<div>
<el-table :data="tableData" style="width: 82vw;height:60vh" show-overflow-tooltip>
<el-table :data="tableData" style="width: 82vw;height:63.3vh" show-overflow-tooltip
>
<el-table-column type="index" label="序号" width="100px" fixed="left">
<template #default="scope">
<span>{{

Loading…
Cancel
Save