| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .A1User {
- width: 100%;
- height: 100%;
- :global {
- .A1Utop {
- padding: 0 30px 0 5px;
- margin-top: 15px;
- display: flex;
- justify-content: space-between;
- }
- .A1UTableBox {
- margin-top: 15px;
- height: calc(100% - 60px);
- overflow: hidden;
- .ant-table-body {
- height: 610px;
- overflow-y: auto !important;
- .ant-table-row {
- .ant-table-cell {
- padding: 10px;
- }
- }
- }
- }
- }
- }
- // 弹窗--------
- .A1UAdd {
- :global {
- .ant-modal-close {
- display: none;
- }
- // .ant-modal {
- // width: 800px !important;
- // }
- .A1UAmain {
- margin-top: 10px;
- border-top: 1px solid #999999;
- padding: 50px 30px 20px;
- .A1UAbtn {
- width: 100%;
- display: flex;
- justify-content: center;
- margin-top: 60px;
- }
- }
- }
- }
|