|
|
@@ -38,7 +38,7 @@
|
|
|
<!-- 语音矩阵 -->
|
|
|
<div
|
|
|
class="voice-matrix-container"
|
|
|
- :style="{ height: isEnable(data.property.is_enable_record) ? 'calc(100% - 135px)' : 'auto' }"
|
|
|
+ :style="{ height: isEnable(data.property.is_enable_record) ? 'calc(100% - 115px)' : 'auto' }"
|
|
|
>
|
|
|
<div
|
|
|
v-if="data.option_list.length > 0"
|
|
|
@@ -185,6 +185,7 @@
|
|
|
type="promax"
|
|
|
class="luyin-box"
|
|
|
:answer-record-list="data.record_list"
|
|
|
+ :select-data="selectData"
|
|
|
:attrib="data.unified_attrib"
|
|
|
@getWavblob="getWavblob"
|
|
|
@getSelectData="getSelectData"
|