|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-11-29 14:37:54
|
|
|
- * @LastEditTime: 2022-03-18 09:13:59
|
|
|
+ * @LastEditTime: 2022-03-18 09:20:57
|
|
|
* @LastEditors: your name
|
|
|
* @Description: 角色管理
|
|
|
* @FilePath: \Foshan4A2.0\src\views\authorityManagement\components\authorityRole.vue
|
|
@@ -279,9 +279,9 @@ export default {
|
|
|
}
|
|
|
.role-content {
|
|
|
padding-top: 112px;
|
|
|
- height: 84vh;
|
|
|
+ height: calc(100vh - 144px);
|
|
|
.scrollbar {
|
|
|
- height: calc(84vh - 112px);
|
|
|
+ height: 100%;
|
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
|
}
|