qdt-admin-layout 1.1.39 → 1.1.40

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.39",
3
+ "version": "1.1.40",
4
4
  "description": "基于element-ui的后台管理layout的管家婆改版",
5
5
  "main": "src/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -64,11 +64,11 @@ export default {
64
64
  return (
65
65
  <div
66
66
  title="大屏可视化"
67
- class="header-item"
67
+ class="user-dropdown-reference"
68
68
  on-click={() => this.handleLargeScreen()}
69
69
  >
70
- <span class="largeScreenClass">大屏可视化</span>
71
- <span class="largeScreenClass">|</span>
70
+ <span class="username">大屏可视化</span>
71
+ <span class="username shu">|</span>
72
72
  </div>
73
73
  );
74
74
  },