element -plus dialog里面的线怎么去掉?
<div>
<el-dialog class="my-dialog" v-model="visible" :show-close="false" width="30%" top="40vh">
<template #header="{ titleId, titleClass }">
<div class="my-header">
<div class="title">
<el-icon class="title-icon"><InfoFilled /></el-icon>
<h4 :id="titleId" :class="titleClass">是否确定删除该任务项!</h4>
</div>
</div>
</template>
<div class="content">删除后该项不可恢复</div>
<div class="close">
<el-button @click="close"> 取消 </el-button>
<el-button type="primary" @click="deleteHandle"> 确定 </el-button>
</div>
</el-dialog>
</div>
回复
1个回答
test
2024-07-01
按照楼上的提示,使用MessageBox 消息弹框就行图标是可以改颜色的,如下
回复
适合作为回答的
- 经过验证的有效解决办法
- 自己的经验指引,对解决问题有帮助
- 遵循 Markdown 语法排版,代码语义正确
不该作为回答的
- 询问内容细节或回复楼层
- 与题目无关的内容
- “赞”“顶”“同问”“看手册”“解决了没”等毫无意义的内容