mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
style:修改创建关卡页面表格遮挡问题
This commit is contained in:
@@ -714,7 +714,7 @@ export default {
|
|||||||
|
|
||||||
.drawerStyle {
|
.drawerStyle {
|
||||||
.ant-drawer-content-wrapper {
|
.ant-drawer-content-wrapper {
|
||||||
max-width: 1000px;
|
// max-width: 1000px;
|
||||||
.ant-drawer-header {
|
.ant-drawer-header {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@@ -794,11 +794,15 @@ export default {
|
|||||||
background-color: #f1f4f8;
|
background-color: #f1f4f8;
|
||||||
display: flex;
|
display: flex;
|
||||||
// min-width: 1200px;
|
// min-width: 1200px;
|
||||||
overflow-x: hidden;
|
// overflow-x: hidden;
|
||||||
|
// min-width: 1400px;
|
||||||
|
// overflow: scroll;
|
||||||
.left {
|
.left {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
width: 208px;
|
width: 208px;
|
||||||
|
// height: 100%;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
// flex: 1;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
|
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
|
||||||
@@ -905,7 +909,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
// min-width: 500px;
|
// min-width: 500px;
|
||||||
// height: 130px;
|
// height: 130px;
|
||||||
|
// flex: 1;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.07);
|
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.07);
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1125,6 +1129,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tableBox {
|
.tableBox {
|
||||||
|
margin-bottom: 80px;
|
||||||
.classify {
|
.classify {
|
||||||
margin-left: 10px !important;
|
margin-left: 10px !important;
|
||||||
padding-left: 9px !important;
|
padding-left: 9px !important;
|
||||||
@@ -1175,10 +1180,6 @@ export default {
|
|||||||
// background: #f6f9fd;
|
// background: #f6f9fd;
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
.draw {
|
|
||||||
.drawerbox {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.opat {
|
.opat {
|
||||||
|
|||||||
Reference in New Issue
Block a user