Skip to content

Commit

Permalink
调整log等待效果
Browse files Browse the repository at this point in the history
  • Loading branch information
FU-design committed Jul 25, 2024
1 parent d6e498a commit db922fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bigtop-manager-ui/src/components/job-info/job.vue
Original file line number Diff line number Diff line change
Expand Up @@ -323,19 +323,19 @@
content: '.';
}
32% {
content: '..';
content: '. .';
}
48% {
content: '...';
content: '. . .';
}
64% {
content: '....';
content: '. . . .';
}
80% {
content: '.....';
content: '. . . . .';
}
96% {
content: '......';
content: '. . . . . .';
}
}
.breadcrumb {
Expand Down

0 comments on commit db922fc

Please sign in to comment.