qdt-admin-layout 1.1.37 → 1.1.38

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": "qdt-admin-layout",
3
- "version": "1.1.37",
3
+ "version": "1.1.38",
4
4
  "description": "基于element-ui的后台管理layout的管家婆改版",
5
5
  "main": "src/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -67,8 +67,12 @@ export default {
67
67
  class="header-item"
68
68
  on-click={() => this.handleLargeScreen()}
69
69
  >
70
- <span class="username">大屏可视化</span>
71
-
70
+ <span style=" color: #666666;
71
+ margin-right: 10px;
72
+ font-size: 15px;">大屏可视化</span>
73
+ <span style=" color: #666666;
74
+ margin-right: 10px;
75
+ font-size: 15px;">|</span>
72
76
  </div>
73
77
  );
74
78
  },