mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
fix: style problem of tooltip in setting pane; 🐛
修复:设置面板中 tooltip 组件的样式问题;
This commit is contained in:
parent
e5d56675b8
commit
6da3e78157
@ -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