|
|
|
@@ -58,7 +58,8 @@ body { |
|
|
|
.ant-pro-layout .ant-pro-sider-menu { |
|
|
|
padding-top: 40px; |
|
|
|
} |
|
|
|
.ant-table-wrapper .ant-table-container table>thead>tr:first-child >*:first-child,.ant-table-wrapper .ant-table-container table>tbody>tr:first-child{ |
|
|
|
.ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child, |
|
|
|
.ant-table-wrapper .ant-table-container table > tbody > tr:first-child { |
|
|
|
padding: 0 30px; |
|
|
|
} |
|
|
|
|
|
|
|
@@ -97,7 +98,7 @@ body { |
|
|
|
} |
|
|
|
.ant-table-wrapper .ant-table-pagination.ant-pagination { |
|
|
|
margin: 0; |
|
|
|
padding: 21px 16px; |
|
|
|
padding: 20px 16px; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
// .ant-table-wrapper .ant-table { |
|
|
|
@@ -112,6 +113,7 @@ body { |
|
|
|
} |
|
|
|
.ant-pro-layout .ant-pro-layout-container { |
|
|
|
height: 100vh; |
|
|
|
overflow-y: hidden; |
|
|
|
} |
|
|
|
.ant-modal-confirm .ant-modal-confirm-paragraph { |
|
|
|
margin: 54px 0 auto; |
|
|
|
@@ -188,32 +190,21 @@ body { |
|
|
|
.ant-modal .ant-modal-footer > .ant-btn + .ant-btn { |
|
|
|
margin-left: 20px; |
|
|
|
} |
|
|
|
.ant-pagination .ant-pagination-item-active a { |
|
|
|
color: #fff; |
|
|
|
background: rgba(22, 100, 255, 0.8); |
|
|
|
// color: #fff; |
|
|
|
border-radius: 6px; |
|
|
|
.ant-pagination .ant-pagination-item.ant-pagination-item-active { |
|
|
|
background: @primary-color; |
|
|
|
border-width: 0; |
|
|
|
|
|
|
|
a { |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
.ant-pagination .ant-pagination-item-active:hover { |
|
|
|
// color: #fff; |
|
|
|
// background: rgba(22, 100, 255, 0.8); |
|
|
|
// border-color: rgba(22, 100, 255, 0.8); |
|
|
|
border-radius: 6px; |
|
|
|
color: #fff; |
|
|
|
background: rgba(22, 100, 255, 0.8); |
|
|
|
border-color: rgba(22, 100, 255, 0.8); |
|
|
|
} |
|
|
|
.ant-pagination .ant-pagination-item { |
|
|
|
border: 1px solid #e6e6e6; |
|
|
|
border-radius: 6px; |
|
|
|
} |
|
|
|
|
|
|
|
.ant-tabs { |
|
|
|
.ant-tabs-nav::before, |
|
|
|
div > .ant-tabs-nav::before { |
|
|
|
border: none; |
|
|
|
} |
|
|
|
|
|
|
|
.ant-tabs-nav { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// ::-webkit-scrollbar-button { |
|
|
|
|