@@ -100,6 +100,10 @@
.replay {
padding-top: 12px;
+
+ }
+ .showReload {
display: flex;
align-items: center;
}
@@ -469,7 +469,10 @@ export default defineComponent({
</Button>
)}
<div
- class={state.platformType !== 'STUDENT' && styles.replay}
+ class={[
+ state.platformType !== 'STUDENT' && styles.replay,
+ styles.showReload
+ ]}
onClick={this.onReplay}
>
{/* <Icon