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
7b080944
authored
2023-09-19 13:52:42 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:宗地图
1 parent
60573942
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
src/views/workflow/components/clxx/clxxUnify.vue
src/views/workflow/components/zdt.vue
src/views/workflow/components/clxx/clxxUnify.vue
View file @
7b08094
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-19 1
0:15:00
* @LastEditTime: 2023-09-19 1
3:13:16
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -16,7 +16,7 @@
style=
"width: 100%; margin-top: 10px"
>
申请材料目录
</el-button>
<div
class=
"item"
>
材料目录(
{{
tableData
.
length
}}
)
<div
style=
"margin-top: 10px
"
>
<div
class=
"tableList
"
>
<div
style=
"
text-align: center;
...
...
@@ -401,7 +401,9 @@
width
:
100%
;
height
:
100%
;
display
:
flex
;
.tableList
{
margin-top
:
10px
;
}
.menu-tree
{
width
:
20%
;
min-width
:
160px
;
...
...
src/views/workflow/components/zdt.vue
View file @
7b08094
...
...
@@ -5,7 +5,7 @@
-->
<
template
>
<div
style=
"width:100%;height:100%;"
>
<canvas
id=
"mxcad"
style=
"width:100%;height:100%;
position: relative;top:0
"
>
<canvas
id=
"mxcad"
style=
"width:100%;height:100%;"
>
</canvas>
</div>
</
template
>
...
...
@@ -33,6 +33,11 @@
isNewFile
:
true
// 是否新建文件
})
})
}
}
,
}
</
script
>
\ No newline at end of file
</
script
>
<
style
scoped
lang=
"scss"
>
#mxcad
{
pointer-events
:
none
;
}
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment