Skip to content

Commit 518b4e0

Browse files
haoziqaqJackLian
authored andcommitted
fix: fixed bug where the panel content overflowed
1 parent ec780a2 commit 518b4e0

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-datasource-pane/src/pane

1 file changed

+1
-1
lines changed

packages/plugin-datasource-pane/src/pane/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $cls-prefix: "lowcode-plugin-datasource-pane";
44

55
.#{$cls-prefix}-container {
66
overflow-y: auto;
7-
margin: 8px;
7+
padding: 8px;
88
height: 100%;
99
>.next-tabs {
1010
display: flex;

0 commit comments

Comments
 (0)