Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a9cdd29d
authored
Jun 28, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
0ab323cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
src/views/FlexEmployeeDetial.vue
src/views/FlexEmployeeDetial.vue
View file @
a9cdd29d
...
...
@@ -72,7 +72,6 @@ export default class FlexEmployee extends Vue {
if
(
task_info
!=
null
)
{
let
tasks
=
JSON
.
parse
(
task_info
);
this
.
item
=
tasks
.
find
((
x
:
any
)
=>
x
.
id
==
id
);
}
}
}
...
...
@@ -110,8 +109,9 @@ export default class FlexEmployee extends Vue {
text-align
:
center
;
margin-top
:
10px
;
}
.fe-detial-bottom-title
{
.fe-detial-bottom
{
margin-top
:
20px
;
.fe-detial-bottom-title
{
display
:
grid
;
grid-template-columns
:
70px
auto
;
justify-content
:
start
;
...
...
@@ -121,5 +121,6 @@ export default class FlexEmployee extends Vue {
line-height
:
30px
;
min-width
:
100px
;
}
}
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment