zengyicheng 2 rokov pred
rodič
commit
b85a1e3abe

+ 2 - 2
src/components/pages/race/addRace/projectProcess.vue

@@ -1128,7 +1128,7 @@ export default {
     width: 60px !important;
   }
   .rwInput {
-    width: 45% !important;
+    width: 35% !important;
   }
   .fullCss {
     right: 1% !important;
@@ -1626,7 +1626,7 @@ export default {
   width: 100px;
 }
 .rwInput {
-  width: 58%;
+  width: 50%;
 }
 .rwInput >>> .el-input__inner,
 .jdInput >>> .el-input__inner {

+ 2 - 2
src/components/pages/race/addRace/raceDetail.vue

@@ -292,7 +292,7 @@
                   font-size: 14px;
                 "
               >
-                *联系人的所有信息都必须填写,每个项目只有1个联系人
+                *项目联系人的所有信息为必填项,每个项目只限1名联系人。
               </div>
             </div>
           </div>
@@ -389,7 +389,7 @@
                   font-size: 14px;
                 "
               >
-                *协作者除姓名信息为必填项外,其余信息为选填项,协作者总人数不超过6人
+                协作者(不含联系人)不超过5人;姓名为必填项,其余信息非必填项。
               </div>
             </div>
           </div>

+ 5 - 3
src/components/pages/race/eventCenter.vue

@@ -16,7 +16,7 @@
       <span @click="steps = 2" :class="{ active: steps == 2 }">我的案例</span>
       <!-- <span @click="steps = 3" :class="{ active: steps == 3 }">项目进度</span> -->
     </div>
-    <div class="center_body">
+    <div :class="steps == 1 ? 'center_body' : 'center_body1'" >
       <EventMessage v-if="steps == 1"></EventMessage>
       <MyAnli :userid="userid" :oid="oid" v-if="steps == 2"></MyAnli>
       <!-- <ProjectJd v-if="steps == 3"></ProjectJd> -->
@@ -117,14 +117,16 @@ export default {
   border-bottom: 5px solid rgb(96 162 231);
 }
 
-.center_body {
+.center_body,.center_body1 {
   display: flex;
   width: 100%;
   justify-content: center;
   margin: 0 auto;
   height: calc(100% - 268px);
 }
-
+.center_body1{
+  height: calc(100% - 200px);
+}
 .center_btn {
   width: 100%;
   display: flex;

+ 25 - 12
src/components/pages/race/eventCenter/anliDetail.vue

@@ -35,6 +35,7 @@
               </div>
             </div>
             <div class="personAndAutor">
+              <div>总人数:</div>
               <div class="people">
                 <div class="man">
                   <img src="../../../../assets/people.png" alt />
@@ -48,13 +49,13 @@
                   }}人
                 </div>
               </div>
-              <div class="autorBox" v-if="anliBox[0].info.autor.length">
+              <div
+                class="autorBox"
+                style="margin-left: 15px"
+                v-if="anliBox[0].info.autor.length"
+              >
                 <div>联系人:</div>
-                <div
-                  class="Autor"
-                  v-for="(a, aIndex) in anliBox[0].info.autor"
-                  :key="aIndex"
-                >
+                <div v-for="(a, aIndex) in anliBox[0].info.autor" :key="aIndex">
                   {{ a.sn }}
                 </div>
               </div>
@@ -876,10 +877,18 @@
                   {{ jd.allTime }}课时
                 </div>
                 <div class="funBlock" style="padding: 0; bottom: 2px">
-                  <div class="fold" @click="fold1(jdIndex, $event, 1)">
+                  <div
+                    class="fold"
+                    @click="fold1(jdIndex, $event, 1)"
+                    v-if="jd.isFold == 0"
+                  >
                     <div>折叠</div>
                   </div>
-                  <div class="fold" @click="fold1(jdIndex, $event, 0)">
+                  <div
+                    class="fold"
+                    @click="fold1(jdIndex, $event, 0)"
+                    v-if="jd.isFold == 1"
+                  >
                     <div>展开</div>
                   </div>
                 </div>
@@ -915,12 +924,14 @@
                     <div
                       class="fold"
                       @click="fold(hdIndex, jdIndex, $event, 1)"
+                      v-if="hd.isFold == 0"
                     >
                       <div>折叠</div>
                     </div>
                     <div
                       class="fold"
                       @click="fold(hdIndex, jdIndex, $event, 0)"
+                      v-if="hd.isFold == 1"
                     >
                       <div>展开</div>
                     </div>
@@ -2684,6 +2695,7 @@ export default {
         a.className = "taskBorder";
         b.className = "funBlock";
       }
+      this.$forceUpdate();
     },
     fold1(i, e, type) {
       var a =
@@ -2698,6 +2710,7 @@ export default {
         a.className = "taskBorder";
         b.className = "funBlock";
       }
+      this.$forceUpdate();
     },
   },
   created() {
@@ -2838,7 +2851,7 @@ body {
   align-items: center;
   justify-content: center;
   background: #fff;
-  width: 80%;
+  width: 75%;
   margin: 0 auto;
   height: 70px;
   border-radius: 10px;
@@ -2888,7 +2901,7 @@ body {
   height: 100%;
 }
 .messageBox {
-  width: 80%;
+  width: 75%;
   margin: 1% auto;
 }
 .whiteBg {
@@ -3045,7 +3058,7 @@ body {
   position: relative;
 }
 .file > div > div:nth-child(2) > div:nth-child(1) {
-  width: 360px;
+  width: 250px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -3287,7 +3300,7 @@ body {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
-  align-items: center;
+  align-items: baseline;
   margin-left: 10px;
 }
 .Autor {

+ 3 - 6
src/components/pages/race/eventCenter/eventMessage.vue

@@ -38,7 +38,7 @@
           <div style="text-indent: 32px">
             <span
               >为贯彻落实《中共中央
-              国务院关于深化教育改革全面提高义务教育质量的意见》,推进义务教育课程方案和课程标准(2022年版)落地实施,进一步深化教学改革,探索大单元、主题化、项目式学习等综合性教学方式,将立德树人根本任务落实到具体教育教学活动中,总结我省项目式学习活动成果,宣传推广项目式学习典型经验,决定组织中小学项目式学习案例征集活动。有关事项如下</span
+              国务院关于深化教育改革全面提高义务教育质量的意见》,推进义务教育课程方案和课程标准(2022年版)落地实施,进一步深化教学改革,探索大单元、主题化、项目式学习等综合性教学方式,将立德树人根本任务落实到具体教育教学活动中,总结我省项目式学习活动成果,宣传推广项目式学习典型经验,决定组织中小学项目式学习案例征集活动。有关事项如下</span
             >
           </div>
         </div>
@@ -49,7 +49,7 @@
         <div class="center_detail">
           <div style="text-indent: 32px">
             <span
-              >此次案例征集活动面向聚焦学生的学习、生活和社会的真实问题,以真实问题引发学生学习实践与问题解决的案例。申报项目包括五类,说明如下</span
+              >此次案例征集活动面向聚焦学生的学习、生活和社会的真实问题,以真实问题引发学生学习实践与问题解决的案例。申报项目包括五类,说明如下</span
             >
           </div>
           <div>
@@ -175,16 +175,13 @@
             <span> (一)提交阶段 </span>
           </div>
           <div style="text-indent: 32px">
-            <span>(1)通过参与地市组织的活动提交案例 </span>
+            <span>(1)通过参与地市组织的活动提交案例 </span>
           </div>
           <div style="text-indent: 32px">
             <span>
               (2)地市没有组织的,可自行通过在线方式提交。自通告发布之日起,可获取账号。
             </span>
           </div>
-          <div style="text-indent: 32px">
-            <span> 提交阶段截止xxxx年xx月xx日。 </span>
-          </div>
           <div>
             <span> (二)评审阶段 </span>
           </div>

+ 1 - 0
src/components/pages/race/eventCenter/myAnli.vue

@@ -46,6 +46,7 @@
                 {{ JSON.parse(an.info).courseText }}
               </div>
               <div class="personAndAutor">
+                <div>总人数:</div>
                 <div class="people">
                   <div class="man">
                     <img src="../../../../assets/people.png" alt />