|
@@ -91,7 +91,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div v-if="scope.row.systemFiles && scope.row.systemFiles.length">
|
|
<div v-if="scope.row.systemFiles && scope.row.systemFiles.length">
|
|
<div v-for="(file, index) in scope.row.systemFiles" :key="index" style="margin:0;display:flex;justify-content:space-around;">
|
|
<div v-for="(file, index) in scope.row.systemFiles" :key="index" style="margin:0;display:flex;justify-content:space-around;">
|
|
- <p style="margin:0;width:calc(100% - 40px);overflow: hidden;white-space: nowrap;text-overflow:ellipsis;cursor: pointer;">{{file.originalName}}</p>
|
|
|
|
|
|
+ <p :title="file.originalName" style="margin:0;width:calc(100% - 40px);overflow: hidden;white-space: nowrap;text-overflow:ellipsis;cursor: pointer;">{{file.originalName}}</p>
|
|
<myMenu :data="file" :deleted="false" ></myMenu>
|
|
<myMenu :data="file" :deleted="false" ></myMenu>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|