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
a470ac1d
authored
Aug 25, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修正页面距离过大的样式问题
parent
918574b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
src/views/FlexEmployee.vue
src/views/FlexEmployee.vue
View file @
a470ac1d
...
@@ -127,7 +127,7 @@ export default class FlexEmployee extends Vue {
...
@@ -127,7 +127,7 @@ export default class FlexEmployee extends Vue {
get
popupStyle
()
{
get
popupStyle
()
{
if
(
this
.
expand
)
{
if
(
this
.
expand
)
{
return
{
height
:
"
63
%"
};
return
{
height
:
"
70
%"
};
}
else
{
}
else
{
return
{
height
:
"86%"
};
return
{
height
:
"86%"
};
}
}
...
@@ -233,9 +233,6 @@ export default class FlexEmployee extends Vue {
...
@@ -233,9 +233,6 @@ export default class FlexEmployee extends Vue {
background
:
#19b370
;
background
:
#19b370
;
}
}
.info-card-bottom
{
margin-top
:
40px
;
}
.info-card-bottom
p
{
.info-card-bottom
p
{
color
:
#d3f1e4
;
color
:
#d3f1e4
;
font-size
:
13px
;
font-size
:
13px
;
...
...
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