10646c94
Andy
add
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
.concat-line{
display: inline-block;width: 15px;height: 1px;background-color: #d8e2e5; margin: 0 5px;
}
.berthmanagement-parking-l{
margin-right: 15px;
}
.berthmanagement-table{
float: left;
/*height: 700px;*/
/*overflow-y: auto;*/
width: calc((100% - 24px)/2);
width: -webkit-calc((100% - 24px)/2);
width: -moz-calc((100% - 24px)/2);
}
.portlet-body{
/*height: 650px;*/
overflow-y: auto;
}
.berthmanagement-input78 {
width: 100%;
height: 34px;
line-height: 34px;
}
/*#berthmanagement-table-r .bs-checkbox{
padding-left: 0px !important;
}*/
/*弹窗*/
|