element-ui-root 3.1.125 → 3.1.126

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -461,6 +461,8 @@
461
461
 
462
462
  .a-body.flex {
463
463
  overflow-y: hidden;
464
+ width: 100%;
465
+ height: 100%;
464
466
  flex: 1;
465
467
  display: flex;
466
468
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-ui-root",
3
- "version": "3.1.125",
3
+ "version": "3.1.126",
4
4
  "description": "element-ui-root",
5
5
  "main": "/dist/index.umd.min.js",
6
6
  "scripts": {