@whitesev/pops 1.7.1 → 1.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whitesev/pops",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "弹窗库",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
package/src/Pops.ts CHANGED
@@ -82,7 +82,7 @@ class Pops {
82
82
  /** 配置 */
83
83
  config = {
84
84
  /** 版本号 */
85
- version: "2024.9.29",
85
+ version: "2024.10.1",
86
86
  cssText: {
87
87
  /** 主CSS */
88
88
  index: indexCSS,
@@ -150,7 +150,7 @@ section.pops-panel-container
150
150
  .pops-panel-forms-container-item
151
151
  .pops-panel-item-left-text
152
152
  .pops-panel-item-left-desc-text {
153
- /* line-height: 1; */
153
+ line-height: normal;
154
154
  margin-top: 6px;
155
155
  font-size: 0.8em;
156
156
  color: rgb(108, 108, 108);