style:新增管理权 查看权 修改抽屉样式

This commit is contained in:
songwc
2022-10-24 14:29:53 +08:00
parent 7e6f0dcf4d
commit c8e65ef6bd
11 changed files with 3141 additions and 186 deletions

View File

@@ -482,8 +482,9 @@ export default {
//面授管理弹窗
.FaceManage {
// overflow: auto;
.drawerMain {
min-width: 600px;
min-width: 550px;
margin: 0px 32px 0px 32px;
overflow-x: scroll;
display: flex;
@@ -512,7 +513,7 @@ export default {
height: 100%;
// background-color: #bfa;
// overflow-y: auto;
overflow: auto;
.endtime {
font-size: 16px;
font-weight: 500;
@@ -694,7 +695,15 @@ export default {
padding: 0px !important;
// padding-left: 45px !important;
}
// .ant-pagination-prev {
// margin-bottom: 5px;
// }
.ant-pagination-item,
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-options {
margin-bottom: 10px;
}
.ant-table-thead > tr > th {
background-color: rgba(239, 244, 252, 1) !important;
}
@@ -735,6 +744,7 @@ export default {
height: 72px;
width: 100%;
position: absolute;
background-color: #fff;
bottom: 0;
left: 0;
display: flex;