Skip to content

Commit

Permalink
fix:Padding ajustment
Browse files Browse the repository at this point in the history
  • Loading branch information
yang1666204 committed Mar 29, 2024
1 parent 7a358fa commit 40840de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ui/src/pages/Cluster/Detail/Overview/ZoneTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function ZoneTable({
return (
<>
<Button
style={{ marginRight: 10 }}
style={{ paddingLeft: 0 }}
onClick={() => {
clickScale(record.zone);
setChooseServerNum(record.replicas);
Expand Down
10 changes: 5 additions & 5 deletions ui/src/pages/Layouts/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}
}

// :global {
// .ant-table-tbody p {
// margin-bottom: 0px;
// }
// }
:global {
.ant-table-tbody p {
margin-bottom: 0px;
}
}

0 comments on commit 40840de

Please sign in to comment.