Browse Source

fix:[模板管理]导出

lkf
15881625488@163.com 2 months ago
parent
commit
5caf055682
5 changed files with 6 additions and 2 deletions
  1. +2
    -2
      src/App.vue
  2. +1
    -0
      src/components/Template/LineLabel.vue
  3. +1
    -0
      src/views/business/study/comp/jhbd/Xq.vue
  4. +1
    -0
      src/views/business/study/comp/sqbd/Xq.vue
  5. +1
    -0
      src/views/business/study/comp/tbbd/Xq.vue

+ 2
- 2
src/App.vue View File

@ -227,7 +227,7 @@ export default {
display: flex;
justify-content: flex-start;
text-align: left;
page-break-inside: avoid;
.line {
width: 2px;
float: left;
@ -469,7 +469,7 @@ th {
display: flex;
justify-content: flex-start;
text-align: left;
page-break-inside: avoid;
.line {
width: 2px;
float: left;

+ 1
- 0
src/components/Template/LineLabel.vue View File

@ -24,6 +24,7 @@
justify-content: flex-start;
text-align: left;
margin-top: 20px;
page-break-inside: avoid;
.line {
width: 2px;
float: left;

+ 1
- 0
src/views/business/study/comp/jhbd/Xq.vue View File

@ -414,6 +414,7 @@ export default {
width: 100%;
background: #f9f9ff;
font-size: 0.96rem;
page-break-inside: avoid;
font-weight: bold;
padding-left: 10px;
height: 40px;

+ 1
- 0
src/views/business/study/comp/sqbd/Xq.vue View File

@ -418,6 +418,7 @@ export default {
font-weight: bold;
padding-left: 10px;
height: 40px;
page-break-inside: avoid;
line-height: 40px;
display: flex;
justify-content: flex-start;

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

@ -423,6 +423,7 @@ export default {
font-weight: bold;
padding-left: 10px;
height: 40px;
page-break-inside: avoid;
line-height: 40px;
display: flex;
justify-content: flex-start;

Loading…
Cancel
Save