fix(AdminUserList): edit role dialog select width

This commit is contained in:
2025-11-21 01:50:14 +02:00
parent 85f2b4c667
commit 7de5cc56ef

View File

@@ -404,11 +404,15 @@ export default defineComponent({
.edit-roles-dialog {
padding: 16px 0;
.roles-select {
width: 100%;
min-width: 300px;
}
width: 100%;
}
}
</style>
<style lang="scss">
.edit-roles-dialog {
.roles-select {
width: 100%;
}
}
</style>