mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-15 00:57:11 +08:00
style: 优化部分弹窗提示
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
<template #icon><icon-edit /></template>修改
|
||||
</a-button>
|
||||
<a-popconfirm
|
||||
content="确定要删除当前选中的数据吗?"
|
||||
content="是否确定删除该数据?"
|
||||
type="warning"
|
||||
@ok="handleDelete([record.id])"
|
||||
>
|
||||
@@ -509,7 +509,7 @@
|
||||
proxy.$modal.warning({
|
||||
title: '警告',
|
||||
titleAlign: 'start',
|
||||
content: '确定要删除当前选中的数据吗?',
|
||||
content: `是否确定删除所选的${ids.value.length}条数据?`,
|
||||
hideCancel: false,
|
||||
onOk: () => {
|
||||
handleDelete(ids.value);
|
||||
|
||||
Reference in New Issue
Block a user