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
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
|
|
87
87
|
//main-container全局样式
|
|
88
88
|
.app-main {
|
|
89
|
-
|
|
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;
|