@pisell/materials 6.12.43 → 6.12.44

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.
@@ -617,8 +617,6 @@
617
617
  }
618
618
 
619
619
  .pisell-lowcode-modal-content {
620
- // 覆盖 PcModal 默认的 260px,避免透明内容区遮挡搜索结果的点击事件
621
- min-height: max-content !important;
622
620
  padding: 0 !important;
623
621
  background: transparent;
624
622
  box-shadow: none;
@@ -617,8 +617,6 @@
617
617
  }
618
618
 
619
619
  .pisell-lowcode-modal-content {
620
- // 覆盖 PcModal 默认的 260px,避免透明内容区遮挡搜索结果的点击事件
621
- min-height: max-content !important;
622
620
  padding: 0 !important;
623
621
  background: transparent;
624
622
  box-shadow: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "6.12.43",
3
+ "version": "6.12.44",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -95,9 +95,9 @@
95
95
  "swiper": "^8.4.7",
96
96
  "antd-mobile": "^5.38.1",
97
97
  "vod-js-sdk-v6": "^1.4.11",
98
- "@pisell/date-picker": "3.0.10",
98
+ "@pisell/icon": "0.0.11",
99
99
  "@pisell/utils": "3.0.4",
100
- "@pisell/icon": "0.0.11"
100
+ "@pisell/date-picker": "3.0.10"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": "^18.0.0",