Skip to content

Commit

Permalink
refactor: update tag color
Browse files Browse the repository at this point in the history
Signed-off-by: Yi-Ya Chen <[email protected]>
  • Loading branch information
houhoucoop committed Nov 27, 2024
1 parent d2f07b0 commit dd0352a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/assets/styles/antd-customize/generic.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
.ant-table > .ant-table-content > .ant-table-scroll > .ant-table-body {
height: auto;
}

.ant-tag {
font-size: 15px;
}
}
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
background: #ebf2f6 !important;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/backup/BackupList.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class List extends React.Component {
}
return (
<div onClick={() => { showBackupLabels(obj) }}>
<Icon style={{ fontSize: '18px', color: obj ? '#108eb9' : '#cccccc', cursor: 'pointer' }} type="tags" />
<Icon style={{ fontSize: '18px', color: obj ? '#108ee9' : '#cccccc', cursor: 'pointer' }} type="tags" />
</div>
)
},
Expand Down
1 change: 0 additions & 1 deletion src/routes/backup/backupList.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
}

.fullTag {
color: #1890ff;
background: #e6f7ff;
}
}

0 comments on commit dd0352a

Please sign in to comment.