Browse Source

修改样式问题

zengyicheng 2 years ago
parent
commit
e0919aa92c

+ 4 - 4
src/components/pages/addCourse.vue

@@ -712,7 +712,7 @@
                         <div class="lbox">
                           <img src="../../assets/loading.gif" />上传中,请稍后
                         </div>
-                        <div>
+                        <div style="margin-bottom: 10px">
                           <span>{{ unitJson[unitIndex].chapterInfo[0].taskJson[
                             itemTaskIndex
                           ].isFinishSize }}M</span> / <span>{{ unitJson[unitIndex].chapterInfo[0].taskJson[
@@ -877,7 +877,7 @@
                         <div class="lbox">
                           <img src="../../assets/loading.gif" />上传中,请稍后
                         </div>
-                        <div>
+                        <div style="margin-bottom: 10px">
                           <span>{{ unitJson[unitIndex].chapterInfo[0].taskJson[
                             itemTaskIndex
                           ].isFinishSize2 }}M</span> / <span>{{ unitJson[unitIndex].chapterInfo[0].taskJson[
@@ -1033,7 +1033,7 @@
                         <div class="lbox">
                           <img src="../../assets/loading.gif" />上传中,请稍后
                         </div>
-                        <div>
+                        <div style="margin-bottom: 10px">
                           <span>{{ unitJson[unitIndex].chapterInfo[0].taskJson[
                             itemTaskIndex
                           ].isFinishSize }}M</span> / <span>{{ unitJson[unitIndex].chapterInfo[0].taskJson[
@@ -8531,7 +8531,7 @@ ol {
 }
 
 .progressBox .lbox {
-  height: 60px;
+  height: 50px;
   font-size: 19px;
   display: flex;
   align-items: center;

+ 3 - 2
src/components/pages/components/worksDetail2.vue

@@ -2609,14 +2609,15 @@ export default {
 .sd_score .score_box {
   display: flex;
   align-items: center;
-  justify-content: center;
+  justify-content: flex-start;
   margin-bottom: 15px;
-  /* margin-left: 30px; */
+  margin: 10px 0 0 30px;
 }
 .sd_score .score_box > span:nth-child(1) {
   margin-right: 20px;
   text-align-last: justify;
   max-width: 120px;
+  width: 80px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;