fix: style problem of tooltip in setting pane; 🐛

修复:设置面板中 tooltip 组件的样式问题;
master
iczer 4 years ago
parent 094935b758
commit cbda23e3db
  1. 2
      src/components/checkbox/ImgCheckbox.vue

@ -1,5 +1,5 @@
<template>
<a-tooltip :title="title">
<a-tooltip :title="title" :overlayStyle="{zIndex: 2001}">
<div class="img-check-box" @click="toggle">
<img :src="img" />
<div v-if="sChecked" class="check-item">

Loading…
Cancel
Save