修改整体布局,减少无用间隔

This commit is contained in:
whyour
2022-08-28 00:38:25 +08:00
parent f8f63890e5
commit a3f56be299
5 changed files with 28 additions and 10 deletions
+1 -1
View File
@@ -964,7 +964,7 @@ const Crontab = ({ headerStyle, isPhone, theme }: any) => {
return (
<PageContainer
className="ql-container-wrapper crontab-wrapper"
className="ql-container-wrapper crontab-wrapper ql-container-wrapper-has-tab"
title="定时任务"
extra={[
<Search
+1 -1
View File
@@ -444,7 +444,7 @@ const Dependence = ({ headerStyle, isPhone, socketMessage }: any) => {
return (
<PageContainer
className="ql-container-wrapper dependence-wrapper"
className="ql-container-wrapper dependence-wrapper ql-container-wrapper-has-tab"
title="依赖管理"
extra={[
<Search
+1 -1
View File
@@ -313,7 +313,7 @@ const Setting = ({
return (
<PageContainer
className="ql-container-wrapper"
className="ql-container-wrapper ql-container-wrapper-has-tab"
title="系统设置"
header={{
style: headerStyle,