kz-ui-base 1.0.164 → 1.0.165

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,11 +56,14 @@
56
56
  <i class="el-icon-delete"></i>
57
57
  </span>
58
58
  </span>
59
- <el-link style="line-height: 88px" :href="file.url">
60
- <span v-if="setting.showName" class="linkClass">
61
- {{ file.name }}
62
- </span>
63
- </el-link>
59
+ <span
60
+ v-if="setting.showName"
61
+ class="linkClass"
62
+ style="line-height: 88px; cursor: pointer;"
63
+ @click="handlePictureCardPreview(file)"
64
+ >
65
+ {{ file.name }}
66
+ </span>
64
67
  </div>
65
68
 
66
69
  <!-- <el-button size="mini" type="primary">选取文件</el-button> -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.164",
3
+ "version": "1.0.165",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {