mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 07:27:06 +08:00
fix: style problem of tooltip in setting pane; 🐛
修复:设置面板中 tooltip 组件的样式问题;
This commit is contained in:
parent
094935b758
commit
cbda23e3db
@ -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…
x
Reference in New Issue
Block a user