| | |
| | | padding: 9px 8px !important; |
| | | } |
| | | |
| | | .border{ |
| | | border: 20px solid #ededed; |
| | | } |
| | | |
| | | .margin { |
| | | margin: 20px; |
| | | } |
| | |
| | | margin-bottom: 20px; |
| | | } |
| | | |
| | | .fontSize12{ |
| | | font-size: 12px; |
| | | } |
| | | |
| | | .ant-divider-horizontal{ |
| | | margin: 20px 0 !important; |
| | | } |
| | | |
| | | .margin-bottom{ |
| | | margin-bottom: 20px; |
| | | } |
| | | |
| | | .ant-card-head-title{ |
| | | font-weight: bold !important; |
| | | } |
| | | |
| | | div{ |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .flex-box-column{ |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | |
| | | .flex-box { |
| | | display: flex; |
| | | } |
| | | |
| | | .align-center{ |
| | | align-items: center; |
| | | } |
| | | |
| | | .justify-content{ |
| | | justify-content: center; |
| | | } |
| | | |
| | | .flex-1 { |
| | | flex: 1; |
| | | overflow: auto; |
| | | } |
| | | |
| | | .ant-spin-nested-loading{ |
| | | height: 100%; |
| | | } |
| | | .ant-spin-container{ |
| | | height: 100%; |
| | | } |
| | | |
| | | .treeNodeUnselectable { |
| | | -webkit-user-select: none; |
| | | -moz-user-select: none; |
| | | -o-user-select: none; |
| | | -ms-user-select: none; |
| | | } |
| | | |
| | | .ant-alert.ant-alert-no-icon { |
| | | padding: 2px 8px !important; |
| | | } |
| | | |
| | | |