@pisell/materials 6.12.41 → 6.12.43

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,6 +617,8 @@
617
617
  }
618
618
 
619
619
  .pisell-lowcode-modal-content {
620
+ // 覆盖 PcModal 默认的 260px,避免透明内容区遮挡搜索结果的点击事件
621
+ min-height: max-content !important;
620
622
  padding: 0 !important;
621
623
  background: transparent;
622
624
  box-shadow: none;
@@ -617,6 +617,8 @@
617
617
  }
618
618
 
619
619
  .pisell-lowcode-modal-content {
620
+ // 覆盖 PcModal 默认的 260px,避免透明内容区遮挡搜索结果的点击事件
621
+ min-height: max-content !important;
620
622
  padding: 0 !important;
621
623
  background: transparent;
622
624
  box-shadow: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "6.12.41",
3
+ "version": "6.12.43",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",