lex 2 年之前
父节点
当前提交
248ade7c56
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      src/student/leaderboard/index.tsx
  2. 0 1
      src/teacher/leaderboard/index.tsx

+ 0 - 1
src/student/leaderboard/index.tsx

@@ -155,7 +155,6 @@ export default defineComponent({
               titleInactiveColor="rgba(153,152,155,1)"
               titleActiveColor="#fff"
               onChange={index => getData()}
-              shrink
             >
               {state.musicList.map((item: IMusicItem) => {
                 return (

+ 0 - 1
src/teacher/leaderboard/index.tsx

@@ -130,7 +130,6 @@ export default defineComponent({
               titleInactiveColor="rgba(153,152,155,1)"
               titleActiveColor="#fff"
               onChange={index => getData()}
-              shrink
             >
               {state.musicList.map((item: IMusicItem) => {
                 return (