refactor: 优化账号管理

This commit is contained in:
2024-04-26 22:44:52 +08:00
parent bdafe43179
commit 25aa7cc17e
23 changed files with 234 additions and 310 deletions

View File

@@ -21,19 +21,4 @@ const props = withDefaults(defineProps<Props>(), {
})
</script>
<style lang="scss" scoped>
.arco-icon.success {
color: rgb(var(--success-6));
margin-right: 4px;
}
.arco-icon.warning {
color: rgb(var(--warning-6));
margin-right: 4px;
}
.arco-icon.danger {
color: rgb(var(--danger-6));
margin-right: 4px;
}
</style>
<style lang="scss" scoped></style>