fix: adjust border raduis

This commit is contained in:
jialin
2026-04-08 18:54:06 +08:00
committed by jialin
parent 53cd8ba00c
commit c73609d155
64 changed files with 473 additions and 164 deletions
@@ -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;
+2 -1
View File
@@ -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 {