Parcourir la source

Merge branch 'master' of http://221.216.211.14:3000/GCLS/GCLS_Page_Book_Component_NPC

natasha il y a 3 ans
Parent
commit
0b93f5d7c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/Adult/preview/VoiceMatrix.vue

+ 1 - 1
src/components/Adult/preview/VoiceMatrix.vue

@@ -25,7 +25,7 @@
         v-if="curQue.voiceMatrix.matrix.length > 0"
         class="matrix"
         :style="{
-          'grid-template': `40px repeat(${curQue.voiceMatrix.matrix[0].length}, auto) 1fr / 40px repeat(${curQue.voiceMatrix.matrix[0].length}, auto) 1fr`
+          'grid-template': `40px repeat(${curQue.voiceMatrix.matrix.length}, auto) 1fr / 40px repeat(${curQue.voiceMatrix.matrix[0].length}, auto) 1fr`
         }"
         @mouseleave="clearSelectCell"
       >