imatrix-ui 2.9.15-boe4 → 2.9.15-boe6

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": "imatrix-ui",
3
- "version": "2.9.15-boe4",
3
+ "version": "2.9.15-boe6",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -86,7 +86,7 @@
86
86
 
87
87
  //main-container全局样式
88
88
  .app-main {
89
- // min-height: 100vh;
89
+ min-height: 100vh;
90
90
  background: #f7f7f8;
91
91
  padding: 11px 24px 24px 24px;
92
92
  // padding-top: 12px;
@@ -99,7 +99,6 @@
99
99
  background: #FFFFFF;
100
100
  border-radius: 6px;
101
101
  box-shadow: 0px 1px 8px 0px #00000019;
102
- height: calc(100vh - 34px);
103
102
 
104
103
  .box-card {
105
104
  margin: 0px 0px 0px 0px;