lilei 2 年 前
コミット
1e4baf6ac6
2 ファイル変更2 行追加2 行削除
  1. 1 1
      public/version.json
  2. 1 1
      src/views/power/role/roleList.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1677115075794
+  "version": 1677115385615
 }

+ 1 - 1
src/views/power/role/roleList.vue

@@ -229,7 +229,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 255
+      this.tableHeight = window.innerHeight - tableSearchH - 235
     }
   },
   watch: {