style:修改学习路径权限名单 归属权 查看权 管理权

This commit is contained in:
songwc
2022-10-25 16:34:01 +08:00
parent b7d033d9c8
commit d75b4b3701
4 changed files with 14 additions and 10 deletions

View File

@@ -48,7 +48,7 @@
:loading="tableDataTotal === -1 ? true : false"
expandRowByClick="true"
@expand="expandTable"
:scroll="{ x: 900}"
:scroll="{ x: 900 }"
:pagination="false"
:row-selection="{
columnWidth: 30,
@@ -456,7 +456,7 @@ export default {
}
.drawerMain {
// overflow: auto;
min-width: 550px;
min-width: 500px;
margin: 0px 32px 0px 32px;
overflow-x: scroll;
display: flex;
@@ -467,6 +467,7 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
// background-color: red;
margin-bottom: 20px;
.headerTitle {
@@ -482,6 +483,7 @@ export default {
// height: 100%;
// background-color: #bfa;
overflow-y: auto;
margin-bottom: 80px;
.search {
width: 100%;
display: flex;
@@ -538,15 +540,15 @@ export default {
}
.btn1 {
background: #409EFF;
background: #409eff;
color: #ffffff;
}
.btn2 {
background: #ffffff;
color: #409EFF;
border: 1px solid #409EFF;
color: #409eff;
border: 1px solid #409eff;
}
}
}
@@ -599,7 +601,9 @@ export default {
// position: absolute;
// bottom: 20px;
// margin-bottom: 20px;
.ant-pagination-prev, .ant-pagination-next,.ant-pagination-options {
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-options {
margin-bottom: 10px;
}
.ant-pagination-item {