diff --git a/src/components/Page/src/PageWrapper.vue b/src/components/Page/src/PageWrapper.vue index fe783b2..a82e8ea 100644 --- a/src/components/Page/src/PageWrapper.vue +++ b/src/components/Page/src/PageWrapper.vue @@ -169,7 +169,7 @@ position: relative; .@{prefix-cls}-content { - margin: 8px 0 8px 8px; + margin: 12px 4px 12px 12px; } .ant-page-header { diff --git a/src/design/theme.less b/src/design/theme.less index 85da5ed..e4c759d 100644 --- a/src/design/theme.less +++ b/src/design/theme.less @@ -72,7 +72,6 @@ html[data-theme='light'] { } .geg-flow-page { - padding: 10px; background-color: #fff; .top-toolbar { @@ -91,5 +90,6 @@ html[data-theme='light'] { .page-bg-wrap { background-color: rgb(246 247 249); - padding: 10px; + padding: 12px 12px 0 12px; + margin: 12px 12px 0 12px; } diff --git a/src/layouts/default/header/MultipleHeader.vue b/src/layouts/default/header/MultipleHeader.vue index e4719d2..da93a61 100644 --- a/src/layouts/default/header/MultipleHeader.vue +++ b/src/layouts/default/header/MultipleHeader.vue @@ -80,7 +80,7 @@ } setHeaderHeight(height); return { - height: `${height}px`, + height: `${height - 10}px`, }; }); diff --git a/src/views/form/design/index.vue b/src/views/form/design/index.vue index cc2a582..5ca8290 100644 --- a/src/views/form/design/index.vue +++ b/src/views/form/design/index.vue @@ -389,7 +389,7 @@