zhangjie 2 роки тому
батько
коміт
c34af2a512

+ 1 - 1
src/assets/styles/pages.scss

@@ -1295,7 +1295,7 @@
 .print-plan-batch-push-dialog {
   .el-dialog {
     margin-bottom: 0;
-    height: 100%;
+    // height: 100%;
     overflow: hidden;
   }
   .el-dialog__header {

+ 1 - 2
src/modules/base/components/PrintPlanBatchPushDialog.vue

@@ -3,8 +3,7 @@
     class="print-plan-batch-push-dialog page-dialog"
     :visible.sync="modalIsShow"
     title="推送课程"
-    top="0"
-    width="1100px"
+    width="800px"
     :close-on-click-modal="false"
     :close-on-press-escape="false"
     append-to-body