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
8e005190
authored
2023-10-25 13:58:18 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书证明预览
1 parent
106ec41a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/views/workflow/components/dialog/zsdy.vue
src/views/workflow/components/dialog/zsyl.vue
src/views/workflow/components/dialog/zsdy.vue
View file @
8e00519
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-25 13:
49:56
* @LastEditTime: 2023-10-25 13:
55:42
-->
<
template
>
<div>
...
...
@@ -311,9 +311,9 @@
}
}
else
{
if
(
i
>
0
)
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
495
+
4
*
num
+
(
2
4
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
495
+
4
*
num
+
(
2
7
*
(
i
-
1
)));
}
else
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
500
+
(
2
4
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
500
+
(
2
7
*
(
i
-
1
)));
}
}
}
...
...
src/views/workflow/components/dialog/zsyl.vue
View file @
8e00519
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-25 13:5
0:43
* @LastEditTime: 2023-10-25 13:5
7:14
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
...
...
@@ -224,7 +224,7 @@
arr
.
push
(
currentLine
);
if
(
i
>
0
)
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
129
,
485
+
(
24
*
(
i
-
1
))
+
4
*
num
+
(
index
*
1
4
));
// 调整行高
context
.
fillText
(
line
,
129
,
485
+
(
24
*
(
i
-
1
))
+
4
*
num
+
(
index
*
1
5
));
// 调整行高
})
}
else
{
arr
.
forEach
((
line
,
index
)
=>
{
...
...
@@ -233,9 +233,9 @@
}
}
else
{
if
(
i
>
0
)
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
495
+
4
*
num
+
(
2
4
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
495
+
4
*
num
+
(
2
7
*
(
i
-
1
)));
}
else
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
500
+
(
2
4
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
500
+
(
2
7
*
(
i
-
1
)));
}
}
}
...
...
Please
register
or
sign in
to post a comment