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
f7611a3a
authored
2023-06-20 16:01:41 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
c0aae42f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/views/workflow/components/dialog/zsyl.vue
src/views/workflow/components/dialog/zsyl.vue
View file @
f7611a3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-20 15:5
1:11
* @LastEditTime: 2023-06-20 15:5
7:59
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px"
>
...
...
@@ -12,7 +12,7 @@
</el-tabs>
<div
class=
"no-data"
v-if=
"headTabBdcqz.length == 0"
>
暂无数据
</div>
<canvas
ref=
"zs"
width=
"860"
v-if=
"activeName==1"
height=
"720"
></canvas>
<canvas
ref=
"zm"
width=
"1
460"
v-else
height=
"80
0"
></canvas>
<canvas
ref=
"zm"
width=
"1
180"
v-else
height=
"78
0"
></canvas>
</div>
</
template
>
...
...
@@ -169,7 +169,10 @@
context
.
fillText
(
line
,
775
,
y
+
(
index
*
20
));
// 调整行高
});
});
// fj
context
.
fillText
(
this
.
bdcqz
.
fj
?
this
.
bdcqz
.
fj
:
''
,
775
,
650
);
};
image
.
src
=
this
.
bdczmSrc
;
}
}
...
...
Please
register
or
sign in
to post a comment