wyh 3 ヶ月 前
コミット
d4788dce41
共有2 個のファイルを変更した3 個の追加2 個の削除を含む
  1. 1 1
      src/views/module_interLock/InterlockSummary/index.vue
  2. 2 1
      src/views/module_interLock/interlockHistoryData/InterlockHistoryIndex.vue

+ 1 - 1
src/views/module_interLock/InterlockSummary/index.vue

@@ -105,7 +105,7 @@
 
 <style scoped>
 .all{
-  height: calc(100vh - 183px);
+  height: calc(100vh - 1px);
   width: 100%;
   display: flex;
 }

+ 2 - 1
src/views/module_interLock/interlockHistoryData/InterlockHistoryIndex.vue

@@ -52,7 +52,8 @@ import InterlockHistoryList from './InterlockHistory/InterlockHistoryList.vue'
 
 <style lang="less" scoped>
 .all{
-    height: calc(100vh - 142px);
+    // height: calc(100vh - 2px);
+    height: 100%;
     width: 100%;
     display: flex;
 }