Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
eee52ada
authored
2024-03-04 16:31:59 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
d4cecc05
13688801
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/components/printTemplate.vue
src/views/workflow/main/szxx/index.vue
src/views/registerBook/components/djbDetail.vue
View file @
eee52ad
...
...
@@ -194,12 +194,11 @@
type
:
"html"
,
maxWidth
:
800
,
// 最大宽度
font_size
:
""
,
// 不设置则使用默认字体大小
style
:
`@font-face {
font-family: "STZHONGS";
src: url(
${
window
.
ttf
}
) format("truetype");
}`
,
// 继承原来的所有样式
targetStyles
:
[
"*"
],
scanStyle
:
false
,
});
this
.
render
=
false
},
...
...
src/views/registerBook/components/printTemplate.vue
View file @
eee52ad
...
...
@@ -12,7 +12,7 @@
style=
"page-break-after: always"
>
<div
class=
"title"
>
{{
title
}}
</div>
<div
class=
"num"
>
共
{{
datass
.
length
}}
页,第
{{
indexx
+
1
}}
页
</div>
<table
class=
"xxTable"
>
<table
class=
"xx
x
Table"
>
<tr
v-for=
"item in columns"
:key=
"item.name"
>
<td>
{{
item
.
despriction
}}
...
...
@@ -109,10 +109,12 @@
</
script
>
<
style
lang=
"scss"
scoped
>
.tbalede
{
width
:
100%
;
margin
:
auto
;
position
:
relative
;
background-color
:
salmon
;
.num
{
position
:
absolute
;
right
:
10px
;
...
...
@@ -128,12 +130,12 @@
position
:
relative
;
margin
:
0
3px
;
}
.xxTable
{
.xx
x
Table
{
width
:
100%
;
border-collapse
:
collapse
;
tr
td
{
border
:
2px
solid
rgb
(
227
,
226
,
226
);
border
:
1px
solid
rgb
(
139
,
137
,
137
);
text-align
:
center
;
height
:
40px
;
font-size
:
13px
;
...
...
@@ -148,4 +150,6 @@
}
}
}
</
style
>
...
...
src/views/workflow/main/szxx/index.vue
View file @
eee52ad
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-0
1-30 15:46:45
* @LastEditTime: 2024-0
3-04 16:30:49
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -29,7 +29,7 @@
<span>
{{
item
.
bdcdyh
}}
</span>
</div>
<div
class=
"text color_iray"
>
<span>
{{
item
.
zl
}}
</span>
<span
style=
"word-break:break-all;"
>
{{
item
.
zl
}}
</span>
</div>
<div
class=
"text color_red"
>
<span>
{{
item
.
yt
}}
</span>
...
...
@@ -298,7 +298,6 @@
.text
{
margin-bottom
:
8px
;
text-align
:
left
;
text-indent
:
16px
;
}
.text.tac
{
text-align
:
center
;
...
...
@@ -323,9 +322,9 @@
}
.card_padding
{
padding-top
:
8px
;
font-size
:
14px
;
line-height
:
22px
;
padding
:
8px
15px
;
}
/
deep
/
.el-card__body
{
padding
:
0px
;
...
...
Please
register
or
sign in
to post a comment