From 8c59c429d87663c01ff4558385de429d08e3b52c Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 12 四月 2024 10:58:08 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into master --- src/views/equipment/mould/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/equipment/mould/index.vue b/src/views/equipment/mould/index.vue index a2ba424..2b486b8 100644 --- a/src/views/equipment/mould/index.vue +++ b/src/views/equipment/mould/index.vue @@ -147,7 +147,7 @@ <el-dialog title="鏍囩鍒楄〃" :visible.sync="diaPrintTab" width="500px" top="5vh"> <div style="width:100%;height:400px;overflow-y: auto;"> <div class="dia_body" id="printRaw"> - <el-card class="box-card" v-for="(tem, i) in multipleSelection" :key="i" style="margin-bottom: 10px; font-size: 16px !important;"> + <el-card class="box-card" v-for="(tem, i) in multipleSelection" :key="i" style="margin-bottom: 10px; font-size: 16px !important;page-break-before:always;page-break-after: always;"> <!-- <el-row> <el-col :span="8" :offset="1">搴忓彿锛�</el-col> <el-col :span="7" style="font-weight: bold;">{{ tem.id }}</el-col> -- Gitblit v1.9.3