Skip to content

Commit

Permalink
style: apply style to backup volume page
Browse files Browse the repository at this point in the history
Signed-off-by: Yi-Ya Chen <[email protected]>
  • Loading branch information
houhoucoop authored and derekbit committed Jan 15, 2025
1 parent cfb2bd3 commit bfb80c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/routes/backup/BackupVolumeList.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,8 @@ class List extends React.Component {
})

return (
<div id="backTable" style={{ overflow: 'hidden', flex: 1 }}>
<div id="backTable">
<Table
className="common-table-class"
rowSelection={rowSelection}
locale={locale}
bordered={false}
Expand Down
3 changes: 2 additions & 1 deletion src/routes/backup/backupList.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
}

:global {
#backTable,
#backDetailTable {
height: 100%;

.ant-table-wrapper,
.ant-table-wrapper,
.common-table-class,
.ant-spin-nested-loading,
.ant-spin-container {
Expand Down

0 comments on commit bfb80c6

Please sign in to comment.