Skip to content

Commit

Permalink
fix: 修复picker禁用状态下点击折叠标签仍可打开弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
F-jianchao committed Dec 16, 2024
1 parent 176ff1e commit 8113b05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/amis-ui/scss/components/form/_picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@
.#{$ns}Picker-values {
display: inline;

.#{$ns}Picker-valueLabel {
pointer-events: auto;
.#{$ns}OverflowTpl {
.#{$ns}Picker-valueLabel {
pointer-events: auto;
}
}
}

Expand Down

0 comments on commit 8113b05

Please sign in to comment.