@douyinfe/semi-ui 2.46.0 → 2.46.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/umd/semi-ui.js
CHANGED
|
@@ -72113,7 +72113,8 @@ class Pagination extends BaseComponent {
|
|
|
72113
72113
|
const {
|
|
72114
72114
|
showSizeChanger,
|
|
72115
72115
|
popoverPosition = defaultPopoverPosition,
|
|
72116
|
-
disabled
|
|
72116
|
+
disabled,
|
|
72117
|
+
popoverZIndex
|
|
72117
72118
|
} = this.props;
|
|
72118
72119
|
const {
|
|
72119
72120
|
pageSize
|
|
@@ -72139,6 +72140,7 @@ class Pagination extends BaseComponent {
|
|
|
72139
72140
|
key: pageSize,
|
|
72140
72141
|
position: popoverPosition || 'bottomRight',
|
|
72141
72142
|
clickToHide: true,
|
|
72143
|
+
zIndex: popoverZIndex,
|
|
72142
72144
|
dropdownClassName: `${pagination_prefixCls}-select-dropdown`
|
|
72143
72145
|
}, options));
|
|
72144
72146
|
}
|