haiwei-ui 1.1.1 → 1.1.2

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": "haiwei-ui",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "HaiWei前端组件库",
5
5
  "author": "Eric",
6
6
  "license": "ISC",
@@ -2,19 +2,14 @@
2
2
  <nm-container>
3
3
  <nm-box page>
4
4
  <div class="nm-default">
5
- <nm-icon name="work" class="nm-size-100" />
5
+ <nm-icon name="work" class="nm-size-100" />
6
6
  <h1 class="nm-m-20 nm-size-20">欢迎使用{{ title }}管理平台</h1>
7
7
  <p class="nm-description">
8
8
  本系统采用前后端分离架构:<br>
9
9
  前端基于 Vue.js + Element UI 构建<br>
10
10
  后端采用 .NET Core 框架开发
11
11
  </p>
12
- <!-- 如果 motto.png 是系统标语,建议添加 alt 描述 -->
13
- <img
14
- style="width:100%"
15
- src="../../../public/images/motto.png"
16
- alt="系统标语"
17
- />
12
+ <img style="width:100%" src="../../../public/images/motto.png" />
18
13
  </div>
19
14
  </nm-box>
20
15
  </nm-container>
@@ -36,3 +31,4 @@
36
31
  text-align: center;
37
32
  }
38
33
  </style>
34
+