Skip to content

Commit

Permalink
fix(react): fix CompositePanel styles
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Oct 18, 2021
1 parent a88611a commit 7e2d15f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react/src/panels/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,14 @@
}

.@{prefix-cls}-composite-panel-tabs-content {
border-right: none;
border-left: 1px solid var(--dn-panel-border-color);

}
.@{prefix-cls}-composite-panel-tabs {

border-left: 1px solid var(--dn-panel-border-color);
}
}
}

Expand Down

0 comments on commit 7e2d15f

Please sign in to comment.