Selaa lähdekoodia

Merge branch 'iteration-20250327-light' into dev

lex-xin 5 päivää sitten
vanhempi
commit
5272aa9682

+ 5 - 0
src/views/courseware-play/component/musicScore.module.less

@@ -42,6 +42,11 @@
   // bottom: 1.93333rem;
   bottom: 20%;
   z-index: 11;
+  width: 95px;
+
+  &.startBtnPad {
+    width: 120px;
+  }
 
   // &:active {
   //   opacity: .8;

+ 1 - 1
src/views/courseware-play/component/musicScore.tsx

@@ -176,7 +176,7 @@ export default defineComponent({
               display:
                 props.activeModel || !state.user.data?.vipMember ? '' : 'none'
             }}
-            class={styles.startBtn}
+            class={[styles.startBtn, browser().isTablet && styles.startBtnPad]}
             onClick={(e: Event) => {
               e.stopPropagation();
               gotoAccomany();

+ 2 - 2
src/views/courseware-play/component/point.module.less

@@ -54,8 +54,8 @@
 
   .iconPayment {
     position: absolute;
-    right: 0;
-    top: 0;
+    right: -1px;
+    top: -1px;
     padding: 0 4px;
     border-radius: 0 3px 0 6px;
     background: rgba(0, 0, 0, 0.74);

+ 1 - 0
src/views/exercise-record/index.tsx

@@ -317,6 +317,7 @@ export default defineComponent({
                     onRefresh={onRefresh}
                     style={
                       {
+                        minHeight: '100%'
                         // minHeight: `calc(100vh - ${topWrapHeight.value}px)`
                       }
                     }>

+ 1 - 1
src/views/knowledge-library/model/result-finish/index.module.less

@@ -6,7 +6,7 @@
     position: relative;
     background: url('../../images/exam-default-bg.png') no-repeat top center;
     background-size: contain;
-    height: 240px;
+    height: 234px;
     margin: 0 auto;
     max-width: 286px;
   }

+ 3 - 0
src/views/tempo-practice/index.tsx

@@ -419,6 +419,9 @@ export default defineComponent({
                       itemKey="index"
                       // eslint-disable-next-line @typescript-eslint/ban-ts-comment
                       // @ts-ignore
+                      disabled={!state.settingStatus}
+                      // eslint-disable-next-line @typescript-eslint/ban-ts-comment
+                      // @ts-ignore
                       group={{
                         name: 'description',
                         pull: 'clone',