fix: adjust border raduis
This commit is contained in:
@@ -14,6 +14,7 @@ const CellWrapper = styled.div`
|
||||
word-break: break-word;
|
||||
min-width: 20px;
|
||||
overflow: hidden;
|
||||
color: var(--ant-color-text-secondary);
|
||||
|
||||
&.left {
|
||||
justify-content: flex-start;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
justify-content: flex-start;
|
||||
height: 50px;
|
||||
padding-inline: var(--ant-table-cell-padding-inline);
|
||||
color: var(--color-text-table-header);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
@@ -23,7 +24,7 @@
|
||||
}
|
||||
|
||||
&-cell {
|
||||
font-weight: var(--font-weight-medium);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&-left {
|
||||
|
||||
Reference in New Issue
Block a user