Browse Source

设备设施和项目概况的适配

zhulizhen1111 4 năm trước cách đây
mục cha
commit
a99c330932
2 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 1 1
      src/views/equipment/index.vue
  2. 8 0
      src/views/overview/index.vue

+ 1 - 1
src/views/equipment/index.vue

@@ -175,10 +175,10 @@ export default {
     color: #1f2429;
     .eq-top {
         // margin-left: 260px;
+        width: 100%;
         padding-top: 24px;
         position: fixed;
         z-index: 3;
-        min-width: 1300px;
         display: flex;
         justify-content: center;
         .eq-system {

+ 8 - 0
src/views/overview/index.vue

@@ -277,6 +277,14 @@ export default {
 </script>
 <style lang="less" scoped>
 @import '../../assets/css/rotation.less';
+.overview{
+    .view-box .view-left{
+        overflow: hidden;
+        .lb-left{
+            margin-bottom: 0;
+        }
+    }
+}
 </style>
 <style lang="less">
 .view-right-bottom {