瀏覽代碼

02/21 10:57

页面审核
261568008@qq.com 5 年之前
父節點
當前提交
5efc1cbc86

文件差異過大導致無法顯示
+ 0 - 0
dist/css/privacy.596f38d9.css


文件差異過大導致無法顯示
+ 0 - 0
dist/css/privacy.82b9be42.css


文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.83dcba14.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/privacy.3f1cdb32.js


+ 14 - 7
src/views/teacher/reportDetail.vue

@@ -38,7 +38,7 @@
           <div class="assess">
             <p>
               本次
-              <span>练习表现优异,进步很大,希望持之以恒</span> 要继续加油哦!
+              <span>练习表现优异,进步很大,希望持之以恒</span> 要继续加油哦!
             </p>
           </div>
         </div>
@@ -100,7 +100,7 @@
     <div class="reportWrap2">
       <div class="boxWrap">
         <div class="teacherWrap">
-          <img :src="imgList.logo" class="logo" alt />
+          <img :src="imgList.logo" class="logo2" alt />
           <div class="left">
             <img :src="imgList.default_head_img" alt />
           </div>
@@ -204,7 +204,7 @@ div {
     height: 0.77rem;
     position: absolute;
     right: -0.15rem;
-    top: -0.15rem;
+    top: -0.20rem;
   }
   .logo1{
      width: 1.03rem;
@@ -213,6 +213,13 @@ div {
     right: 0rem;
     top: -0.08rem;
   }
+    .logo2{
+     width: 1.03rem;
+    height: 0.77rem;
+    position: absolute;
+    right: -0.2rem;
+    top: -0.05rem;
+  }
   .topWrap {
     background-color: #f6f6f6;
     width: 3.51rem;
@@ -252,7 +259,7 @@ div {
       // margin-top: 0.22rem;
       display: flex;
       flex-direction: column;
-      padding: 0.5rem 0.35rem;
+      padding: 0.74rem 0.35rem 0;
       .studentWrap {
         position: relative;
         display: flex;
@@ -285,7 +292,7 @@ div {
         display: flex;
         flex-direction: row;
         justify-content: flex-start;
-        margin-bottom: 0.15rem;
+        margin-bottom: 0.3rem;
         div {
           .timeP {
             font-family: myFirstFont, Microsoft YaHei;
@@ -311,7 +318,7 @@ div {
         background-color: #f6f6f6;
         p {
           box-sizing: border-box;
-          padding: 0.17rem 0.13rem 0.08rem;
+          padding: 0.17rem 0.13rem 0.17rem;
           width: 2.5rem;
           background: rgba(246, 246, 246, 1);
           border-radius: 5px;
@@ -426,7 +433,7 @@ div {
       width: 2.5rem;
       max-height: 3.2rem;
       overflow: scroll;
-      padding: 0.16rem 0.13rem 0.22rem;
+      padding: 0.16rem 0.08rem 0.22rem;
       background-color: #f6f6f6;
       border-radius: 5px;
       margin-top: 0.24rem;

部分文件因文件數量過多而無法顯示