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
22eb862d
authored
2024-03-05 16:43:41 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;不动产单元号
1 parent
3a5d8586
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/workflow/main/szxx/zsdy.vue
src/views/workflow/top/zsyl/index.vue
src/views/workflow/main/szxx/zsdy.vue
View file @
22eb862
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-0
2-06 13:26:37
* @LastEditTime: 2024-0
3-05 16:43:23
-->
<
template
>
<div>
...
...
@@ -635,7 +635,7 @@
// 保存当前字体设置
const
originalFont
=
context
.
font
;
// 设置新的字体大小
context
.
font
=
'1
6
px 楷体'
;
// 替换为你想要的字体和大小
context
.
font
=
'1
5
px 楷体'
;
// 替换为你想要的字体和大小
// 绘制 bdcdyh
context
.
fillText
(
this
.
bdcdyh
?
this
.
bdcdyh
:
''
,
775
,
373
);
// 恢复原始字体设置
...
...
src/views/workflow/top/zsyl/index.vue
View file @
22eb862
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-0
2-06 13:23:44
* @LastEditTime: 2024-0
3-05 16:42:30
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"text-align: center;"
>
...
...
@@ -558,7 +558,7 @@
// 保存当前字体设置
const
originalFont
=
context
.
font
;
// 设置新的字体大小
context
.
font
=
'1
6
px 楷体'
;
// 替换为你想要的字体和大小
context
.
font
=
'1
5
px 楷体'
;
// 替换为你想要的字体和大小
// 绘制 bdcdyh
context
.
fillText
(
this
.
bdcdyh
?
this
.
bdcdyh
:
''
,
775
,
373
);
// 恢复原始字体设置
...
...
Please
register
or
sign in
to post a comment