system-clients 3.1.94-aode → 3.1.96
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/.eslintrc.js +16 -16
- package/.gradle/{5.5 → 5.2.1}/gc.properties +0 -0
- package/{dist/static/.gitkeep → .gradle/buildOutputCleanup/built.bin} +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
- package/SystemClient.iml +1 -1
- package/build/webpack.base.conf.js +17 -14
- package/package.json +4 -4
- package/src/components/Main.vue +622 -508
- package/src/components/TabButton.vue +201 -0
- package/src/components/Tabs.vue +67 -0
- package/src/components/equipment/EquipmentManage.vue +65 -65
- package/src/components/equipment/PcAdd.vue +5 -5
- package/src/components/equipment/PcList.vue +5 -5
- package/src/components/equipment/PhoneAdd.vue +4 -4
- package/src/components/equipment/PhoneList.vue +4 -4
- package/src/components/equipment/PosAdd.vue +323 -137
- package/src/components/equipment/PosList.vue +294 -164
- package/src/components/equipment/PosManage.vue +138 -67
- package/src/components/equipment/PosManageBoth.vue +125 -0
- package/src/components/equipment/PosParamAdd.vue +236 -0
- package/src/components/equipment/PosParamList.vue +121 -0
- package/src/components/equipment/PosParamManage.vue +51 -0
- package/src/components/parammanage/ParamManage.vue +2 -2
- package/src/components/parammanage/ParamPage.vue +7 -7
- package/src/components/parammanage/SinglePage.vue +4 -4
- package/src/components/server/ImageVieweTest.vue +56 -0
- package/src/components/server/ImageViewer.vue +350 -0
- package/src/components/server/Login.vue +70 -47
- package/src/components/server/PcdBuildingSelect.vue +241 -0
- package/src/components/server/ResSelect.vue +5 -0
- package/src/components/server/ResSelectGroup.vue +155 -118
- package/src/components/server/RightTree.vue +262 -257
- package/src/plugins/GetLoginInfoService.js +514 -514
- package/src/styles/less/aofeng/standard.less +446 -60
- package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +13 -13
- package/src/styles/less/aofeng/themeOne/systemStyle.less +18 -18
- package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -0
- package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -0
- package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -0
- package/src/styles/less/tables.less +50 -0
- package/src/styles/less/type.less +16 -3
- package/src/styles/less/variables.less +6 -3
- package/src/system.js +93 -83
- package/static/{ewmlogo.png → logo.png} +0 -0
- package/static/newStyle/about-us.png +0 -0
- package/yarn-error.log +6896 -0
- package/.gradle/5.5/fileChanges/last-build.bin +0 -0
- package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.npmignore +0 -10
- package/build/.npmignore +0 -1
- package/dist/static/batchleft.png +0 -0
- package/dist/static/batchright.png +0 -0
- package/dist/static/bluemainbg.jpg +0 -0
- package/dist/static/huangtengbiaozhi.png +0 -0
- package/dist/static/login_bg.jpg +0 -0
- package/dist/static/login_title.png +0 -0
- package/dist/static/login_title1.png +0 -0
- package/dist/static/loginbg.jpg +0 -0
- package/dist/static/loginlogo.png +0 -0
- package/dist/static/main_logo.png +0 -0
- package/dist/static/mainbg.jpg +0 -0
- package/dist/static/menulogo.png +0 -0
- package/dist/static/newmainbg.jpg +0 -0
- package/dist/static/psicon.png +0 -0
- package/dist/static/singleleft.png +0 -0
- package/dist/static/singleright.png +0 -0
- package/dist/static/treeopen.png +0 -0
- package/dist/static/treeout.png +0 -0
- package/dist/static/treeset.png +0 -0
- package/dist/static/usericon.png +0 -0
- package/dist/static/xinxi.png +0 -0
- package/package-lock.json +0 -10507
- package/src/.npmignore +0 -1
- package/static/aodelogo.png +0 -0
- package/static/aodenewlogo.png +0 -0
@@ -137,8 +137,8 @@
|
|
137
137
|
@media screen and (max-width: 1920px) {
|
138
138
|
|
139
139
|
.basic-main {
|
140
|
-
padding: 0.
|
141
|
-
margin: 0.
|
140
|
+
padding: 0.4%;
|
141
|
+
margin: 0.4% 0.4%;
|
142
142
|
width: 98.8%;
|
143
143
|
height: auto;
|
144
144
|
background-color: #ffffff;
|
@@ -213,8 +213,8 @@
|
|
213
213
|
// background-color: #ffffff!important;
|
214
214
|
//}
|
215
215
|
.binary-left {
|
216
|
-
padding: 0.
|
217
|
-
margin: 0.
|
216
|
+
padding: 0.4%;
|
217
|
+
margin: 0.4% 0.4%;
|
218
218
|
width: 58%;
|
219
219
|
height: auto;
|
220
220
|
background-color: #ffffff;
|
@@ -223,8 +223,8 @@
|
|
223
223
|
}
|
224
224
|
|
225
225
|
.binary-right {
|
226
|
-
padding: 0.
|
227
|
-
margin: 0.
|
226
|
+
padding: 0.4%;
|
227
|
+
margin: 0.4% 0.4% 0.4% 0;
|
228
228
|
width: 40%;
|
229
229
|
height: auto;
|
230
230
|
background-color: #ffffff;
|
@@ -255,12 +255,12 @@
|
|
255
255
|
}
|
256
256
|
|
257
257
|
|
258
|
-
/*分辨率@
|
258
|
+
/*分辨率@1600*1080*/
|
259
259
|
@media screen and (max-width: 1600px) {
|
260
260
|
|
261
261
|
.basic-main {
|
262
|
-
padding: 0.
|
263
|
-
margin: 0.
|
262
|
+
padding: 0.4%;
|
263
|
+
margin: 0.4% 0.4%;
|
264
264
|
width: 98.8%;
|
265
265
|
height: auto;
|
266
266
|
background-color: #ffffff;
|
@@ -335,8 +335,8 @@
|
|
335
335
|
// background-color: #ffffff!important;
|
336
336
|
//}
|
337
337
|
.binary-left {
|
338
|
-
padding: 0.
|
339
|
-
margin: 0.
|
338
|
+
padding: 0.4%;
|
339
|
+
margin: 0.4% 0.4%;
|
340
340
|
width: 58%;
|
341
341
|
height: auto;
|
342
342
|
background-color: #ffffff;
|
@@ -345,8 +345,8 @@
|
|
345
345
|
}
|
346
346
|
|
347
347
|
.binary-right {
|
348
|
-
padding: 0.
|
349
|
-
margin: 0.
|
348
|
+
padding: 0.4%;
|
349
|
+
margin: 0.4% 0.4% 0.4% 0;
|
350
350
|
width: 40%;
|
351
351
|
height: auto;
|
352
352
|
background-color: #ffffff;
|
@@ -201,9 +201,9 @@ input{outline:none;}
|
|
201
201
|
|
202
202
|
.login-operator {
|
203
203
|
position: fixed;
|
204
|
-
right:
|
204
|
+
right: 0px;
|
205
205
|
font-size: 1.6rem;
|
206
|
-
line-height:
|
206
|
+
line-height: 36px;
|
207
207
|
color: #333;
|
208
208
|
}
|
209
209
|
|
@@ -333,7 +333,7 @@ input{outline:none;}
|
|
333
333
|
//system左侧树列表
|
334
334
|
.system-left {
|
335
335
|
float: left;
|
336
|
-
width:
|
336
|
+
width: 8%;
|
337
337
|
height: 100%;
|
338
338
|
|
339
339
|
.system-left-chi {
|
@@ -552,9 +552,9 @@ input{outline:none;}
|
|
552
552
|
|
553
553
|
.login-operator {
|
554
554
|
position: fixed;
|
555
|
-
right:
|
555
|
+
right: 0px;
|
556
556
|
font-size: 1.6rem;
|
557
|
-
line-height:
|
557
|
+
line-height: 34.5px;
|
558
558
|
color: #333;
|
559
559
|
}
|
560
560
|
|
@@ -760,7 +760,7 @@ input{outline:none;}
|
|
760
760
|
//system左侧树列表
|
761
761
|
.system-left{
|
762
762
|
float: left;
|
763
|
-
width:
|
763
|
+
width: 9%;
|
764
764
|
|
765
765
|
height: 100%;
|
766
766
|
|
@@ -986,9 +986,9 @@ input{outline:none;}
|
|
986
986
|
|
987
987
|
.login-operator {
|
988
988
|
position: fixed;
|
989
|
-
right:
|
989
|
+
right: 0px;
|
990
990
|
font-size: 1.6rem;
|
991
|
-
line-height:
|
991
|
+
line-height: 27px;
|
992
992
|
color: #333;
|
993
993
|
}
|
994
994
|
|
@@ -1193,7 +1193,7 @@ input{outline:none;}
|
|
1193
1193
|
//system左侧树列表
|
1194
1194
|
.system-left{
|
1195
1195
|
float: left;
|
1196
|
-
width:
|
1196
|
+
width: 10%;
|
1197
1197
|
height: 100%;
|
1198
1198
|
.system-left-chi{
|
1199
1199
|
height: 96%;
|
@@ -1403,9 +1403,9 @@ input{outline:none;}
|
|
1403
1403
|
|
1404
1404
|
.login-operator {
|
1405
1405
|
position: fixed;
|
1406
|
-
right:
|
1406
|
+
right: 0px;
|
1407
1407
|
font-size: 1.6rem;
|
1408
|
-
line-height:
|
1408
|
+
line-height: 27px;
|
1409
1409
|
color: #333;
|
1410
1410
|
}
|
1411
1411
|
|
@@ -1610,7 +1610,7 @@ input{outline:none;}
|
|
1610
1610
|
//system左侧树列表
|
1611
1611
|
.system-left{
|
1612
1612
|
float: left;
|
1613
|
-
width:
|
1613
|
+
width: 10%;
|
1614
1614
|
height:100%;
|
1615
1615
|
.system-left-chi{
|
1616
1616
|
height: 96%;
|
@@ -1826,9 +1826,9 @@ input{outline:none;}
|
|
1826
1826
|
|
1827
1827
|
.login-operator {
|
1828
1828
|
position: fixed;
|
1829
|
-
right:
|
1829
|
+
right: 0px;
|
1830
1830
|
font-size: 1.6rem;
|
1831
|
-
line-height:
|
1831
|
+
line-height: 27px;
|
1832
1832
|
color: #333;
|
1833
1833
|
}
|
1834
1834
|
|
@@ -2033,7 +2033,7 @@ input{outline:none;}
|
|
2033
2033
|
//system左侧树列表
|
2034
2034
|
.system-left{
|
2035
2035
|
float: left;
|
2036
|
-
width:
|
2036
|
+
width: 10%;
|
2037
2037
|
height: 100%;
|
2038
2038
|
.system-left-chi{
|
2039
2039
|
height: 96%;
|
@@ -2241,9 +2241,9 @@ input{outline:none;}
|
|
2241
2241
|
|
2242
2242
|
.login-operator {
|
2243
2243
|
position: fixed;
|
2244
|
-
right:
|
2244
|
+
right: 0px;
|
2245
2245
|
font-size: 1.6rem;
|
2246
|
-
line-height:
|
2246
|
+
line-height: 27px;
|
2247
2247
|
color: #333;
|
2248
2248
|
}
|
2249
2249
|
|
@@ -2448,7 +2448,7 @@ input{outline:none;}
|
|
2448
2448
|
//system左侧树列表
|
2449
2449
|
.system-left{
|
2450
2450
|
float: left;
|
2451
|
-
width:
|
2451
|
+
width: 12%;
|
2452
2452
|
height: 100%;
|
2453
2453
|
.system-left-chi{
|
2454
2454
|
height: 96%;
|
@@ -0,0 +1,180 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
/*分辨率@1920*1080*/
|
4
|
+
@media screen and (max-width: 1920px) {
|
5
|
+
|
6
|
+
//====================================================
|
7
|
+
.text-user >
|
8
|
+
.text-1> .text-11 {
|
9
|
+
padding-top: 2%;
|
10
|
+
width: 100%;
|
11
|
+
height: 40%;
|
12
|
+
color: #95bad7;
|
13
|
+
}
|
14
|
+
|
15
|
+
.text-user> .text-1 >.text-11 table {
|
16
|
+
height: 100%;
|
17
|
+
}
|
18
|
+
.text-user> .text-1 >.text-11 table tr td{
|
19
|
+
width: 4%;
|
20
|
+
|
21
|
+
}
|
22
|
+
.text-user> .text-1>.text-11 table tr td span{
|
23
|
+
font-size: 2.6rem;
|
24
|
+
}
|
25
|
+
|
26
|
+
.text-user>.text-1> .text-12{
|
27
|
+
width: 100%;
|
28
|
+
height: 60%;
|
29
|
+
}
|
30
|
+
|
31
|
+
.text-sellgas> .text-1{
|
32
|
+
color: #95bad7;
|
33
|
+
}
|
34
|
+
|
35
|
+
|
36
|
+
//.text-sellgas> .text-1>table tr td .sell-img {
|
37
|
+
// width: 62%;
|
38
|
+
//}
|
39
|
+
.text-sellgas> .text-1 table tr td{
|
40
|
+
width: 4%;
|
41
|
+
padding: 6% 6% 0 6%;
|
42
|
+
}
|
43
|
+
.text-sellgas> .text-1 table tr td p{
|
44
|
+
font-size: 1.6rem;
|
45
|
+
}
|
46
|
+
.text-sellgas> .text-1 table tr td .sell-font{
|
47
|
+
font-size: 2rem;
|
48
|
+
}
|
49
|
+
.text-sellgas> .text-1 table tr td span{
|
50
|
+
font-size: 2.6rem;
|
51
|
+
}
|
52
|
+
.font-res{
|
53
|
+
font-size: 3.4rem!important;
|
54
|
+
}
|
55
|
+
.text-sellgas> .text-1 table tr td .sell-img0 {
|
56
|
+
width: 62%;
|
57
|
+
}
|
58
|
+
.text-sellgas> .text-1 table tr td .sell-img1 {
|
59
|
+
width: 73%;
|
60
|
+
}
|
61
|
+
.font-res1{
|
62
|
+
font-size: 34px!important;
|
63
|
+
}
|
64
|
+
.text-shanximap>.map-1{
|
65
|
+
padding-top: 6%;
|
66
|
+
text-align: center;
|
67
|
+
}
|
68
|
+
.text-shanximap>.map-1>.map-2{
|
69
|
+
height: 90%;
|
70
|
+
}
|
71
|
+
.text-shanximap>div>.map-bar{
|
72
|
+
background-image: url('/static/NewManageHome/矩形11拷贝9.png');
|
73
|
+
background-repeat: no-repeat;
|
74
|
+
background-size: 100%;
|
75
|
+
width: 52%;
|
76
|
+
margin-left: 25%;
|
77
|
+
padding:1% 3% 0% 0%;
|
78
|
+
height: 8%;
|
79
|
+
font-size: 1.6rem;
|
80
|
+
color: #ffffff;
|
81
|
+
}
|
82
|
+
|
83
|
+
}
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
/*分辨率@1366*768*/
|
101
|
+
@media screen and (max-width: 1366px) {
|
102
|
+
|
103
|
+
//====================================================
|
104
|
+
.text-user >
|
105
|
+
.text-1> .text-11 {
|
106
|
+
padding-top: 2%;
|
107
|
+
width: 100%;
|
108
|
+
height: 40%;
|
109
|
+
color: #95bad7;
|
110
|
+
}
|
111
|
+
|
112
|
+
.text-user> .text-1 >.text-11 table {
|
113
|
+
height: 100%;
|
114
|
+
}
|
115
|
+
.text-user> .text-1 >.text-11 table tr td{
|
116
|
+
width: 4%;
|
117
|
+
|
118
|
+
}
|
119
|
+
.text-user> .text-1>.text-11 table tr td span{
|
120
|
+
font-size: 1.8rem;
|
121
|
+
}
|
122
|
+
|
123
|
+
.text-user>.text-1> .text-12{
|
124
|
+
width: 100%;
|
125
|
+
height: 60%;
|
126
|
+
}
|
127
|
+
|
128
|
+
.text-sellgas> .text-1{
|
129
|
+
color: #95bad7;
|
130
|
+
}
|
131
|
+
|
132
|
+
|
133
|
+
//.text-sellgas> .text-1>table tr td .sell-img {
|
134
|
+
// width: 62%;
|
135
|
+
//}
|
136
|
+
.text-sellgas> .text-1 table tr td{
|
137
|
+
width: 4%;
|
138
|
+
padding: 3% 3% 0 3%;
|
139
|
+
}
|
140
|
+
.text-sellgas> .text-1 table tr td p{
|
141
|
+
font-size: 1.1rem;
|
142
|
+
}
|
143
|
+
.text-sellgas> .text-1 table tr td .sell-font{
|
144
|
+
font-size: 1.4rem;
|
145
|
+
}
|
146
|
+
.text-sellgas> .text-1 table tr td span{
|
147
|
+
font-size: 1.8rem;
|
148
|
+
}
|
149
|
+
.font-res{
|
150
|
+
font-size: 2rem!important;
|
151
|
+
}
|
152
|
+
.text-sellgas> .text-1 table tr td .sell-img0 {
|
153
|
+
width: 62%;
|
154
|
+
}
|
155
|
+
.text-sellgas> .text-1 table tr td .sell-img1 {
|
156
|
+
width: 73%;
|
157
|
+
}
|
158
|
+
.font-res1{
|
159
|
+
font-size: 28px!important;
|
160
|
+
}
|
161
|
+
.text-shanximap>.map-1{
|
162
|
+
padding-top: 6%;
|
163
|
+
text-align: center;
|
164
|
+
}
|
165
|
+
.text-shanximap>.map-1>.map-2{
|
166
|
+
height: 90%;
|
167
|
+
}
|
168
|
+
.text-shanximap>div>.map-bar{
|
169
|
+
background-image: url('/static/NewManageHome/矩形11拷贝9.png');
|
170
|
+
background-repeat: no-repeat;
|
171
|
+
background-size: 100%;
|
172
|
+
width: 52%;
|
173
|
+
margin-left: 25%;
|
174
|
+
padding:1% 3% 0% 0%;
|
175
|
+
height: 8%;
|
176
|
+
font-size: 1.1rem;
|
177
|
+
color: #ffffff;
|
178
|
+
}
|
179
|
+
|
180
|
+
}
|