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)"
               titleInactiveColor="rgba(153,152,155,1)"
               titleActiveColor="#fff"
               titleActiveColor="#fff"
               onChange={index => getData()}
               onChange={index => getData()}
-              shrink
             >
             >
               {state.musicList.map((item: IMusicItem) => {
               {state.musicList.map((item: IMusicItem) => {
                 return (
                 return (

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

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