Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
b086509d
authored
2021-01-26 17:19:33 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
流程跟踪样式修改
1 parent
f2df13f0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
src/views/zd/lcgz/flownode.vue
src/views/zd/lcgz/index.vue
src/views/zd/lcgz/flownode.vue
View file @
b086509
...
...
@@ -112,8 +112,8 @@ export default {
left
:
20px
;
.node{
display
:
inline-block
;
min-width
:
8
0px
;
line-height
:
3
0px
;
min-width
:
11
0px
;
line-height
:
5
0px
;
background-color
:
#A9A9A9
;
text-align
:
center
;
border-radius
:
6px
;
...
...
@@ -125,6 +125,7 @@ export default {
content
:
""
;
position
:
absolute
;
width
:
50px
;
top
:
10px
;
height
:
30px
;
left
:
100%
;
background-image
:
url("../../../assets/images/arrow.jpg")
;
...
...
src/views/zd/lcgz/index.vue
View file @
b086509
...
...
@@ -190,13 +190,14 @@ export default {
margin-bottom
:
10px
;
.circle{
display
:
inline-block
;
width
:
1
2
px
;
height
:
1
2
px
;
border-radius
:
6
px
;
width
:
1
4
px
;
height
:
1
4
px
;
border-radius
:
7
px
;
}
.name
{
margin-left
:
10px
;
font-weight
:
bold
;
font-size
:
18px
;
}
.wjh
{
background-color
:
#A9A9A9
;
...
...
Please
register
or
sign in
to post a comment