Skip to content

Commit

Permalink
解决弹出图片删除按钮显示异常
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsongc committed Aug 26, 2021
1 parent eb72c06 commit 9e962d7
Show file tree
Hide file tree
Showing 2 changed files with 10,284 additions and 9,874 deletions.
15 changes: 10 additions & 5 deletions src/components/md-toolbar-left.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
aria-hidden="true"
:title="`${d_words.tl_link} (ctrl+l)`"
></button>

<div
:disabled="!editable"
:class="{ selected: s_img_dropdown_open }"
Expand Down Expand Up @@ -250,10 +251,14 @@
@click.stop="$imgFileListClick(index)"
>
<span>{{ item[1].name }}</span>
<!-- <template v-slot:right><button type="button" @click.stop="$imgDel(index)"
class="op-icon fa fa-mavon-times" aria-hidden="true"
:title="d_words.tl_upload_remove"></button>
</template> -->
<button
type="button"
@click.stop="$imgDel(index)"
class="op-icon fa fa-mavon-times"
aria-hidden="true"
:title="d_words.tl_upload_remove"
></button>

<!-- 缩略图展示 -->
<img
class="image-show"
Expand Down Expand Up @@ -691,7 +696,7 @@ export default {
z-index 3
background #fff
border-radius 2px
i
font-size 24px
position absolute
Expand Down
Loading

0 comments on commit 9e962d7

Please sign in to comment.