内容
This commit is contained in:
@@ -57,6 +57,11 @@
|
|||||||
<ai-info-item label="状态" :value="info.content"></ai-info-item>
|
<ai-info-item label="状态" :value="info.content"></ai-info-item>
|
||||||
<ai-info-item label="媒资类型">{{$dict.getLabel('dlbResourceType', info.type)}}</ai-info-item>
|
<ai-info-item label="媒资类型">{{$dict.getLabel('dlbResourceType', info.type)}}</ai-info-item>
|
||||||
<ai-info-item label="创建时间" :value="info.createTime"></ai-info-item>
|
<ai-info-item label="创建时间" :value="info.createTime"></ai-info-item>
|
||||||
|
<ai-info-item label="内容" class="contentBox" v-if="info.type == 3" isLine>
|
||||||
|
<div class="content">
|
||||||
|
{{ info.content }}
|
||||||
|
</div>
|
||||||
|
</ai-info-item>
|
||||||
</ai-wrapper>
|
</ai-wrapper>
|
||||||
</template>
|
</template>
|
||||||
</ai-detail>
|
</ai-detail>
|
||||||
@@ -228,5 +233,16 @@ export default {
|
|||||||
.audios {
|
.audios {
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::v-deep .ai-info-item__right {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
width: 100%;
|
||||||
|
height: 200px;
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user