|
|
@@ -9,7 +9,7 @@
|
|
|
<!-- <el-button @click="newFileAdd">新建文件</el-button> -->
|
|
|
</div>
|
|
|
<div>
|
|
|
- <el-table :data="myEjoy" style="width: 100%" @row-click="rowClickFN">
|
|
|
+ <el-table :data="myEjoy" style="width: 100%;cursor: pointer;" @row-click="rowClickFN">
|
|
|
<el-table-column type="selection" width="55" />
|
|
|
<el-table-column label="名称" width="200">
|
|
|
<template #default="scope">
|
|
|
@@ -19,7 +19,7 @@
|
|
|
</el-icon>
|
|
|
<img v-else src="../../assets/images/yellowstar.png" alt="" class="juli">
|
|
|
<img :src="getImage(scope.row.fileType)" alt="" class="juli">
|
|
|
- <span class="shouzhi">{{ scope.row.fileName }}</span>
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -36,7 +36,7 @@
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="我参与的" name="second">
|
|
|
- <el-table :data="myPack" style="width: 100%" @row-click="rowClickFN">
|
|
|
+ <el-table :data="myPack" style="width: 100%;cursor: pointer;" @row-click="rowClickFN">
|
|
|
<el-table-column type="selection" width="55" />
|
|
|
<el-table-column label="名称" width="200">
|
|
|
<template #default="scope">
|
|
|
@@ -46,7 +46,7 @@
|
|
|
</el-icon>
|
|
|
<img v-else src="../../assets/images/yellowstar.png" alt="" class="juli">
|
|
|
<img :src="getImage(scope.row.fileType)" alt="" class="juli">
|
|
|
- <span class="shouzhi">{{ scope.row.fileName }}</span>
|
|
|
+ <span>{{ scope.row.fileName }}</span>
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|