Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
af25db7199da4d8c8e1f498d3ed9af1f5d3afd6f
Authored by
lizhuojun
2019-06-10 13:03:08 +0800
1 parent
419aed69
build: skipped
修复最新Chrome滚动条不能使用问题
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/resources/static/real_control_v2/css/line_schedule.css
src/main/resources/static/real_control_v2/css/line_schedule.css
View file @
af25db7
...
...
@@ -13,6 +13,7 @@
13
13
14
14
.line_schedule div.uk-width-1-6, .line_schedule div.uk-width-1-2 {
15
15
padding: 0 2px 2px 2px;
16
+ height: 100%;
16
17
}
17
18
18
19
.line_schedule .footer-chart {
...
...