mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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 {
|
||||
|
||||
@@ -163,6 +163,7 @@ const columns = [
|
||||
key: "operation",
|
||||
width: 300,
|
||||
align: "center",
|
||||
fixed: "right",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user