feat: There is no way the,

This commit is contained in:
super_liu
2022-03-24 13:56:52 +08:00
parent 466d02e5c8
commit 9aed78a2fc
@@ -521,7 +521,7 @@
>
{{ child.value || '-' }}
</span>
<div v-else class="modular-content-p-flies">
<div v-else :class="(child.value === null || child.value.length === 0) ? 'file2' : 'modular-content-p-flies'">
<p
class="files-title"
v-for="(file, fileIndex) in child.value"
@@ -532,6 +532,7 @@
<i title="下载带水印" @click="downloadFileByWater(file.id, file.fileSuffix)" class="icon-download2" v-btn-permission="'9bab2662fbd9d0507b39be813371a597'"/>
<!-- <span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>-->
</p>
<template v-if="child.value === null || child.value.length === 0" >-</template>
<!-- <el-button-->
<!-- @click="showItemsModel(child.attrField)"-->
<!-- class="decomposition-btn"-->
@@ -3235,6 +3236,18 @@ export default {
<style lang="less" scoped>
@import '~@/assets/styles/mixins';
@import '~@/assets/styles/style';
/deep/ .file2 {
display: inline-block;
width: calc(100% - 225px);
min-height: 50px;
line-height: 50px;
font-size: 16px;
color: #333333;
word-break: break-all;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/deep/ .el-collapse{
border: none;
}