system-clients 3.2.17 → 3.2.20
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/SystemClient.iml +8 -8
- package/package.json +104 -104
- package/src/filiale/dongguan/Login.vue +900 -532
- package/src/filiale/dongguan/system.js +6 -6
- package/src/styles/less/bootstrap.less +66 -66
- package/src/styles/less/fonts-list.less +25 -25
- package/src/styles/less/glyphicons.less +305 -305
- package/src/styles/less/stand.less +207 -207
- package/static/newStyle/dongguan1.png +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// 分公司特殊组件页面注册
|
|
2
|
-
|
|
3
|
-
exports.specialComp = {
|
|
4
|
-
'home-page': (resolve) => require(['./Main'], resolve),
|
|
5
|
-
'login': (resolve) => require(['./Login'], resolve)
|
|
6
|
-
}
|
|
1
|
+
// 分公司特殊组件页面注册
|
|
2
|
+
|
|
3
|
+
exports.specialComp = {
|
|
4
|
+
'home-page': (resolve) => require(['./Main'], resolve),
|
|
5
|
+
'login': (resolve) => require(['./Login'], resolve)
|
|
6
|
+
}
|
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
|
3
|
-
* Copyright 2011-2015 Twitter, Inc.
|
|
4
|
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
5
|
-
*/
|
|
6
|
-
@import "aofeng/login.less";
|
|
7
|
-
// Core variables and mixins
|
|
8
|
-
@import "variables.less";
|
|
9
|
-
@import "mixins.less";
|
|
10
|
-
|
|
11
|
-
// Reset and dependencies
|
|
12
|
-
@import "normalize.less";
|
|
13
|
-
@import "print.less";
|
|
14
|
-
@import "glyphicons.less";
|
|
15
|
-
|
|
16
|
-
// Core CSS
|
|
17
|
-
@import "scaffolding.less";
|
|
18
|
-
@import "type.less";
|
|
19
|
-
@import "code.less";
|
|
20
|
-
@import "grid.less";
|
|
21
|
-
@import "tables.less";
|
|
22
|
-
@import "forms.less";
|
|
23
|
-
@import "buttons.less";
|
|
24
|
-
|
|
25
|
-
// Components
|
|
26
|
-
@import "component-animations.less";
|
|
27
|
-
@import "dropdowns.less";
|
|
28
|
-
@import "button-groups.less";
|
|
29
|
-
@import "input-groups.less";
|
|
30
|
-
@import "navs.less";
|
|
31
|
-
@import "navbar.less";
|
|
32
|
-
@import "breadcrumbs.less";
|
|
33
|
-
@import "pagination.less";
|
|
34
|
-
@import "pager.less";
|
|
35
|
-
@import "labels.less";
|
|
36
|
-
@import "badges.less";
|
|
37
|
-
@import "jumbotron.less";
|
|
38
|
-
@import "thumbnails.less";
|
|
39
|
-
@import "alerts.less";
|
|
40
|
-
@import "progress-bars.less";
|
|
41
|
-
@import "media.less";
|
|
42
|
-
@import "list-group.less";
|
|
43
|
-
@import "panels.less";
|
|
44
|
-
@import "responsive-embed.less";
|
|
45
|
-
@import "wells.less";
|
|
46
|
-
@import "close.less";
|
|
47
|
-
|
|
48
|
-
// Components w/ JavaScript
|
|
49
|
-
@import "modals.less";
|
|
50
|
-
@import "tooltip.less";
|
|
51
|
-
@import "popovers.less";
|
|
52
|
-
@import "carousel.less";
|
|
53
|
-
@import "fonts-list.less";
|
|
54
|
-
|
|
55
|
-
// Utility classes
|
|
56
|
-
@import "utilities.less";
|
|
57
|
-
@import "responsive-utilities.less";
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
.themeOne{
|
|
61
|
-
@import "aofeng/themeOne.less";
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.themeTwo{
|
|
65
|
-
@import "aofeng/themeTwo.less";
|
|
66
|
-
}
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
|
3
|
+
* Copyright 2011-2015 Twitter, Inc.
|
|
4
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
5
|
+
*/
|
|
6
|
+
@import "aofeng/login.less";
|
|
7
|
+
// Core variables and mixins
|
|
8
|
+
@import "variables.less";
|
|
9
|
+
@import "mixins.less";
|
|
10
|
+
|
|
11
|
+
// Reset and dependencies
|
|
12
|
+
@import "normalize.less";
|
|
13
|
+
@import "print.less";
|
|
14
|
+
@import "glyphicons.less";
|
|
15
|
+
|
|
16
|
+
// Core CSS
|
|
17
|
+
@import "scaffolding.less";
|
|
18
|
+
@import "type.less";
|
|
19
|
+
@import "code.less";
|
|
20
|
+
@import "grid.less";
|
|
21
|
+
@import "tables.less";
|
|
22
|
+
@import "forms.less";
|
|
23
|
+
@import "buttons.less";
|
|
24
|
+
|
|
25
|
+
// Components
|
|
26
|
+
@import "component-animations.less";
|
|
27
|
+
@import "dropdowns.less";
|
|
28
|
+
@import "button-groups.less";
|
|
29
|
+
@import "input-groups.less";
|
|
30
|
+
@import "navs.less";
|
|
31
|
+
@import "navbar.less";
|
|
32
|
+
@import "breadcrumbs.less";
|
|
33
|
+
@import "pagination.less";
|
|
34
|
+
@import "pager.less";
|
|
35
|
+
@import "labels.less";
|
|
36
|
+
@import "badges.less";
|
|
37
|
+
@import "jumbotron.less";
|
|
38
|
+
@import "thumbnails.less";
|
|
39
|
+
@import "alerts.less";
|
|
40
|
+
@import "progress-bars.less";
|
|
41
|
+
@import "media.less";
|
|
42
|
+
@import "list-group.less";
|
|
43
|
+
@import "panels.less";
|
|
44
|
+
@import "responsive-embed.less";
|
|
45
|
+
@import "wells.less";
|
|
46
|
+
@import "close.less";
|
|
47
|
+
|
|
48
|
+
// Components w/ JavaScript
|
|
49
|
+
@import "modals.less";
|
|
50
|
+
@import "tooltip.less";
|
|
51
|
+
@import "popovers.less";
|
|
52
|
+
@import "carousel.less";
|
|
53
|
+
@import "fonts-list.less";
|
|
54
|
+
|
|
55
|
+
// Utility classes
|
|
56
|
+
@import "utilities.less";
|
|
57
|
+
@import "responsive-utilities.less";
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
.themeOne{
|
|
61
|
+
@import "aofeng/themeOne.less";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.themeTwo{
|
|
65
|
+
@import "aofeng/themeTwo.less";
|
|
66
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
@font-face {
|
|
4
|
-
font-family: 'TRENDSTRENDS'; //重命名字体名
|
|
5
|
-
//src: url('../fonts/trendstrends.ttf'); //引入字体
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: 'PINGFANG-MEDIUM'; //重命名字体名
|
|
11
|
-
//src: url('../fonts/pingfang-medium.ttf'); //引入字体
|
|
12
|
-
}
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: 'PINGFANG-BOLD'; //重命名字体名
|
|
15
|
-
//src: url('../fonts/pingfang-bold.ttf'); //引入字体
|
|
16
|
-
}
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: 'PINGFANG-REGULAR'; //重命名字体名
|
|
19
|
-
//src: url('../fonts/pingfang-regular.ttf'); //引入字体
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
@font-face {
|
|
23
|
-
font-family: PingFang;
|
|
24
|
-
//src:url('../fonts/PingFangSC-Regular.ttf');
|
|
25
|
-
}
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: 'TRENDSTRENDS'; //重命名字体名
|
|
5
|
+
//src: url('../fonts/trendstrends.ttf'); //引入字体
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: 'PINGFANG-MEDIUM'; //重命名字体名
|
|
11
|
+
//src: url('../fonts/pingfang-medium.ttf'); //引入字体
|
|
12
|
+
}
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'PINGFANG-BOLD'; //重命名字体名
|
|
15
|
+
//src: url('../fonts/pingfang-bold.ttf'); //引入字体
|
|
16
|
+
}
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: 'PINGFANG-REGULAR'; //重命名字体名
|
|
19
|
+
//src: url('../fonts/pingfang-regular.ttf'); //引入字体
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: PingFang;
|
|
24
|
+
//src:url('../fonts/PingFangSC-Regular.ttf');
|
|
25
|
+
}
|