Browse Source

fix:[模板管理]导出

lkf
15881625488@163.com 2 months ago
parent
commit
f9d4bcc775
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/components/Template/BaseInfoFormPackage.vue

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

@ -233,6 +233,9 @@ export default {
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
/* 默认2列 */ /* 默认2列 */
gap: 0 20px; gap: 0 20px;
/* 防止网格容器被分割到不同页面 */
page-break-inside: avoid;
break-inside: avoid;
} }
.gap2 { .gap2 {

Loading…
Cancel
Save