feat:项目页新增查看权 管理权 修改权限名单

This commit is contained in:
songwc
2022-10-25 17:09:47 +08:00
parent d75b4b3701
commit 4401fa3242
5 changed files with 3265 additions and 196 deletions

View File

@@ -48,7 +48,7 @@
:loading="tableDataTotal === -1 ? true : false"
expandRowByClick="true"
@expand="expandTable"
:scroll="{ x: 900, y: 400 }"
:scroll="{ x: 900 }"
:pagination="false"
:row-selection="{
columnWidth: 30,
@@ -345,9 +345,9 @@ export default {
}
}
.drawerMain {
min-width: 600px;
min-width: 550px;
margin: 0px 32px 0px 32px;
overflow-x: scroll;
// overflow-x: scroll;
display: flex;
flex-direction: column;
.header {
@@ -358,6 +358,7 @@ export default {
align-items: center;
// background-color: red;
margin-bottom: 20px;
flex-shrink: 0;
.headerTitle {
font-size: 18px;
font-weight: 600;
@@ -370,7 +371,7 @@ export default {
width: 100%;
height: 100%;
// background-color: #bfa;
// overflow-y: auto;
overflow-y: auto;
.search {
width: 100%;
display: flex;
@@ -487,6 +488,12 @@ export default {
justify-content: center;
// position: absolute;
// bottom: 20px;
.ant-pagination-item,
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-options {
margin-bottom: 10px;
}
}
// .tab {
// .ant-table-thead > tr > th {