Explorar el Código

fix: data-table page modal opening positioning problem

nian hace 1 mes
padre
commit
6f7d9c6682
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/data-show/data-table/index.vue

+ 1 - 1
src/views/data-show/data-table/index.vue

@@ -398,7 +398,7 @@ function createOrEditData(data?: UserInfo) {
     draggable: true,
     style: {
       width: '500px',
-      marginInline: isMediumScreen ? '16px' : undefined,
+      ...(isMediumScreen.value ? { marginInline: '16px' } : {}),
     },
     content: () => (
       <ActionModal