style: 优化部分弹窗提示

This commit is contained in:
2024-01-02 22:32:00 +08:00
parent 6d08ba6ca2
commit 74b03bc3f6
11 changed files with 19 additions and 19 deletions

View File

@@ -75,7 +75,7 @@
>
<template #cell="{ record }">
<a-popconfirm
content="确定强退该用户"
content="是否确定强退该用户?"
type="warning"
@ok="handleKickout(record.token)"
>