11wqe1 6 달 전
부모
커밋
2ca2a360b7

+ 9 - 0
src/assets/icon/exportPdfworks/bcg1.svg

@@ -0,0 +1,9 @@
+<svg width="177" height="148" viewBox="0 0 177 148" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path opacity="0.4" d="M109.685 -60C115.402 -60 120.684 -56.9504 123.542 -52L174.304 35.923C177.162 40.8735 177.162 46.9726 174.304 51.923L123.542 139.846C120.684 144.797 115.402 147.846 109.685 147.846L8.16065 147.846C2.4444 147.846 -2.83763 144.797 -5.69575 139.846L-56.4582 51.923C-59.3163 46.9726 -59.3163 40.8735 -56.4581 35.923L-5.69575 -52C-2.83763 -56.9504 2.4444 -60 8.16065 -60L109.685 -60Z" fill="url(#paint0_radial_349_1198)"/>
+<defs>
+<radialGradient id="paint0_radial_349_1198" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(58.923 43.923) rotate(120) scale(120)">
+<stop offset="0.2" stop-color="#E3F1FE"/>
+<stop offset="1" stop-color="white"/>
+</radialGradient>
+</defs>
+</svg>

+ 9 - 0
src/assets/icon/exportPdfworks/bcg2.svg

@@ -0,0 +1,9 @@
+<svg width="595" height="262" viewBox="0 0 595 262" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path opacity="0.4" d="M602.976 166.204C606.6 169.244 608.693 173.732 608.692 178.462L608.692 347.381C608.691 353.098 605.642 358.38 600.692 361.238L407.269 472.91C403.195 475.262 398.292 475.703 393.864 474.113L-84.008 302.613C-96.915 297.981 -98.3956 280.321 -86.44 273.604L192.999 116.619L391.144 2.21998C396.968 -1.14302 404.275 -0.504055 409.427 3.81899L602.976 166.204Z" fill="url(#paint0_radial_349_1200)"/>
+<defs>
+<radialGradient id="paint0_radial_349_1200" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(400.845 236.619) rotate(150) scale(240 240)">
+<stop offset="0.2" stop-color="#E3F1FE"/>
+<stop offset="1" stop-color="white"/>
+</radialGradient>
+</defs>
+</svg>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 6 - 0
src/assets/icon/exportPdfworks/logo2.svg


+ 18 - 8
src/components/pages/components/exportWorksDialog.vue

@@ -17,11 +17,12 @@
           backgroundColor: schoolImg.bkColor ? schoolImg.bkColor : '#E5EFFE'
         }"
       >
+     
         <div class="coverPageLogo">
           <img :src="schoolImg.logo ? schoolImg.logo : ''" alt="" />
         </div>
-        <div class="coverPageFrom">
-          <div class="coverPageFromTit">{{ worksDialogCon2.course }}</div>
+        <div class="coverPageFrom" style="z-index: 10;">
+          <div class="coverPageFromTit" >{{ worksDialogCon2.course }}</div>
           <div
             style="
                   font-size: 36px;
@@ -53,6 +54,7 @@
         </div>
         <div class="coverPageFrom">
           <img
+          style="z-index: 10;"
             src="../../../assets/icon/exportPdfworks/cocoroboCon.svg"
             alt=""
           />
@@ -75,7 +77,7 @@
           :key="i.id"
           class="stageCon"
         >
-          <div style="text-align: center; font-weight: 600; font-size: 16px">
+          <div style="text-align: center; font-weight: 600; font-size: 16px;margin-bottom: 10px">
             第{{ i.id * 1 + 1 }}阶段<span v-if="i.name">:{{ i.name }}</span>
           </div>
           <div
@@ -412,7 +414,7 @@
                             line-height: 21px;
                           "
                     >
-                      提交时间: 2024-07-12 17:36:06
+                      <!-- 提交时间: 2024-07-12 17:36:06 -->
                     </div>
                   </div>
                   <div style="display: flex; justify-content: space-between">
@@ -680,7 +682,7 @@ export default {
                     if (m.data) {
                       m.data.forEach((l) => {
                         l.sco = 0;
-                        console.log('l.detail',l.detail);
+                        // console.log('l.detail',l.detail);
                         
                         if (isNaN(parseFloat(l.detail)) && l.detail) {
                           var key2 = l.detail
@@ -962,8 +964,16 @@ export default {
   background: #32455b !important;
 }
 .coverPage {
-  min-height: 850px;
+  min-height: 743px;
   background-color: #ccc;
+  position: relative;
+  background-image: url("../../../assets/icon/exportPdfworks/bcg1.svg"), url("../../../assets/icon/exportPdfworks/bcg2.svg");
+  /* 设置每个背景的位置和尺寸,可以使用关键字或者具体的像素值,用逗号分隔 */
+  background-position: top left, bottom;
+  /* background-size: cover, cover; */
+  
+  /* 设置每个背景图片的重复方式,用逗号分隔 */
+  background-repeat: no-repeat, no-repeat;
 }
 .coverPageLogo {
   padding: 40px;
@@ -1201,9 +1211,9 @@ export default {
 }
 
 .worksDialogCSS >>> .el-dialog__body {
-  width: 850px !important;
+  width: 643px !important;
 }
 .worksDialogCSS >>> .el-dialog {
-  width: 888px !important;
+  width: 683px !important;
 }
 </style>

+ 13 - 1
src/components/pages/components/workData.vue

@@ -583,7 +583,19 @@ export default {
       this.$emit('cancel');
     },
     exportWorkPdf(){
-      this.$refs.WorksDetail2Ref.exportPdfSetAllWork()
+      this.$confirm("是否导出全部学生作业?批量打印需要等待一会哦。", "提示", {
+        confirmButtonText: "确定",
+        cancelButtonText: "取消",
+        type: "warning",
+      })
+      .then(() => {
+        this.$refs.WorksDetail2Ref.exportPdfSetAllWork()
+      })
+      .catch(() => {
+        return;
+      });
+
+
     },
     exportData(){
       this.$emit("update:dialogVisibleBao", true);

+ 14 - 1
src/components/pages/components/worksDetail2.vue

@@ -1552,7 +1552,7 @@
       title="文件预览"
       :visible.sync="worksDialog"
       :before-close="handleClose"
-      class="worksDialogCSS"
+      class="worksDialogCSSExp"
       :append-to-body="true"
     >
       <div slot="title" class="header-title">
@@ -4612,6 +4612,19 @@ export default {
   padding: 9px 20px 10px;
   background: #32455b !important;
 }
+
+.worksDialogCSSExp>>> .el-dialog__header {
+  /* padding: 9px 20px 10px; */
+  background: #32455b !important;
+}
+
+.worksDialogCSSExp >>> .el-dialog__body {
+  width: 635px !important;
+}
+.worksDialogCSSExp >>> .el-dialog {
+  width: 676px !important;
+}
+
 .worksDialogCSS >>> .el-dialog__header {
   /* padding: 9px 20px 10px; */
   background: #32455b !important;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.