Skip to content

Commit

Permalink
[Optimization] Optimization devops page ui (#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 authored Dec 7, 2024
1 parent 66b97b0 commit 3d01224
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const JobOverview = (props: any) => {

return (
<Row gutter={[16, 8]}>
<Col span={5} xs={24} xxl={7}>
<Col span={5} xs={24} xxl={5}>
<ProCard colSpan={'20%'} boxShadow={true}>
<StatisticsCard
title={l('devops.joblist.status.all')}
Expand All @@ -70,7 +70,7 @@ const JobOverview = (props: any) => {
/>
</ProCard>
</Col>
<Col span={19} xs={24} xxl={17}>
<Col span={19} xs={24} xxl={19}>
<ProCard layout='center' boxShadow={true}>
<StatisticsCard
title={l('devops.joblist.status.running')}
Expand Down

0 comments on commit 3d01224

Please sign in to comment.