把大部分的 n-space 替换成 n-flex

This commit is contained in:
2024-07-04 10:12:02 +08:00
parent c84d103418
commit 9a775d523a
31 changed files with 155 additions and 163 deletions

View File

@@ -19,7 +19,7 @@ async function banUser() {
}
</script>
<template>
<n-space align="center">
<n-flex>
<n-button
size="small"
type="primary"
@@ -42,5 +42,5 @@ async function banUser() {
</template>
确定删除这个用户吗删除后无法恢复
</n-popconfirm>
</n-space>
</n-flex>
</template>