Explorar o código

fix: data-table page modal opening positioning problem

nian hai 1 mes
pai
achega
6f7d9c6682
Modificáronse 1 ficheiros con 1 adicións e 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