@whitesev/pops 2.2.6 → 2.2.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whitesev/pops",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "type": "module",
5
5
  "description": "弹窗库",
6
6
  "main": "dist/index.cjs.js",
package/src/Pops.ts CHANGED
@@ -36,7 +36,7 @@ class Pops {
36
36
  /** 配置 */
37
37
  config = {
38
38
  /** 版本号 */
39
- version: "2025.7.18",
39
+ version: "2025.7.26",
40
40
  cssText: PopsCSS,
41
41
  /** icon图标的svg代码 */
42
42
  iconSVG: PopsIcon.$data,
@@ -1176,6 +1176,7 @@ section.pops-panel-deepMenu-container
1176
1176
  .pops-panel-item-left-desc-text:has(code) {
1177
1177
  display: flex;
1178
1178
  align-items: baseline;
1179
+ flex-wrap: wrap;
1179
1180
  }
1180
1181
 
1181
1182
  @media (prefers-color-scheme: dark) {