소스 검색

样式优化

wyh 3 달 전
부모
커밋
d4788dce41

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