lsc пре 2 година
родитељ
комит
4614dff24b

+ 5 - 2
src/components/pages/addCourse.vue

@@ -8142,7 +8142,8 @@ export default {
 
 .people {
   border: 1px solid rgb(229 229 229);
-  height: 495px;
+  /* height: 495px; */
+  height: 350px;
   border-radius: 5px;
   width: 100%;
   overflow: auto;
@@ -8701,7 +8702,9 @@ ol {
 .addNewPP>>>.el-dialog__body {
   padding: 5px 20px;
 }
-
+.addNewPP>>>.el-dialog{
+  margin-top:5vh !important;
+}
 .isHeight {
   height: 680px;
 }

+ 4 - 2
src/components/pages/student/addCourse.vue

@@ -9752,10 +9752,12 @@ export default {
   color: #0f7eff;
   margin: 0 auto;
 }
-
+.addNewPP>>>.el-dialog{
+  margin-top:5vh !important;
+}
 .people {
   border: 1px solid rgb(229 229 229);
-  height: 495px;
+  height: 350px;
   border-radius: 5px;
   width: 100%;
   overflow: auto;

+ 4 - 1
src/components/pages/studio/addCourse.vue

@@ -9672,9 +9672,12 @@ export default {
   margin: 0 auto;
 }
 
+.addNewPP>>>.el-dialog{
+  margin-top:5vh !important;
+}
 .people {
   border: 1px solid rgb(229 229 229);
-  height: 495px;
+  height: 350px;
   border-radius: 5px;
   width: 100%;
   overflow: auto;