@aplus-frontend/ui 0.5.7 → 0.5.8

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": "@aplus-frontend/ui",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -67,8 +67,8 @@
67
67
  "vuedraggable": "^4.1.0",
68
68
  "vxe-pc-ui": "4.4.4",
69
69
  "vxe-table": "4.11.18",
70
- "@aplus-frontend/hooks": "1.0.7",
71
- "@aplus-frontend/utils": "1.0.52"
70
+ "@aplus-frontend/utils": "1.0.52",
71
+ "@aplus-frontend/hooks": "1.0.7"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@aplus-frontend/antdv": "^1.0.13",
@@ -252,6 +252,7 @@
252
252
  .aplus-ap-grid-adaptive {
253
253
  height: 100%;
254
254
  display: flex;
255
+ flex-direction: column;
255
256
  }
256
257
  .aplus-ap-grid-adaptive .aplus-ap-grid-vxe-wrapper {
257
258
  min-height: 0;
@@ -13,6 +13,7 @@
13
13
  &-adaptive {
14
14
  height: 100%;
15
15
  display: flex;
16
+ flex-direction: column;
16
17
  .@{vxe} {
17
18
  min-height: 0;
18
19
  flex: 1;
package/theme/index.css CHANGED
@@ -2162,6 +2162,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2162
2162
  .aplus-ap-grid-adaptive {
2163
2163
  height: 100%;
2164
2164
  display: flex;
2165
+ flex-direction: column;
2165
2166
  }
2166
2167
  .aplus-ap-grid-adaptive .aplus-ap-grid-vxe-wrapper {
2167
2168
  min-height: 0;