소스 검색

Update index.tsx

lex 1 년 전
부모
커밋
6ae034ef1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/tempo-practice/index.tsx

+ 1 - 1
src/views/tempo-practice/index.tsx

@@ -180,7 +180,7 @@ export default defineComponent({
         class={[
           styles.tempoPractice,
           state.win === 'pc' ? styles.pc : '',
-          state.win === 'modal' ? styles.modal : ''
+          state.platform === 'modal' ? styles.modal : ''
         ]}>
         <div class={styles.head}>
           {props.modeType !== 'courseware' && (