11wqe1 11 月之前
父节点
当前提交
fdbc400f43

+ 9 - 0
src/assets/icon/conSentences/Brootper.svg

@@ -0,0 +1,9 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M7.25 6.25C7.25 6.66422 6.91422 7 6.5 7C6.08578 7 5.75 6.66422 5.75 6.25C5.75 5.83578 6.08578 5.5 6.5 5.5C6.91422 5.5 7.25 5.83578 7.25 6.25Z" fill="#3681FC"/>
+<path d="M9.5 7C9.91422 7 10.25 6.66422 10.25 6.25C10.25 5.83578 9.91422 5.5 9.5 5.5C9.08578 5.5 8.75 5.83578 8.75 6.25C8.75 6.66422 9.08578 7 9.5 7Z" fill="#3681FC"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 2.5C8.5 2.22386 8.27614 2 8 2C7.72386 2 7.5 2.22386 7.5 2.5V3H4.5C4.22386 3 4 3.22386 4 3.5V9.5C4 9.77614 4.22386 10 4.5 10H6.5V10.5H3C2.72386 10.5 2.5 10.7239 2.5 11V13.5C2.5 13.7761 2.72386 14 3 14H12.5C12.7761 14 13 13.7761 13 13.5V11C13 10.7239 12.7761 10.5 12.5 10.5H9.5V10H11.5C11.7761 10 12 9.77614 12 9.5V3.5C12 3.22386 11.7761 3 11.5 3H8.5V2.5ZM7 11.5C7.27614 11.5 7.5 11.2761 7.5 11V10H8.5V11C8.5 11.2761 8.72386 11.5 9 11.5H12V13H3.5V11.5H7ZM5 9V4H11V9H5Z" fill="#3681FC"/>
+<path d="M3 4.5C3.27614 4.5 3.5 4.72386 3.5 5V8C3.5 8.27614 3.27614 8.5 3 8.5C2.72386 8.5 2.5 8.27614 2.5 8V5C2.5 4.72386 2.72386 4.5 3 4.5Z" fill="#3681FC"/>
+<path d="M1.5 5.5C1.77614 5.5 2 5.72386 2 6V7C2 7.27614 1.77614 7.5 1.5 7.5C1.22386 7.5 1 7.27614 1 7V6C1 5.72386 1.22386 5.5 1.5 5.5Z" fill="#3681FC"/>
+<path d="M14.5 5.5C14.7761 5.5 15 5.72386 15 6V7C15 7.27614 14.7761 7.5 14.5 7.5C14.2239 7.5 14 7.27614 14 7V6C14 5.72386 14.2239 5.5 14.5 5.5Z" fill="#3681FC"/>
+<path d="M13.5 5C13.5 4.72386 13.2761 4.5 13 4.5C12.7239 4.5 12.5 4.72386 12.5 5V8C12.5 8.27614 12.7239 8.5 13 8.5C13.2761 8.5 13.5 8.27614 13.5 8V5Z" fill="#3681FC"/>
+</svg>

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

@@ -167,7 +167,7 @@
               <span style="margin: 0 5px;">
                 <i class="el-icon-arrow-right"></i>
               </span>
-              <div style="font-weight: 600;color: rgba(0, 0, 0, 0.9);">查看作业</div>
+              <div style="font-weight: 600;color: rgba(0, 0, 0, 0.9);">{{ dataJson.title }}</div>
             </div>
             <div class="JsonTit">
               <div style="width:94%;margin: 0 auto;font-size: 26px;">{{ dataJson.title }}</div>

+ 22 - 6
src/components/pages/components/worksDetail2.vue

@@ -1495,7 +1495,15 @@
                               :content="item.value"
                               placement="top-start"
                             >
-                              <span>{{ item.value }}</span>
+                              <div class="RootImgBlock">
+                                <img
+                                  v-if="item.isai == 1"
+                                  class="RootImg"
+                                  src="../../../assets/icon/conSentences/Brootper.svg"
+                                  alt=""
+                                />
+                                {{ item.value }}
+                              </div>
                             </el-tooltip>
                             <el-rate
                               class="rate_size"
@@ -3945,11 +3953,6 @@ export default {
             behavior: 'smooth'
           });
         }
-        
-
-        // element.scrollTop = element.scrollTop - 70;
-        // window.scrollBy(0, -70); // 第二个参数是负数表示向上滚动
-
         var a = s + "-" + i;
         // var b = document.getElementById(a);
         // var d = b.getAttribute("scrollindex");
@@ -4392,6 +4395,18 @@ export default {
   font-weight: 600;
   color: rgba(0, 0, 0, 0.9);
 }
+.RootImg{
+  position: absolute;
+  left: 0;
+  top: 50%;
+  transform: translate(-20px,-50%);
+}
+.RootImgBlock{
+    width: 50%;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+}
 
 .sd_score .score_boxTit > span{
   border-left: 3px solid rgba(54, 129, 252, 1);
@@ -4407,6 +4422,7 @@ export default {
   margin-bottom: 15px;
   /* margin: 10px 0 0 30px; */
   margin: 10px 0;
+  position: relative;
 
 }
 .sd_score .score_box > span:nth-child(1) {