|
@@ -263,7 +263,7 @@ export default defineComponent({
|
|
|
<div class={[styles.back, "headTopBackBtn", !headTopData.showBack && styles.hidenBack]} onClick={handleBack}>
|
|
|
<img src={iconBack} />
|
|
|
</div>
|
|
|
- <Title text={state.examSongName} rightView={false} />
|
|
|
+ <Title class="pcTitle" text={state.examSongName} rightView={false} />
|
|
|
|
|
|
<div class={styles.headRight}>
|
|
|
<div
|