th-design 1.0.1 → 1.0.2

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.
@@ -24,7 +24,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
24
24
  * @Author: luohq luohq@2345.com
25
25
  * @Date: 2025-10-14 14:02:00
26
26
  * @LastEditors: luohq luohq@2345.com
27
- * @LastEditTime: 2026-01-09 10:41:34
27
+ * @LastEditTime: 2026-01-09 14:15:46
28
28
  * @FilePath: /tellhowComponent/src/components/ThSelect/index.tsx
29
29
  * @Description: 选择器组件
30
30
  */
@@ -931,7 +931,7 @@ var ThSelect = function ThSelect(props) {
931
931
  // 改为 fixed 定位
932
932
  top: "".concat(dropdownPosition.top, "px"),
933
933
  left: "".concat(dropdownPosition.left, "px"),
934
- zIndex: 999
934
+ zIndex: 9999
935
935
  },
936
936
  children: [/*#__PURE__*/_jsxs("div", {
937
937
  className: "th-dropdownContainer",
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
- import type { TableProps } from 'antd';
1
+ import type { TableProps } from 'antd/lib';
2
+ import type React from 'react';
3
3
  export interface ThSelectProps {
4
4
  /**
5
5
  * 选择模式
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "th-design",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "tellhow component library",
6
6
  "author": "luohq",
7
7
  "keywords": [