Commit 67b2164edfe7e9e9e7ddd9012e1c5079e2efb426

Authored by 魏娟
1 parent d66c609e

修改库位监控每组图标说明的间隔...

src/main/resources/static/css/style.css
... ... @@ -7496,7 +7496,7 @@ body.skin-yellow {
7496 7496 }
7497 7497 .input_list ul{
7498 7498 width:100%;
7499   - padding: 5px 0;
  7499 + padding:3px 0;
7500 7500 }
7501 7501 .input_list li{
7502 7502 width:25%;
... ...
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{
... ...