diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue index 32c7e08c..cdf1d569 100644 --- a/src/views/learningpath/LevelAddDetail.vue +++ b/src/views/learningpath/LevelAddDetail.vue @@ -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 {