
@media print {
.physicalOrder-page[data-v-6df31902] {
    page: physicalOrder-page; /* 绑定唯一命名 */
}
@page physicalOrder-page {size: A4;margin: 0;}
body[data-v-6df31902] {width: 210mm;height: 297mm;margin: 0 auto;background: white;}
.project-title[data-v-6df31902]{
    width: 100%;
    line-height:25px;
    font-weight: 600;
    border:none;
    background-color: #ddd !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; /* 标准属性，确保背景色打印 */
}
.no-print[data-v-6df31902] { display: none;
} /* 隐藏非打印元素 */
}
.page[data-v-6df31902] {width: 210mm;height: 297mm;margin: 0 auto;padding-top:50px;padding-left:50px;padding-right:50px;text-align: center;background-color: white;overflow: hidden;position: relative;PAGE-BREAK-AFTER: always}
.head[data-v-6df31902]{display: -webkit-box;display: -ms-flexbox;display: flex;text-align: center;font-size: 0px !important;font-weight: 600;}
.title[data-v-6df31902]{font-size: 25px;font-weight: bold;text-align: center;width: 90%;}


