Ver código fonte

违禁详情加标签样式修改

trunk1017
corala 1 ano atrás
pai
commit
11cbc0f0e8
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      pages/center/prohibited/details.vue

+ 1
- 1
pages/center/prohibited/details.vue Ver arquivo

@@ -111,7 +111,7 @@
<view class="dialog-block" v-for="(dialog,i) in dialogList" :key="i">
<view :id="'dialog'+i" class="fileName">录音文件</view>
<block v-for="(item,index) in dialog.message" :key="index">
<view class="text" :id="'dialog'+csdFileindex+'text'+item.bg"
<view class="text" style="margin: 50rpx 30rpx" :id="'dialog'+csdFileindex+'text'+item.bg"
:class="{active: item.bg < playNow && item.ed > playNow, reverse: Number(item.speaker) % 2 == 0}"
:data-speaker="item.speaker">
<view class="avatar">


Carregando…
Cancelar
Salvar