Commit 9564fd96 by liucan

feat:添加编号弹窗删除确认框

parent f489d1f8
......@@ -38,7 +38,6 @@
--el-table-text-color: #FFFFFF;
}
// 分段选择器的样式
.custom-style .el-segmented {
// 选中选项的背景颜色
......@@ -116,3 +115,12 @@
padding: 16px;
/* 保持默认内边距,可按需调整 */
}
.el-popover {
background-color: #1D5484 !important;
color: white !important;
}
.el-popper__arrow::before{
background-color: #1D5484 !important;
}
\ No newline at end of file
......@@ -71,7 +71,7 @@
</div>
<div class="btn">
<el-button :disabled="curSateNo == ''" plain type="primary" @click="addNoToList">添加</el-button>
<el-popconfirm title="确定删除选中编号吗?" width="200">
<el-popconfirm title="确定删除选中编号吗?" width="200" style="background-color: pink">
<template #reference>
<el-button :disabled="curSelSateNo.length === 0" plain type="danger">删除</el-button>
</template>
......
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