Browse Source

feat: 选择班级弹窗调整

zhangjie 1 year ago
parent
commit
fd38bf6d2e

+ 13 - 0
src/assets/styles/element-ui-costom.scss

@@ -687,3 +687,16 @@
     min-height: 26px;
   }
 }
+// el-transfer
+.el-transfer {
+  position: relative;
+  font-size: 0;
+  .el-transfer-panel {
+    width: calc(50% - 83px);
+  }
+
+  .el-transfer-panel__item.el-checkbox .el-checkbox__label {
+    white-space: normal;
+    text-overflow: initial;
+  }
+}

+ 1 - 1
src/modules/mark/components/markParam/SelectClassByCourse.vue

@@ -3,7 +3,7 @@
     :visible.sync="modalIsShow"
     append-to-body
     top="20px"
-    width="700px"
+    width="100%"
     title="选择班级"
     :close-on-click-modal="false"
     :close-on-press-escape="false"

+ 1 - 1
src/modules/stmms/components/SelectClassByCourse.vue

@@ -4,7 +4,7 @@
     :visible.sync="modalIsShow"
     append-to-body
     top="20px"
-    width="650px"
+    width="100%"
     title="选择班级"
     :close-on-click-modal="false"
     :close-on-press-escape="false"