zhongxiaoyu 3 лет назад
Родитель
Сommit
77c783ee2e
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/views/staffManagement/compontents/staffHome.vue

+ 3 - 3
src/views/staffManagement/compontents/staffHome.vue

@@ -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;
   }