|
|
@@ -284,6 +284,7 @@ function viewDetail(row) {
|
|
|
title: t('modules.user.userDetail'),
|
|
|
type: 'view',
|
|
|
width: '80%',
|
|
|
+ class: 'sa-modal-big',
|
|
|
id: row.id,
|
|
|
},
|
|
|
{
|
|
|
@@ -410,4 +411,8 @@ onMounted(() => {
|
|
|
getData();
|
|
|
});
|
|
|
</script>
|
|
|
-<style lang="scss" scoped></style>
|
|
|
+<style lang="scss">
|
|
|
+.sa-modal-big {
|
|
|
+ max-height: 80vh !important;
|
|
|
+}
|
|
|
+</style>
|