Commit 5a9d4af5 by 赵鹏龙

修改删除冒泡效果

parent 631b7f41
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-11-15 14:15:58 * @Date: 2021-11-15 14:15:58
* @LastEditTime: 2021-11-15 14:34:26 * @LastEditTime: 2021-11-19 18:35:19
* @LastEditors: Please set LastEditors * @LastEditors: 赵鹏龙
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\components\confrim.vue * @FilePath: \founder_vue\src\components\confrim.vue
--> -->
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
:content="content" :content="content"
placement="top" placement="top"
:open-delay="500" :open-delay="500"
:disabled="disaledToolTipe"
> >
<slot></slot> <slot></slot>
<el-popconfirm <el-popconfirm
...@@ -43,9 +44,14 @@ export default { ...@@ -43,9 +44,14 @@ export default {
//是否出现二次选择框 //是否出现二次选择框
hintBoo: { hintBoo: {
type: Boolean, type: Boolean,
default: false, default: false
}, },
}, // 禁用 tooTipe 悬浮标识
disaledToolTipe: {
type: Boolean,
default: false
}
}
}; };
</script> </script>
<style lang="scss"> <style lang="scss">
...@@ -92,4 +98,4 @@ export default { ...@@ -92,4 +98,4 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
</style> </style>
\ No newline at end of file
...@@ -79,6 +79,7 @@ ...@@ -79,6 +79,7 @@
content="删除" content="删除"
v-if="delimgBoo" v-if="delimgBoo"
:hintBoo="true" :hintBoo="true"
:disaledToolTipe="true"
> >
<div slot="reference" class="delicon2"> <div slot="reference" class="delicon2">
<img <img
...@@ -698,6 +699,7 @@ export default { ...@@ -698,6 +699,7 @@ export default {
} }
.diy-roles { .diy-roles {
.delbtns { .delbtns {
padding-right: 1.75rem;
.delicon { .delicon {
padding-right: 1.25rem; padding-right: 1.25rem;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment