Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage

This commit is contained in:
岳佳鑫
2022-10-12 16:15:36 +08:00
3 changed files with 1662 additions and 1462 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -714,7 +714,7 @@ export default {
.drawerStyle {
.ant-drawer-content-wrapper {
max-width: 1000px;
// max-width: 1000px;
.ant-drawer-header {
display: none !important;
}
@@ -794,11 +794,15 @@ export default {
background-color: #f1f4f8;
display: flex;
// min-width: 1200px;
overflow-x: hidden;
// overflow-x: hidden;
// min-width: 1400px;
// overflow: scroll;
.left {
margin-right: 20px;
width: 208px;
// height: 100%;
flex-shrink: 0;
// flex: 1;
height: 100%;
background: #ffffff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
@@ -905,7 +909,7 @@ export default {
width: 100%;
// min-width: 500px;
// height: 130px;
// flex: 1;
background-color: #fff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.07);
display: flex;
@@ -1125,6 +1129,7 @@ export default {
}
}
.tableBox {
margin-bottom: 80px;
.classify {
margin-left: 10px !important;
padding-left: 9px !important;
@@ -1175,10 +1180,6 @@ export default {
// background: #f6f9fd;
// }
// }
.draw {
.drawerbox {
}
}
}
.opat {

View File

@@ -163,6 +163,7 @@ const columns = [
key: "operation",
width: 300,
align: "center",
fixed: "right",
},
];