| | |
| | | /*滚动条里面小方块*/ |
| | | border-radius: 2.5px; |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); |
| | | background: #848484; |
| | | background: #ccc; |
| | | } |
| | | *::-webkit-scrollbar-track { |
| | | /*滚动条里面轨道*/ |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); |
| | | box-shadow: inset 0 0 5px #fff; |
| | | border-radius: 2.5px; |
| | | background: #ededed; |
| | | background: #fff; |
| | | } |
| | | |
| | | .ant-layout { |
| | |
| | | flex-direction: column; |
| | | } |
| | | |
| | | // 弹性盒 -- 纵向 |
| | | .flex-box-column { |
| | | display: flex; |
| | | flex-direction: column; |
| | | height: 100%; |
| | | } |
| | | |
| | | // 弹性盒 -- 纵向 |
| | | .flex-box-row { |
| | | display: flex; |
| | | } |
| | | |
| | | .flex-1 { |
| | | flex: 1; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .align-center{ |
| | | align-items: center; |
| | | } |
| | | |
| | | .space-between { |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | .ant-modal-body { |
| | | padding: 5px 8px 15px 8px; |
| | | } |
| | | .ant-tabs-bar { |
| | | margin-bottom: 5px; |
| | | } |