Commit fe842f26 authored by liudong1993's avatar liudong1993

1

parent a4e6c692
......@@ -3,7 +3,6 @@
width: 100%;
background-color: white;
position: absolute;
padding-top: 20px;
}
._PrintPage_box{
width: 1000px;
......@@ -24,8 +23,7 @@
position: relative;
}
._PrintPage_box .SetDiv{
position: absolute;
top:10px;
position: absolute;
color:#106BAF;
left: -290px;
}
......@@ -34,15 +32,15 @@
cursor: pointer;
font-size: 15px;
}
._PrintPage_Center+._PrintPage_always{
page-break-before: always;
._PrintPage_always{
padding-top: 10px;
page-break-after: always;
}
</style>
<template v-loading="loading">
<div class="_PrintPage">
<div class="_PrintPage_box">
<div v-for="(items,index) in printDatas"
:class="[index% 2 == 0?'_PrintPage_always':'_PrintPage_Center']">
<div v-for="(items,index) in printDatas" class="_PrintPage_always">
<template v-if="items.type=='2'&&(items.Merge=='0'||items.Merge==null)">
<div class="SetDiv">
<el-select size="mini" v-model="titleName" :placeholder="$t('objFill.qingxuanzhettname')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment