mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-07 02:57:11 +08:00
refactor: 优化账号管理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user