Browse Source

Merge branch 'master' of http://119.23.210.103:3000/wy/lh_firm_former

cfort 3 years ago
parent
commit
d66c89233a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/system/jbdHome/board/equipmentBoard.vue

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