Commit 67b2164edfe7e9e9e7ddd9012e1c5079e2efb426
1 parent
d66c609e
修改库位监控每组图标说明的间隔...
Showing
2 changed files
with
3 additions
and
2 deletions
src/main/resources/static/css/style.css
src/main/resources/templates/monitor/locationstatus/locationstatus.html
... | ... | @@ -9,13 +9,14 @@ |
9 | 9 | font-size: 10px; |
10 | 10 | /*width: 50px;*/ |
11 | 11 | text-align: left; |
12 | - margin: auto 3px; | |
12 | + margin: 5px 20px 5px 5px; | |
13 | 13 | } |
14 | 14 | #img_list li img{ |
15 | 15 | height: 35px; |
16 | 16 | width: 35px; |
17 | 17 | } |
18 | 18 | #info_list{ |
19 | + width: 100%; | |
19 | 20 | display:inline-block; |
20 | 21 | } |
21 | 22 | #info_list li{ |
... | ... |