Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
b40f5775
Commit
b40f5775
authored
Jul 16, 2020
by
张俊
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://cloud.wodcloud.com/git/apaas/apaas-v3-ui
into dev
parents
220203c4
cc9c844c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/components/e-charts/toplist.vue
src/components/e-charts/toplist.vue
+3
-2
No files found.
src/components/e-charts/toplist.vue
View file @
b40f5775
...
@@ -66,12 +66,12 @@ export default {
...
@@ -66,12 +66,12 @@ export default {
this
.
$el
.
scrollTop
=
0
;
this
.
$el
.
scrollTop
=
0
;
this
.
timer
=
setInterval
(()
=>
{
this
.
timer
=
setInterval
(()
=>
{
let
curScrollTop
=
this
.
$el
.
scrollTop
+
1
;
let
curScrollTop
=
this
.
$el
.
scrollTop
+
50
;
if
(
curScrollTop
>
this
.
$el
.
scrollHeight
-
this
.
$el
.
clientHeight
)
{
if
(
curScrollTop
>
this
.
$el
.
scrollHeight
-
this
.
$el
.
clientHeight
)
{
curScrollTop
=
0
;
curScrollTop
=
0
;
}
}
this
.
$el
.
scrollTop
=
curScrollTop
;
this
.
$el
.
scrollTop
=
curScrollTop
;
},
5
0
);
},
150
0
);
},
},
mouseenter
()
{
mouseenter
()
{
if
(
this
.
timer
)
{
if
(
this
.
timer
)
{
...
@@ -136,6 +136,7 @@ export default {
...
@@ -136,6 +136,7 @@ export default {
flex-grow
:
1
;
flex-grow
:
1
;
}
}
.item_info
>
span
:first-child
{
.item_info
>
span
:first-child
{
width
:
200px
;
flex-grow
:
1
;
flex-grow
:
1
;
margin-right
:
10px
;
margin-right
:
10px
;
}
}
...
...
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