| | |
| | | .print-template { |
| | | display: flex; |
| | | flex: auto; |
| | | overflow-x: hidden; |
| | | min-height: 100%; |
| | | padding: 48px 250px 0px 240px; |
| | | |
| | | .print-header-container { |
| | | position: fixed; |
| | | z-index: 1060; |
| | | left: 0; |
| | | top: 0; |
| | | font-weight: bold!important; |
| | | font-size: 20px; |
| | | width: 100%; |
| | | height: 48px; |
| | | line-height: 48px; |
| | | text-align: center; |
| | | color: #fff; |
| | | background: #001529; |
| | | } |
| | | .tools { |
| | | width: 240px; |
| | | position: fixed; |
| | | top: 47px; |
| | | left: -1px; |
| | | bottom: 0px; |
| | | .ant-card { |
| | | height: 100%; |
| | | .ant-card-head { |
| | | background: #1890ff; |
| | | color: #ffffff; |
| | | } |
| | | .ant-card-head-title { |
| | | padding: 10px 0; |
| | | } |
| | | .ant-card-body { |
| | | padding: 24px 12px; |
| | | } |
| | | } |
| | | } |
| | | .setting { |
| | | width: 250px; |
| | | position: fixed; |
| | | top: 47px; |
| | | right: -1px; |
| | | bottom: 0px; |
| | | .ant-card { |
| | | height: 100%; |
| | | .ant-card-head { |
| | | background: #1890ff; |
| | | color: #ffffff; |
| | | } |
| | | .ant-card-head-title { |
| | | padding: 10px 0; |
| | | } |
| | | .ant-card-body { |
| | | padding: 24px 12px; |
| | | } |
| | | } |
| | | } |
| | | } |