@whitesev/pops 3.1.0 → 3.1.1

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": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "弹窗库,包含了alert、confirm、prompt、drawer、loading、iframe、rightClickMenu等组件",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/WhiteSevs/TamperMonkeyScript/tree/master/lib/pops#readme",
@@ -907,6 +907,7 @@ section.pops-panel-container .pops-panel-slider input[type="range"]::-moz-range-
907
907
  border: 0;
908
908
  }
909
909
  .pops-panel-select select {
910
+ width: 100%;
910
911
  height: 32px;
911
912
  line-height: normal;
912
913
  align-content: center;