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

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

@@ -46,7 +46,7 @@ import InterlockSummaryList from './InterlockSummaryList.vue';
 
 <style scoped>
 .all{
-    height: calc(100vh - 65px);
+    height: calc(100vh - 183px);
     width: 100%;
     display: flex;
 }
@@ -54,7 +54,7 @@ import InterlockSummaryList from './InterlockSummaryList.vue';
     height: 100%;
     width: 20%;
     /* border: 2px solid red; */
-    margin-right: 10px;
+    /* margin-right: 10px; */
     margin-left: 5px;
 }
 .right{

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

@@ -52,7 +52,7 @@ import InterlockHistoryList from './InterlockHistory/InterlockHistoryList.vue'
 
 <style lang="less" scoped>
 .all{
-    height: calc(100vh - 65px);
+    height: calc(100vh - 142px);
     width: 100%;
     display: flex;
 }
@@ -60,7 +60,7 @@ import InterlockHistoryList from './InterlockHistory/InterlockHistoryList.vue'
     height: 100%;
     width: 20%;
     /* border: 2px solid red; */
-    margin-right: 10px;
+    // margin-right: 10px;
     margin-left: 5px;
 }
 .right{