@@ -23,6 +23,7 @@
:ed="ed"
type="audioLine"
@emptyEd="emptyEd"
+ :attrib="attrib"
/>
</template>
</div>
@@ -910,6 +911,7 @@
@@ -19,6 +19,7 @@
:get-cur-time="getCurTime"
:mp3-source="curQue.mp3_list[0].source"
:width="colLength == 2 ? 200 : 700"
@@ -613,6 +614,7 @@
@@ -25,6 +25,7 @@
@handleChangeStopAudio="handleChangeStopAudio"
@@ -403,6 +404,7 @@
:is-record="isRecord"
:handle-change-stop-audio="handleChangeStopAudio"
:get-play-status="getPlayStatus"
@@ -450,6 +452,7 @@
@@ -585,6 +586,7 @@
@@ -17,6 +17,7 @@
@sentPause="sentPause"
@playChange="getPlayStatus"
<div v-else :class="type == 'full' ? 'compare-box-big' : 'compare-box'">
@@ -28,6 +29,7 @@
:type="type"
@getPlayStatus="getPlayStatus"
@@ -67,6 +69,7 @@ export default {
'themeColor',
'type',
'getPlayStatus',
+ 'attrib',
],
data() {
return {
@@ -22,6 +22,7 @@
ref="audioLine"
@@ -516,6 +517,7 @@
:width="colLength == 2 ? 200 : isPhone ? 200 : 790"
@@ -366,6 +367,7 @@
@@ -26,6 +26,7 @@
@@ -491,6 +492,7 @@
:isRecord="isRecord"
:handleChangeStopAudio="handleChangeStopAudio"
:getPlayStatus="getPlayStatus"
@@ -541,6 +543,7 @@
@@ -14,6 +14,7 @@
+ :attrib="data.unified_attrib"
<div
@@ -906,7 +906,8 @@ export default {
mounted() {
this.width =
document.querySelector('.preview-main').offsetWidth -
- 73 -
+ 200 -
+ 20 -
(this.data.property.sn_display_mode === 'true' ? 15 : 0) -
(this.newData ? 16 : 0) +
'px';