Blame view

assets/pages/scripts/parksetFile/berthManage/berthmanagement.css 432 Bytes
10646c94   Andy   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  .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);
  }
  .portlet-body{
      height: 650px;
      overflow-y: auto;
  }
  
  /*#berthmanagement-table-r .bs-checkbox{
      padding-left: 0px !important;
  }*/
  /*弹窗*/