| | |
| | | .ivu-table th { |
| | | border-bottom-color: #cdcdcd !important; |
| | | } |
| | | |
| | | .no-wrap td .ivu-table-cell { |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .ivu-table-mini { |
| | | font-size: 12px; |
| | | |
| | | td { |
| | | height: 28px; |
| | | |
| | | &.ivu-table-expanded-cell { |
| | | padding: 10px 40px; |
| | | } |
| | | |
| | | .ivu-table-cell-with-expand { |
| | | height: 28px; |
| | | line-height: 28px; |
| | | } |
| | | } |
| | | |
| | | thead .ivu-table-cell { |
| | | padding-left: 6px; |
| | | padding-right: 4px; |
| | | } |
| | | |
| | | margin-bottom:12px; |
| | | } |
| | | |
| | | .col-gap-none .ivu-table-cell { |
| | | .col-gap-none .ivu-table .ivu-table-cell { |
| | | padding-left: 0; |
| | | padding-right: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | >div, |
| | | >a, |
| | | >span { |
| | | width: 100%; |
| | | height: 100%; |
| | | padding-left: 6px; |
| | | padding-right: 6px; |
| | | padding-top: 4px; |
| | | padding-bottom: 4px; |
| | | } |
| | | |
| | | >a, |
| | | >span { |
| | | display: block; |
| | | } |
| | | |
| | | &.ivu-table-cell-with-selection { |
| | | padding-top: 3px; |
| | | } |
| | | } |
| | | |
| | | .ivu-table { |
| | | .ivu-table-tbody { |
| | | background-color: #fff; |
| | | } |
| | | } |
| | | .ivu-form { |
| | | &.ivu-form-label-right { |
| | | .ivu-form-item-label { |
| | | padding-right: 5px; |
| | | } |
| | | |
| | | .ivu-table-header thead tr th, |
| | | .ivu-table-fixed-header thead tr th { |
| | | // padding: 0 !important; |
| | | text-align: center !important; |
| | | font-size: 12px; |
| | | } |
| | | |
| | | .ivu-table { |
| | | .column-hidden { |
| | | div { |
| | | white-space: nowrap; |
| | | .ivu-form-item { |
| | | margin-bottom: 0px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .ivu-split-trigger-horizontal { |
| | | height: 10px; |
| | | width: 100px; |
| | | border: 1px solid #dcdee2; |
| | | margin-left: 50%; |
| | | transform: translate(-50%, -50%); |
| | | border-radius: 5px; |
| | | box-shadow: 0px 1px 1px 1px #0001; |
| | | |
| | | .ivu-split-trigger-bar-con.horizontal { |
| | | width: 16px; |
| | | |
| | | .ivu-split-trigger-bar { |
| | | height: 3px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .ivu-split-trigger-vertical { |
| | | width: 10px; |
| | | height: 100px; |
| | | border: 1px solid #dcdee2; |
| | | position: absolute; |
| | | top: 50%; |
| | | transform: translate(-50%, -50%); |
| | | border-radius: 5px; |
| | | box-shadow: 0px 1px 1px 1px #0001; |
| | | |
| | | .ivu-split-trigger-bar-con.vertical { |
| | | height: 31px; |
| | | |
| | | .ivu-split-trigger-bar { |
| | | width: 5px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .ivu-spin-fix { |
| | | background-color: rgba(255, 255, 255, .3); |
| | | } |