Style: all - change page padding to 20px

This commit is contained in:
2024-03-15 14:01:54 +08:00
parent 8850deb604
commit 1b9e527b68
31 changed files with 100 additions and 89 deletions

View File

@@ -634,7 +634,7 @@ const Group = () => {
<>
<FitFullscreen data-component={'system-group'}>
<HideScrollbar
style={{ padding: 30 }}
style={{ padding: 20 }}
isShowVerticalScrollbar
autoHideWaitingTime={1000}
>

View File

@@ -285,7 +285,7 @@ const Log = () => {
<>
<FitFullscreen>
<HideScrollbar
style={{ padding: 30 }}
style={{ padding: 20 }}
isShowVerticalScrollbar
autoHideWaitingTime={1000}
>

View File

@@ -641,7 +641,7 @@ const Role = () => {
<>
<FitFullscreen>
<HideScrollbar
style={{ padding: 30 }}
style={{ padding: 20 }}
isShowVerticalScrollbar
autoHideWaitingTime={1000}
>

View File

@@ -286,7 +286,7 @@ const Category = () => {
<>
<FitFullscreen data-component={'system-tools-category'}>
<HideScrollbar
style={{ padding: 30 }}
style={{ padding: 20 }}
isShowVerticalScrollbar
autoHideWaitingTime={1000}
>

View File

@@ -568,7 +568,7 @@ const Tools = () => {
<>
<FitFullscreen>
<HideScrollbar
style={{ padding: 30 }}
style={{ padding: 20 }}
isShowVerticalScrollbar
autoHideWaitingTime={1000}
>

View File

@@ -1010,7 +1010,7 @@ const User = () => {
<>
<FitFullscreen>
<HideScrollbar
style={{ padding: 30 }}
style={{ padding: 20 }}
isShowVerticalScrollbar
autoHideWaitingTime={1000}
>