system-clients 3.2.8 → 3.2.11
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/.gradle/3.5.1/file-changes/last-build.bin +0 -0
- package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
- package/package.json +104 -104
- package/src/components/Main.vue +789 -775
- package/src/components/server/LoadData.vue +55 -55
- package/src/components/server/ModifyPw.vue +111 -111
- package/src/filiale/rizhao/Login.vue +791 -791
- package/src/styles/less/fonts-list.less +5 -5
@@ -2,24 +2,24 @@
|
|
2
2
|
|
3
3
|
@font-face {
|
4
4
|
font-family: 'TRENDSTRENDS'; //重命名字体名
|
5
|
-
src: url('../fonts/trendstrends.ttf'); //引入字体
|
5
|
+
//src: url('../fonts/trendstrends.ttf'); //引入字体
|
6
6
|
}
|
7
7
|
|
8
8
|
|
9
9
|
@font-face {
|
10
10
|
font-family: 'PINGFANG-MEDIUM'; //重命名字体名
|
11
|
-
src: url('../fonts/pingfang-medium.ttf'); //引入字体
|
11
|
+
//src: url('../fonts/pingfang-medium.ttf'); //引入字体
|
12
12
|
}
|
13
13
|
@font-face {
|
14
14
|
font-family: 'PINGFANG-BOLD'; //重命名字体名
|
15
|
-
src: url('../fonts/pingfang-bold.ttf'); //引入字体
|
15
|
+
//src: url('../fonts/pingfang-bold.ttf'); //引入字体
|
16
16
|
}
|
17
17
|
@font-face {
|
18
18
|
font-family: 'PINGFANG-REGULAR'; //重命名字体名
|
19
|
-
src: url('../fonts/pingfang-regular.ttf'); //引入字体
|
19
|
+
//src: url('../fonts/pingfang-regular.ttf'); //引入字体
|
20
20
|
}
|
21
21
|
|
22
22
|
@font-face {
|
23
23
|
font-family: PingFang;
|
24
|
-
src:url('../fonts/PingFangSC-Regular.ttf');
|
24
|
+
//src:url('../fonts/PingFangSC-Regular.ttf');
|
25
25
|
}
|