Skip to content

Commit

Permalink
fix: 修复列表选取组件,弹出层内容堆叠在一起。
Browse files Browse the repository at this point in the history
  • Loading branch information
F-jianchao authored and CheshireJCat committed Dec 4, 2024
1 parent e632b29 commit 942005c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/amis-ui/scss/components/_crud.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
&-overflow {
&-wrapper {
display: flex;
flex-flow: column nowrap;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
overflow-x: hidden;
Expand Down
2 changes: 1 addition & 1 deletion packages/amis-ui/scss/components/form/_picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
&-overflow {
&-wrapper {
display: flex;
flex-flow: column nowrap;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
overflow-x: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@ exports[`1. Renderer:Picker base 2`] = `
<div
class="cxd-Picker-value"
>
<span
class="cxd-Picker-valueIcon"
>
×
</span>
<span
class="cxd-Picker-valueLabel"
>
Expand Down

0 comments on commit 942005c

Please sign in to comment.