imatrix-ui 2.9.15-boe3 → 2.9.15-boe4

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-boe3",
3
+ "version": "2.9.15-boe4",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -1,4 +1,7 @@
1
1
  <template>
2
- <router-view />
2
+ <div>
3
+ <router-view />
4
+ <copyright />
5
+ </div>
3
6
  </template>
4
7
 
@@ -5,6 +5,7 @@
5
5
  <!-- <router-view :key="key"></router-view> -->
6
6
  <router-view />
7
7
  </transition>
8
+ <copyright />
8
9
  </section>
9
10
  </template>
10
11
 
@@ -30,7 +31,7 @@ export default {
30
31
 
31
32
  <style scoped>
32
33
  .app-main {
33
- height: calc(100vh - 10px);
34
+ height: calc(100vh);
34
35
  position: relative;
35
36
  overflow: hidden;
36
37
  }
@@ -14,6 +14,7 @@
14
14
  {{ defaultPageTipEn }}
15
15
  </div>
16
16
  </div>
17
+ <copyright />
17
18
  </div>
18
19
  </div>
19
20
  </template>
@@ -142,9 +143,10 @@ export default {
142
143
  padding: 0;
143
144
  }
144
145
  .default-page-tip {
145
- width: 100%;
146
- height: 100%;
147
- background: #f7f7f8;
146
+ width: 100%;
147
+ position: absolute;
148
+ height: 100vh;
149
+ background: #f7f7f8;
148
150
  }
149
151
  .default-page-tip-msg {
150
152
  padding-top: 25%;