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
|
@@ -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
|
-
|
|
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
|
+
|