Selaa lähdekoodia

人员体检 左右对齐

zxr 2 vuotta sitten
vanhempi
commit
6aaaca497a
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      src/views/medicalhealth/examine2/index.vue

+ 3 - 3
src/views/medicalhealth/examine2/index.vue

@@ -73,7 +73,7 @@
     <div class="hezi">
       <div class="tji">人员体检统计</div>
       <div style="display: flex; flex-wrap: wrap; padding: 11px 20px">
-        <div style="width: 30%; display: flex; align-items: center; height: 100px">
+        <div style="width: 33.3%; display: flex; align-items: center; height: 100px">
           <div class="div-l" style="flex: 2; text-align: right; margin-right: 30px">
             <span>总体检人数</span>
           </div>
@@ -83,7 +83,7 @@
             </span>
           </div>
         </div>
-        <div style="width: 30%; display: flex; align-items: center; height: 100px">
+        <div style="width: 33.3%; display: flex; align-items: center; height: 100px">
           <div class="div-l" style="flex: 2; text-align: right; margin-right: 30px">
             <span>已体检人数</span>
           </div>
@@ -93,7 +93,7 @@
             </span>
           </div>
         </div>
-        <div style="width: 30%; display: flex; align-items: center; height: 100px">
+        <div style="width: 33.3%; display: flex; align-items: center; height: 100px">
           <div class="div-l" style="flex: 2; text-align: right; margin-right: 30px">
             <span>未体检人数</span>
           </div>