fix
This commit is contained in:
@@ -1323,13 +1323,34 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
.admin_page .admin_search_item:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
.admin_page .awayOrUnfold {
|
||||
bottom: 0;
|
||||
transition: all 0.3s;
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
.admin_page .awayOrUnfold.active span {
|
||||
transform: translateY(50%) rotate(0deg);
|
||||
}
|
||||
.admin_page .awayOrUnfold span {
|
||||
display: inline-block;
|
||||
transform: translateY(50%) rotate(180deg);
|
||||
cursor: pointer;
|
||||
border: 2px solid;
|
||||
border-radius: 50%;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
.admin_page .admin_table_search {
|
||||
flex-wrap: wrap;
|
||||
overflow: hidden;
|
||||
margin-top: 2rem;
|
||||
padding: 2rem 3.5rem 5rem 2.8rem;
|
||||
padding: 2rem 3.5rem 2rem 2.8rem;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
position: relative;
|
||||
}
|
||||
.admin_page .admin_table_search .admin_search {
|
||||
width: 20%;
|
||||
@@ -1360,6 +1381,8 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
width: 80%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.admin_page .admin_table_search .admin_state .admin_current {
|
||||
background: #fff;
|
||||
@@ -1392,17 +1415,40 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
.admin_table_content {
|
||||
margin-top: 2.6rem;
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
height: calc(100% - 13.7rem);
|
||||
padding-bottom: 3rem;
|
||||
background: #fff;
|
||||
border-radius: 2rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.admin_table_content .ant-table-wrapper,
|
||||
.admin_table_content .ant-spin-nested-loading,
|
||||
.admin_table_content .ant-spin-container {
|
||||
height: 100%;
|
||||
}
|
||||
.admin_table_content .ant-spin-container {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
flex-direction: column;
|
||||
}
|
||||
.admin_table_content .ant-table {
|
||||
background: transparent;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
.admin_table_content .ant-table .ant-table-container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.admin_table_content .ant-table .ant-table-container .ant-table-content {
|
||||
height: 100%;
|
||||
}
|
||||
.admin_table_content .ant-table-body {
|
||||
flex: 1;
|
||||
overflow-y: auto !important;
|
||||
max-height: inherit !important;
|
||||
-ms-overflow-style: none;
|
||||
overflow: -moz-scrollbars-none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user