mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
修改整体布局,减少无用间隔
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user