Skip to content

Commit

Permalink
fix(element): fix ArrayTable style error (#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
muuyao committed Jan 14, 2022
1 parent 57fa557 commit 3b24f7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Expand Up @@ -57,6 +57,7 @@
title: 'Operations',
prop: 'operations',
width: 200,
fixed: 'right',
}"
>
<SchemaVoidField x-component="FormItem">
Expand Down
6 changes: 0 additions & 6 deletions packages/element/src/array-table/style.scss
Expand Up @@ -26,12 +26,6 @@ $array-table-prefix-cls: '#{$formily-prefix}-array-table';
}

.#{$namespace}-table {
overflow: visible;

&__body-wrapper {
overflow: visible;
}

.cell {
overflow: visible;
}
Expand Down

0 comments on commit 3b24f7f

Please sign in to comment.