浏览代码

销售缺货报表

chenrui 1 年之前
父节点
当前提交
8b565f6b89
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/reportData/salesOutofStockReport/detailModal.vue

+ 5 - 0
src/views/reportData/salesOutofStockReport/detailModal.vue

@@ -170,5 +170,10 @@ export default {
       text-align: center;
       margin: 35px 0 10px;
     }
+    .printBox{
+      width:100%;
+      text-align:right;
+      margin-bottom:10px;
+    }
   }
 </style>