improve admin, user management, confirmation, dialog

This commit is contained in:
les
2020-09-07 02:23:03 +02:00
parent f28347a227
commit d062a5f404
6 changed files with 85 additions and 31 deletions

View File

@@ -30,3 +30,9 @@ export default {
}
}
</script>
<style lang="less">
.v-dialog {
width: unset !important;
max-width: 600px;
}
</style>