zxr 2 年之前
父节点
当前提交
f941ffa975
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/PrintsManage/manage/index.vue

+ 3 - 3
src/views/PrintsManage/manage/index.vue

@@ -56,7 +56,7 @@
     <div class="hezi">
       <div class="tji">集中文印统计</div>
       <div style="display: flex; flex-wrap: wrap; padding: 11px 20px">
-        <div style="width: 33.3%; display: flex; align-items: center; height: 100px">
+        <div style="width: 30%; display: flex; align-items: center; height: 100px">
           <div class="div-l" style="flex: 2; text-align: right; margin-right: 30px">
             <span>打印份数</span>
           </div>
@@ -66,7 +66,7 @@
             </span>
           </div>
         </div>
-        <div style="width: 33.3%; display: flex; align-items: center; height: 100px">
+        <div style="width: 30%; display: flex; align-items: center; height: 100px">
           <div class="div-l" style="flex: 2; text-align: right; margin-right: 30px">
             <span>归还份数</span>
           </div>
@@ -76,7 +76,7 @@
             </span>
           </div>
         </div>
-        <div style="width: 33.3%; display: flex; align-items: center; height: 100px">
+        <div style="width: 30%; display: flex; align-items: center; height: 100px">
           <div class="div-l" style="flex: 2; text-align: right; margin-right: 30px">
             <span>未归还份数</span>
           </div>