element-ui-root 3.1.102 → 3.1.103

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -613,8 +613,13 @@
613
613
 
614
614
  .a-card .a-card-body .a-card-body-main {
615
615
  box-sizing: border-box;
616
+ }
617
+
618
+ .a-card.flex .a-card-body .a-card-body-main {
616
619
  width: 100%;
617
620
  height: 100%;
621
+ display: flex;
622
+ flex-direction: column;
618
623
  }
619
624
 
620
625
  .a-card .a-card-foot .el-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-ui-root",
3
- "version": "3.1.102",
3
+ "version": "3.1.103",
4
4
  "description": "element-ui-root",
5
5
  "main": "/dist/index.umd.min.js",
6
6
  "scripts": {