清除冗余代码

This commit is contained in:
bob
2025-05-13 15:31:01 +08:00
parent 748423b2b9
commit 653bbccb24

View File

@@ -157,10 +157,6 @@ watch(
:show-close="false" :show-close="false"
@close="onClose" @close="onClose"
> >
<template #header>
<div style="background-color: red"></div>
</template>
<div class="user-card" @click.self="preventClose($event)"> <div class="user-card" @click.self="preventClose($event)">
<div class="header"> <div class="header">
<el-icon class="close-button" @click="onClose"><Close /></el-icon> <el-icon class="close-button" @click="onClose"><Close /></el-icon>