Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
45bbc31a
Commit
45bbc31a
authored
Apr 29, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ac2eb547
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
4 deletions
+24
-4
scheduleBoard.vue
src/pages/scheduling/scheduleBoard.vue
+24
-4
No files found.
src/pages/scheduling/scheduleBoard.vue
View file @
45bbc31a
...
...
@@ -70,21 +70,40 @@
height
:
34px
;
background
:
linear-gradient
(
90deg
,
#00BDD3
,
#00D761
);
border-radius
:
10px
;
margin
:
100px
auto
;
margin
:
100px
auto
24px
;
text-align
:
center
;
line-height
:
3
4
px
;
line-height
:
3
1
px
;
color
:
#fff
;
font-size
:
14px
;
cursor
:
pointer
;
}
.sche_daka
{
font-size
:
18px
;
position
:
relative
;
left
:
5px
;
top
:
2px
;
}
.schedu_jiaojie
{
width
:
120px
;
height
:
34px
;
line-height
:
34px
;
text-align
:
center
;
border-radius
:
10px
;
border
:
1px
solid
#91AEFF
;
color
:
#C4D4FF
;
font-size
:
14px
;
margin
:
auto
;
cursor
:
pointer
;
}
.scheduleBoard
{
max-height
:
calc
(
100%
-
10px
);
height
:
calc
(
100%
-
10px
);
}
</
style
>
<
template
>
<div
class=
"scheduleBoard"
>
<div
class=
"schedule-body"
>
<div
class=
"flex row okr"
style=
"min-height:750px;"
>
<div
class=
"flex row okr"
>
<div
class=
"schedu_left"
>
<div
class=
"schedu_ImgDiv"
>
<img
:src=
"dataList.DutyManIcon"
alt=
""
/>
...
...
@@ -100,6 +119,7 @@
<div
class=
"clockon_Duty"
>
值班打卡
<i
class=
"iconfont icon-jiejue1 sche_daka"
></i>
</div>
<div
class=
"schedu_jiaojie"
>
值班交接
</div>
</div>
<div
class=
""
style=
"padding-top:16px;"
>
123
...
...
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