lex-xin il y a 2 semaines
Parent
commit
d1a26a6867

+ 5 - 0
src/views/exercise-record/index.module.less

@@ -161,6 +161,7 @@
         font-size: 13px;
         color: #777777;
         font-weight: 400;
+        padding-left: 1px;
       }
       .value {
         display: flex;
@@ -181,6 +182,9 @@
           font-weight: 400;
         }
       }
+      .valueSeconds {
+        padding-left: 1px;
+      }
       .iconArrow {
         margin-left: 6px;
         width: 9px;
@@ -329,6 +333,7 @@
     }
     label {
       flex-shrink: 0;
+      padding-left: 1px;
       font-size: 12px;
     }
   }

+ 5 - 5
src/views/exercise-record/index.tsx

@@ -156,10 +156,10 @@ export default defineComponent({
           `/edu-app/musicPracticeRecord/studentTrainStat`,
           {
             data: {
-              startTime: currentDate + '-01 00:00:00',
-              endTime:
-                dayjs(currentDate).endOf('month').format('YYYY-MM-DD') +
-                ' 23:59:59'
+              // startTime: currentDate + '-01 00:00:00',
+              // endTime:
+              //   dayjs(currentDate).endOf('month').format('YYYY-MM-DD') +
+              //   ' 23:59:59'
             }
           }
         );
@@ -416,7 +416,7 @@ export default defineComponent({
                       ''
                     )}
 
-                    <span class={styles.value}>
+                    <span class={[styles.value, styles.valueSeconds]}>
                       {fromPractice.practiceDetail.practiceSeconds || 0}
                     </span>
                     <span class={[styles.label, styles.unit]}>秒</span>

+ 4 - 2
src/views/exercise-record/modals/detail-item.module.less

@@ -36,7 +36,9 @@
         border-radius: 3px;
         border: 1px solid rgba(46, 170, 254, 0.37);
         padding: 0 4px;
+        line-height: 18px;
         margin-left: 4px;
+        display: block;
       }
 
       .itemTopSub {
@@ -55,8 +57,8 @@
       .imgWrap {
         width: 98px;
         height: 29px;
-        background: #e9e3ff;
-        border-radius: 19px;
+        // background: #e9e3ff;
+        // border-radius: 19px;
 
         img {
           width: 100%;