Skip to content

Commit

Permalink
fix: 移除picker的pr
Browse files Browse the repository at this point in the history
  • Loading branch information
irisSong committed Jan 14, 2025
1 parent d416664 commit 7c6c52c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/packages/picker/picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
.nut-picker {
background-color: $color-background-overlay;
width: 100%;
&-popup {
min-height: calc($popup-title-height + $picker-list-height) !important;
}

&-control {
display: flex;
Expand Down
1 change: 0 additions & 1 deletion src/packages/picker/picker.taro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ const InternalPicker: ForwardRefRenderFunction<
afterClose={() => {
afterClose?.(setSelectedOptions(), innerValue, pickerRef)
}}
className={`${classPrefix}-popup`}
>
<View className={classes} style={style} {...rest} catchMove>
{renderTitleBar()}
Expand Down
1 change: 0 additions & 1 deletion src/packages/picker/picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ const InternalPicker: ForwardRefRenderFunction<
afterClose={() => {
afterClose?.(setSelectedOptions(), innerValue, pickerRef)
}}
className={`${classPrefix}-popup`}
>
<div className={classes} style={style} {...rest}>
{renderTitleBar()}
Expand Down

0 comments on commit 7c6c52c

Please sign in to comment.