fix: ui issues

This commit is contained in:
jialin
2024-07-03 15:27:35 +08:00
parent 316019586f
commit 81e9a3cc92
46 changed files with 1075 additions and 305 deletions
+1
View File
@@ -104,6 +104,7 @@ const SealTable: React.FC<SealTableProps> = (props) => {
title={title}
style={headerStyle}
firstCell={i === 0}
align={align}
lastCell={i === props.children.length - 1}
></TableHeader>
</Col>
+1 -2
View File
@@ -48,11 +48,10 @@
}
&-selected {
background-color: var(--ant-table-row-selected-bg);
transition: all 0.2s ease;
&:hover {
background-color: var(--ant-table-row-selected-hover-bg);
background-color: var(--ant-table-row-hover-bg);
transition: all 0.2s ease;
}
}