Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
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
中通客车项目
zhongtong-avi-web
Commits
59f497ce
Commit
59f497ce
authored
Oct 30, 2019
by
车宾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(avi):滚动样式
parent
67e3ebb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
5 deletions
+19
-5
paintingWorkShop.vue
src/views/Led/Station/paintingWorkShop.vue
+4
-4
index.vue
src/views/Monitor/index.vue
+15
-1
No files found.
src/views/Led/Station/paintingWorkShop.vue
View file @
59f497ce
...
...
@@ -11,15 +11,15 @@
</div>
<div
class=
"tr clear-float"
>
<div
class=
"th-l"
>
当日进车数量
</div>
<div
class=
"th-2"
>
55
</div>
<div
class=
"th-2"
>
{{
todayDataIN
.
size
}}
</div>
<div
class=
"th-3"
>
当日交车数量
</div>
<div
class=
"th-4"
>
20
</div>
<div
class=
"th-4"
>
{{
todayDataOUT
.
size
}}
</div>
</div>
<div
class=
"tr clear-float"
>
<div
class=
"th-l"
>
电泳当日进车数量
</div>
<div
class=
"th-2"
>
22
</div>
<div
class=
"th-2"
>
{{
electrophoresesDataIN
.
size
}}
</div>
<div
class=
"th-3"
>
电泳当日交车数量
</div>
<div
class=
"th-4"
>
63
</div>
<div
class=
"th-4"
>
{{
electrophoresesDataOUT
.
size
}}
</div>
</div>
<div
class=
"tr clear-float"
>
<div
class=
"th-l"
>
隔热防腐当日进车
</div>
...
...
src/views/Monitor/index.vue
View file @
59f497ce
...
...
@@ -1807,10 +1807,24 @@
</
script
>
<
style
lang=
"scss"
scoped
>
html
{
position
:
relative
;
// overflow-y: hidden;
}
@keyframes
identifier
{
0
%
{
transform
:
translateY
(
0px
);}
30
%
{
transform
:
translateY
(
-100px
);}
60
%
{
transform
:
translateY
(
-200px
);}
// 75% { transform: translateY(-180px);}
100
%
{
transform
:
translateY
(
-300px
);}
// 100% { transform: translateY(-400px);}
// 100% {transform: translateY(-450px);}
};
.monitor-pack
{
width
:
100%
;
background-color
:
#001927
;
animation
:
identifier
10s
infinite
alternate
;
// animation: identifier 8s infinite cubic-bezier(1,0,0.5,0);
.view-pack
{
margin
:
0
auto
;
width
:
1600px
;
...
...
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