Skip to content

Commit

Permalink
fix: 边框虚线样式不生效问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hzh11012 committed Jan 20, 2025
1 parent 494ab1c commit 8a517b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/amis-ui/scss/components/_table2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@

> tbody > tr {
position: relative;
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
border-top: unset !important;

&.#{$ns}Table-summary-row {
> td {
Expand All @@ -264,6 +264,10 @@
var(--Table-thead-borderColor);
}

> td {
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
}

> td,
> th {
height: px2rem(40px);
Expand Down

0 comments on commit 8a517b7

Please sign in to comment.