|
@@ -96,7 +96,7 @@
|
|
|
@row-click="toFile"
|
|
|
>
|
|
|
<el-table-column type="index" width="70" />
|
|
|
- <el-table-column label="名称" width="200">
|
|
|
+ <el-table-column label="名称" width="200" :show-overflow-tooltip="true">
|
|
|
<template #default="scope">
|
|
|
<div class="flie_name">
|
|
|
<img
|
|
@@ -109,7 +109,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="dir.dirPath" label="所属空间" width="210" />
|
|
|
+ <el-table-column prop="dir.dirPath" label="所属空间" width="210" :show-overflow-tooltip="true" />
|
|
|
<el-table-column prop="fileType" label="类型" width="100" />
|
|
|
<el-table-column prop="createTime" label="时间" width="200" />
|
|
|
<el-table-column prop="fileSize" label="大小" width="100">
|