imeik-imui 2.0.8 → 2.0.9
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.
- package/dist/imeik-imui.common.js +90 -90
- package/dist/imeik-imui.common.js.gz +0 -0
- package/dist/imeik-imui.css +1 -1
- package/dist/imeik-imui.css.gz +0 -0
- package/dist/imeik-imui.umd.js +90 -90
- package/dist/imeik-imui.umd.js.gz +0 -0
- package/dist/imeik-imui.umd.min.js +3 -3
- package/dist/imeik-imui.umd.min.js.gz +0 -0
- package/dist/imui/src/FormComponents/upload/ImMultiVideoUpload.vue +1 -1
- package/package.json +1 -1
|
Binary file
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<img src="https://udstatic.imeik.com/pcUploads/1732257019241/play-icon.png" alt="播放" />
|
|
15
15
|
</div>
|
|
16
16
|
<!-- 预览项操作按钮区域 -->
|
|
17
|
-
<div v-if="
|
|
17
|
+
<div v-if="!isView" class="preview-actions">
|
|
18
18
|
<!-- 删除按钮 -->
|
|
19
19
|
<span class="close-btn" @click="removeRecording(index)">
|
|
20
20
|
<img src="https://udstatic.imeik.com/pcUploads/1732247355378/delete-icon.png" alt="删除" />
|