@fecp/mobile 1.1.42 → 1.1.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.
package/es/mobile.css CHANGED
@@ -323,3 +323,6 @@ body,
323
323
  ::-webkit-scrollbar-thumb:hover {
324
324
  background-color: #c2c2c2;
325
325
  }
326
+ .van-toast {
327
+ box-sizing: content-box !important;
328
+ }
package/lib/mobile.css CHANGED
@@ -323,3 +323,6 @@ body,
323
323
  ::-webkit-scrollbar-thumb:hover {
324
324
  background-color: #c2c2c2;
325
325
  }
326
+ .van-toast {
327
+ box-sizing: content-box !important;
328
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [