Browse Source

fix:[模板管理]导出

lkf
15881625488@163.com 2 months ago
parent
commit
5de80f6d77
3 changed files with 14 additions and 28 deletions
  1. +10
    -7
      src/App.vue
  2. +4
    -3
      src/components/Template/BaseInfoFormPackage.vue
  3. +0
    -18
      src/views/business/study/comp/tbbd/Xq.vue

+ 10
- 7
src/App.vue View File

@ -323,15 +323,15 @@ export default {
}
/* 表格行不被分割 */
table,
tr,
td,
th {
page-break-inside: avoid;
}
.page-break {
page-break-before: always;
}
.page-break {
page-break-before: always;
}
.datatable {
border-collapse: collapse;
@ -341,6 +341,7 @@ th {
.datatable thead {
border-left: 1px solid #f5f5f5;
page-break-inside: avoid;
}
.datatable th {
@ -353,9 +354,6 @@ th {
border: 1px solid #f5f5f5;
}
.el-dialog__body {
padding: 10px 20px !important;
}
.datatable th.operate {
padding: 5px 5px 4px 5px;
@ -376,6 +374,11 @@ th {
text-align: center;
}
.el-dialog__body {
padding: 10px 20px !important;
}
/** 基础信息设置tab **/
.edit-container {

+ 4
- 3
src/components/Template/BaseInfoFormPackage.vue View File

@ -265,10 +265,11 @@ export default {
.c-Item {
// &:not(:last-child) {
margin-bottom: 16px;
// &:not(:last-child) {
// margin-bottom: 16px;
// }
page-break-inside: avoid;
// }
padding: 8px 0px;
}
.eo {

+ 0
- 18
src/views/business/study/comp/tbbd/Xq.vue View File

@ -471,24 +471,6 @@ export default {
padding-bottom: 10px;
}
.pdf-content table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
.pdf-content th,
.pdf-content td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
.pdf-content th {
background-color: #f2f2f2;
}
.upload-file-list .el-upload-list__item {
margin-bottom: 0px !important;
}

Loading…
Cancel
Save