|
@@ -20,7 +20,7 @@
|
|
|
:getCurTime="getCurTime"
|
|
|
:duration="curQue.mp3_list[0].media_duration"
|
|
|
:mp3Source="curQue.mp3_list[0].source"
|
|
|
- :width="590"
|
|
|
+ :width="colLength==2?200:590"
|
|
|
:ed="ed"
|
|
|
type="audioLine"
|
|
|
ref="audioLine"
|
|
@@ -405,7 +405,7 @@ import AudioLine from "../AudioLine.vue";
|
|
|
import Notecard from "../components/Notecard.vue";
|
|
|
export default {
|
|
|
name: "NormalModelChs",
|
|
|
- props: ["curQue", "noFont", "config", "TaskModel", "NNPEAnnotationList"],
|
|
|
+ props: ["curQue", "noFont", "config", "TaskModel", "NNPEAnnotationList", "colLength"],
|
|
|
components: {
|
|
|
AudioLine,
|
|
|
Notecard
|