zhangjingyuan 3 жил өмнө
parent
commit
2c1f0f4903

+ 3 - 1
src/views/system/jbdHome/board/equipmentBoard.vue

@@ -20,6 +20,8 @@
         <div class="topCard">
           <top-bar v-if="topBarData.length" :info="topBarData" />
         </div>
+        <dv-decoration-10 style="height:2%;display:flex;" />
+
         <div class="middleCard">
           <div style="width:100%;height: 100%;box-sizing: border-box;overflow: hidden;">
             <div class="middleCardLeft">
@@ -618,7 +620,7 @@ export default {
   }
   .topCard {
     width: 100%;
-    height: 20%;
+    height: 18%;
     box-sizing: border-box;
     overflow: hidden;
   }