Browse Source

Merge branch 'iteration-20240624' into ponline

lex 8 months ago
parent
commit
3fd6ffc5db
2 changed files with 8 additions and 1 deletions
  1. 4 0
      src/components/col-video/index.module.less
  2. 4 1
      src/components/col-video/index.tsx

+ 4 - 0
src/components/col-video/index.module.less

@@ -100,6 +100,10 @@
 
   .replay {
     padding-top: 12px;
+
+  }
+
+  .showReload {
     display: flex;
     align-items: center;
   }

+ 4 - 1
src/components/col-video/index.tsx

@@ -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