Skip to content

Commit ad2e97e

Browse files
fix: show border bottom for each section
1 parent 6e080c6 commit ad2e97e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/packages/lowcoder/src/pages/editor/right/uiCompPanel.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ const SectionWrapper = styled.div`
8484
.section-header {
8585
margin-left: 0;
8686
}
87+
&:not(:last-child){
88+
border-bottom: 1px solid #e1e3eb;
89+
}
8790
`;
8891

8992
const stateCompName = 'UICompSections';

0 commit comments

Comments
 (0)