Parcourir la source

修改ipad样式

zengyicheng il y a 2 ans
Parent
commit
ffa8a22dc4

+ 1 - 1
src/components/pages/GridList.vue

@@ -323,7 +323,7 @@ export default {
 
 .roomBox {
   width: 98%;
-  margin: 20px 0 0 25px;
+  margin: 20px 0 0 20px;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;

+ 18 - 30
src/components/pages/addCourse.vue

@@ -103,7 +103,7 @@
                           <!-- <span style="color: red">*</span>  -->
                           课程名称
                         </div>
-                        <div style="display: flex">
+                        <div style="display: flex; margin-right: 20px">
                           <img
                             src="../../assets/icon/projectName.png"
                             alt
@@ -147,11 +147,10 @@
 
                 <div
                   style="
-                    padding: 0 0 50px 0;
+                    padding: 0 0 50px 20px;
                     display: flex;
                     align-items: baseline;
                     justify-content: flex-start;
-                    width: 95%;
                     margin: 0 auto;
                   "
                 >
@@ -184,6 +183,7 @@
                       display: flex;
                       flex-flow: row nowrap;
                       flex-direction: row;
+                      flex-wrap: wrap;
                       align-items: baseline;
                       margin: 0 30px;
                     "
@@ -254,7 +254,7 @@
               style="border-radius: 0; margin-top: 15px; padding-bottom: 20px"
             >
               <div class="right_title">目标管理</div>
-              <div style="width: 95%; margin: 15px auto">
+              <div style="margin: 15px auto;padding: 0 0 0 20px;">
                 <div
                   style="
                     width: 100%%;
@@ -342,7 +342,7 @@
                   v-if="evalua"
                   style="
                     border: 1px solid #e5e5e5;
-                    width: 806px;
+                    width: 95%;
                     margin-top: 30px;
                     box-shadow: 3px 1px 15px 3px #e0e0e0;
                   "
@@ -504,7 +504,7 @@
             </div>
           </div>
           <div class="rightBox" v-if="this.steps == 3">
-            <div class="basic_box" style="margin: 0px 0 0 30px">
+            <div class="basic_box">
               <div
                 style="display: flex; flex-direction: row; align-items: center"
               >
@@ -4285,9 +4285,9 @@ export default {
 }
 
 .basic_box {
-  width: 95%;
   margin: 0 auto;
   position: relative;
+  padding: 0 0 0 20px;
 }
 .basic_box_success {
   width: 100%;
@@ -4305,11 +4305,8 @@ export default {
 }
 
 .bInfo_title {
-  /* font-size: 20px; */
   text-align: left;
-  margin-top: 10px;
-  margin-bottom: 10px;
-  /* font-weight: 700; */
+  margin: 10px 0;
 }
 
 .small_title {
@@ -4691,7 +4688,6 @@ export default {
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
-  width: 65%;
 }
 
 .right_first {
@@ -4701,12 +4697,11 @@ export default {
 }
 .right_title {
   height: 30px;
-  padding: 15px 0;
+  padding: 15px 0 15px 20px;
   border-bottom: 1px solid #f2f2f2;
   font-size: 1.5em;
   font-weight: bold;
   color: #0f7eff;
-  width: 95%;
   margin: 0 auto;
 }
 .people {
@@ -5293,16 +5288,20 @@ ol {
   display: flex;
   flex-direction: row;
   align-items: flex-start;
+  width: 100%;
 }
 .all_choose > span {
-  width: 80px;
+  width: 100px;
   display: block;
   letter-spacing: 14px;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
 .all_choose >>> .el-checkbox-group {
   display: flex;
   flex-direction: row;
-  width: 820px;
+  width: 100%;
   flex-wrap: wrap;
   align-content: center;
   justify-content: flex-start;
@@ -5344,9 +5343,9 @@ ol {
   flex-direction: row;
   flex-wrap: wrap;
   width: 100%;
-  height: 350px;
   align-items: center;
   justify-content: flex-start;
+  margin: 30px 0;
 }
 .notice >>> .el-dialog {
   width: 500px !important;
@@ -5358,7 +5357,6 @@ ol {
 .whiteBg {
   background: #fff;
   border-radius: 10px;
-  min-width: 800px;
 }
 .chooseWho {
   display: flex;
@@ -5641,10 +5639,6 @@ ol {
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
-  /* border-radius: 80px; */
-  /* box-shadow: 0px 1px 2px 3px #f2f2f2; */
-  /* margin: 30px 20px 20px 45px; */
-  min-width: 420px;
 }
 .stepsWord {
   font-size: 18px;
@@ -5657,13 +5651,9 @@ ol {
   box-sizing: border-box;
 }
 .rightBox {
-  /* width: calc(83% - 25px); */
   width: calc(100% - 20px);
   background: rgb(255, 255, 255);
   border-radius: 10px;
-  min-height: 550px;
-  /* min-width: 700px; */
-  /* height: 700px; */
   overflow: auto;
 }
 .e_add_top {
@@ -5704,8 +5694,7 @@ ol {
 }
 .e_add_content {
   display: flex;
-  width: 650px;
-  height: 550px;
+  width: 100%;
 }
 .e_add_list {
   background: #fff;
@@ -5813,8 +5802,7 @@ ol {
 }
 
 .e_add_list_pbox {
-  width: 650px;
-  /* height: 600px; */
+  width: 100%;
 }
 .e_add_list_pbox_title {
   height: 50px;

+ 3 - 0
src/components/pages/class.vue

@@ -345,4 +345,7 @@ export default {
 .bgColor {
   background: #2167bc;
 }
+.student_table >>> .el-table,.student_table >>> .el-table__body-wrapper{
+  height: auto !important;
+}
 </style>

+ 1 - 3
src/components/pages/classRoom.vue

@@ -354,8 +354,6 @@ export default {
 .course_box {
   display: flex;
   flex-wrap: wrap;
-  height: 100%;
-  min-height: 530px;
 }
 .student_page {
   width: 95%;
@@ -432,7 +430,7 @@ export default {
   flex-wrap: nowrap;
   width: 250px;
   background: #fff;
-  margin-left: 25px;
+  margin-right: 25px;
   border: 1px solid #ccc;
   height: fit-content;
   box-sizing: border-box;

+ 54 - 46
src/components/pages/components/worksDetail2.vue

@@ -4,7 +4,7 @@
       class="pb_content_body"
       style="
         background: #fff;
-        padding: 0px 25px;
+        padding: 25px 0 0;
         box-sizing: border-box;
         border-radius: 5px;
       "
@@ -26,48 +26,50 @@
         chooseTask-->
         <div class="student_search">
           <div>课程筛选</div>
-          <el-select
-            class="r_select"
-            v-model="uname"
-            placeholder="请选择学生"
-            @change="searchWork2"
-          >
-            <el-option label="所有学生" value></el-option>
-            <el-option
-              v-for="item in userAarray"
-              :key="item.userid"
-              :label="item.username"
-              :value="item.userid"
-            ></el-option>
-          </el-select>
-          <el-select
-            v-model="chooseDy"
-            placeholder="请选择阶段"
-            @change="searchWork1"
-          >
-            <el-option label="所有阶段" value></el-option>
-            <el-option
-              v-for="(item, index) in dyList"
-              :key="index"
-              :label="item.name"
-              :value="item.id"
-            ></el-option>
-          </el-select>
-          <el-select
-            v-model="chooseTask"
-            placeholder="请选择任务"
-            @change="searchWork2"
-          >
-            <el-option label="所有任务" value></el-option>
-            <el-option
-              v-for="(item, index) in dyList[chooseDy]
-                ? dyList[chooseDy].taskList
-                : []"
-              :key="index"
-              :label="item.name"
-              :value="item.id"
-            ></el-option>
-          </el-select>
+          <div style="display: flex; width: 90%">
+            <el-select
+              class="r_select"
+              v-model="uname"
+              placeholder="请选择学生"
+              @change="searchWork2"
+            >
+              <el-option label="所有学生" value></el-option>
+              <el-option
+                v-for="item in userAarray"
+                :key="item.userid"
+                :label="item.username"
+                :value="item.userid"
+              ></el-option>
+            </el-select>
+            <el-select
+              v-model="chooseDy"
+              placeholder="请选择阶段"
+              @change="searchWork1"
+            >
+              <el-option label="所有阶段" value></el-option>
+              <el-option
+                v-for="(item, index) in dyList"
+                :key="index"
+                :label="item.name"
+                :value="item.id"
+              ></el-option>
+            </el-select>
+            <el-select
+              v-model="chooseTask"
+              placeholder="请选择任务"
+              @change="searchWork2"
+            >
+              <el-option label="所有任务" value></el-option>
+              <el-option
+                v-for="(item, index) in dyList[chooseDy]
+                  ? dyList[chooseDy].taskList
+                  : []"
+                :key="index"
+                :label="item.name"
+                :value="item.id"
+              ></el-option>
+            </el-select>
+          </div>
         </div>
       </div>
     </div>
@@ -106,12 +108,14 @@
             label="项目"
             min-width="20"
             align="center"
+            show-overflow-tooltip
           ></el-table-column>
           <el-table-column
             prop="course"
             label="阶段"
             min-width="20"
             align="center"
+            show-overflow-tooltip
           >
             <template slot-scope="scope">
               <div>
@@ -124,6 +128,7 @@
             label="任务"
             min-width="20"
             align="center"
+            show-overflow-tooltip
           >
             <template slot-scope="scope">
               <div>
@@ -138,7 +143,7 @@
           <el-table-column
             prop="time"
             label="时间"
-            width="200px"
+            width="100px"
             align="center"
           ></el-table-column>
           <el-table-column label="操作" width="200px">
@@ -1655,9 +1660,9 @@ export default {
 }
 
 .rate_size >>> .el-rate__icon {
-    font-size: 25px;
+  font-size: 25px;
 }
-.rate_size >>> .el-icon-star-off{
+.rate_size >>> .el-icon-star-off {
   font-size: 22px;
 }
 .sd_score span {
@@ -2055,4 +2060,7 @@ export default {
   /* height: 350px; */
   height: 352px;
 }
+.student_table >>> .el-table,.student_table >>> .el-table__body-wrapper{
+  height: auto !important;
+}
 </style>

+ 1 - 3
src/components/pages/course.vue

@@ -616,8 +616,6 @@ export default {
 .course_box {
   display: flex;
   flex-wrap: wrap;
-  height: 100%;
-  min-height: 530px;
 }
 .student_page {
   width: 95%;
@@ -694,7 +692,7 @@ export default {
   flex-wrap: nowrap;
   width: 250px;
   background: #fff;
-  margin-left: 25px;
+  margin-right: 25px;
   border: 1px solid #ccc;
   height: fit-content;
   box-sizing: border-box;

+ 0 - 1
src/components/pages/evaluation.vue

@@ -732,7 +732,6 @@ export default {
 .e_box {
   display: flex;
   flex-wrap: wrap;
-  height: 500px;
   align-items: flex-start;
 }
 .e_card {

+ 1 - 1
src/components/pages/library.vue

@@ -468,7 +468,7 @@ export default {
   width: 250px;
   padding: 10px 0;
   background: #fff;
-  margin: 0 0 15px 25px;
+  margin: 0 25px 15px 0;
 }
 
 .bottom_box {

+ 4 - 0
src/components/pages/notice.vue

@@ -349,4 +349,8 @@ ol {
   margin: 0 !important;
   width: 100% !important;
 }
+
+.student_table >>> .el-table,.student_table >>> .el-table__body-wrapper{
+  height: auto !important;
+}
 </style>

+ 4 - 0
src/components/pages/student.vue

@@ -967,6 +967,7 @@ export default {
 }
 .head_left {
   display: flex;
+  align-items: center;
 }
 .head_right {
   display: flex;
@@ -1018,6 +1019,9 @@ export default {
 .student_table >>> .el-table--border td {
   border-right: 0px !important;
 }
+.student_table >>> .el-table,.student_table >>> .el-table__body-wrapper{
+  height: auto !important;
+}
 .el-table >>> .even_row {
   background-color: #f1f1f1 !important;
 }

+ 1 - 2
src/components/pages/studyLibrary.vue

@@ -391,7 +391,6 @@ export default {
 
 .student_table {
   width: 100%;
-  height: 100%;
   background: #f2f2f2;
   margin-top: 10px;
 }
@@ -430,7 +429,7 @@ export default {
   width: 250px;
   padding: 10px 0;
   background: #fff;
-  margin: 0 0 20px 25px;
+  margin: 0 25px 20px 0;
 }
 
 .bottom_box {

+ 1 - 1
src/components/pages/wordList.vue

@@ -283,7 +283,7 @@ export default {
 
 .roomBox {
   width: 98%;
-  margin: 20px 0 0 25px;
+  margin: 20px 0 0 20px;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;

+ 2 - 2
src/components/pages/works.vue

@@ -351,8 +351,8 @@ export default {
   margin-top: 10px;
 }
 
-.student_table >>> .el-table {
-  height: 635px !important;
+.student_table >>> .el-table,.student_table >>> .el-table__body-wrapper{
+  height: auto !important;
 }
 
 .el-table >>> .even_row {

+ 1 - 0
src/components/tools/jsmind2.vue

@@ -386,6 +386,7 @@ export default {
   overflow: hidden;
   flex-shrink: 0;
   position: relative;
+  width: 100%;
 }
 .jsmind_title {
   position: absolute;