Style: all - change page padding to 20px
This commit is contained in:
@@ -634,7 +634,7 @@ const Group = () => {
|
||||
<>
|
||||
<FitFullscreen data-component={'system-group'}>
|
||||
<HideScrollbar
|
||||
style={{ padding: 30 }}
|
||||
style={{ padding: 20 }}
|
||||
isShowVerticalScrollbar
|
||||
autoHideWaitingTime={1000}
|
||||
>
|
||||
|
||||
@@ -285,7 +285,7 @@ const Log = () => {
|
||||
<>
|
||||
<FitFullscreen>
|
||||
<HideScrollbar
|
||||
style={{ padding: 30 }}
|
||||
style={{ padding: 20 }}
|
||||
isShowVerticalScrollbar
|
||||
autoHideWaitingTime={1000}
|
||||
>
|
||||
|
||||
@@ -641,7 +641,7 @@ const Role = () => {
|
||||
<>
|
||||
<FitFullscreen>
|
||||
<HideScrollbar
|
||||
style={{ padding: 30 }}
|
||||
style={{ padding: 20 }}
|
||||
isShowVerticalScrollbar
|
||||
autoHideWaitingTime={1000}
|
||||
>
|
||||
|
||||
@@ -286,7 +286,7 @@ const Category = () => {
|
||||
<>
|
||||
<FitFullscreen data-component={'system-tools-category'}>
|
||||
<HideScrollbar
|
||||
style={{ padding: 30 }}
|
||||
style={{ padding: 20 }}
|
||||
isShowVerticalScrollbar
|
||||
autoHideWaitingTime={1000}
|
||||
>
|
||||
|
||||
@@ -568,7 +568,7 @@ const Tools = () => {
|
||||
<>
|
||||
<FitFullscreen>
|
||||
<HideScrollbar
|
||||
style={{ padding: 30 }}
|
||||
style={{ padding: 20 }}
|
||||
isShowVerticalScrollbar
|
||||
autoHideWaitingTime={1000}
|
||||
>
|
||||
|
||||
@@ -1010,7 +1010,7 @@ const User = () => {
|
||||
<>
|
||||
<FitFullscreen>
|
||||
<HideScrollbar
|
||||
style={{ padding: 30 }}
|
||||
style={{ padding: 20 }}
|
||||
isShowVerticalScrollbar
|
||||
autoHideWaitingTime={1000}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user