From 017886be8a6c07ccaaf6300b8c7652ddbd41d734 Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期一, 15 一月 2024 16:50:08 +0800
Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/vue_mdc_430 into develop

---
 src/views/mdc/base/modules/deviceBaseInfo/EquipmentLayout.vue |   35 +++++------------------------------
 1 files changed, 5 insertions(+), 30 deletions(-)

diff --git a/src/views/mdc/base/modules/deviceBaseInfo/EquipmentLayout.vue b/src/views/mdc/base/modules/deviceBaseInfo/EquipmentLayout.vue
index b7d8c93..71d216f 100644
--- a/src/views/mdc/base/modules/deviceBaseInfo/EquipmentLayout.vue
+++ b/src/views/mdc/base/modules/deviceBaseInfo/EquipmentLayout.vue
@@ -124,42 +124,38 @@
   .equipment_box img{
     width: 45%;
   }
+
+  .containerequip{
+    overflow: auto;
+  }
+
   @media screen and (min-width: 1920px){
     .containerequip{
       height: 640px!important;
-      overflow: scroll;
     }
   }
   @media screen and (min-width: 1680px) and (max-width: 1920px){
     .containerequip{
       height: 640px!important;
-      overflow: scroll;
     }
   }
   @media screen and (min-width: 1400px) and (max-width: 1680px){
     .containerequip{
       height: 493px!important;
-      overflow: scroll;
     }
   }
   @media screen and (min-width: 1280px) and (max-width: 1400px){
     .containerequip{
       height: 493px!important;
-      overflow: scroll;
     }
   }
   @media screen and (max-width: 1280px){
     .containerequip{
       height: 394px!important;
-      overflow: scroll;
     }
   }
   .container_content {
     width: 100%;
-    /*display: flex;*/
-    /*flex-wrap: wrap;*/
-    /*justify-content: space-between;*/
-    /*align-items: center;*/
     position: relative;
   }
 
@@ -168,34 +164,13 @@
     display: inline-block;
     text-align: center;
     margin-bottom: 5%;
-    /*float: left;*/
   }
 
   .container_content .contnet p {
     padding-top: 5%;
   }
 
-  /*.container_content .contnet img {*/
-    /*padding: 5%;*/
-  /*}*/
-  /**/
-  .addclass {
-    /*float: left;*/
-    /*position: absolute;*/
-    /*top: 0;*/
-    /*left: 0;*/
-  }
-
-  .noaddclass {
-    /*float: left;*/
-  }
-
-  /*.addclass .content_equipment img {*/
-    /*border-bottom: 2px solid #e957ff;*/
-    /*!*padding-bottom: 8%;*!*/
-  /*}*/
   .addclass p {
     border-bottom: 2px solid #e957ff;
-    /*padding-bottom: 8%;*/
   }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3