element-ui-root 3.0.97 → 3.0.98

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 +0 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -657,10 +657,6 @@
657
657
  display: flex;
658
658
  flex-direction: initial;
659
659
  }
660
-
661
- .a-col.flex > * {
662
- flex: 1;
663
- }
664
660
  .a-dialog {
665
661
  padding: 0;
666
662
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-ui-root",
3
- "version": "3.0.97",
3
+ "version": "3.0.98",
4
4
  "description": "element-ui-root",
5
5
  "main": "/dist/index.umd.min.js",
6
6
  "scripts": {