tplus-portaltouch 3.19.2 → 3.22.3

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.
Files changed (69) hide show
  1. package/dist/api/ModifyPassApi.js.map +1 -1
  2. package/dist/components/dutyandsettle/dutysettlebill.js.map +1 -1
  3. package/dist/components/dutyandsettle/dutysettlehistory.js +7 -7
  4. package/dist/components/dutyandsettle/dutysettlehistory.js.map +1 -1
  5. package/dist/components/dutyandsettle/index.js.map +1 -1
  6. package/dist/components/dutyandsettle/tipContent.js.map +1 -1
  7. package/dist/components/header/customUse.js.map +1 -1
  8. package/dist/components/header/headContent.js.map +1 -1
  9. package/dist/components/header/index.js +13 -13
  10. package/dist/components/header/index.js.map +1 -1
  11. package/dist/components/header/style.less +351 -351
  12. package/dist/components/header/themeModal.js.map +1 -1
  13. package/dist/components/header/vertical-touch.js.map +1 -1
  14. package/dist/components/header/vertical-touch.less +228 -228
  15. package/dist/containers/Main/index.js.map +1 -1
  16. package/dist/dutyService/index.js.map +1 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/middleWare/index.js.map +1 -1
  19. package/dist/modalRouter/StaticRouter.js.map +1 -1
  20. package/dist/modalRouter/index.js +8 -8
  21. package/dist/modalRouter/index.js.map +1 -1
  22. package/dist/pages/Modal/index.js.map +1 -1
  23. package/dist/pages/Modal/style.less +5 -5
  24. package/dist/pages/Portal/data.js +7 -7
  25. package/dist/pages/Portal/data.js.map +1 -1
  26. package/dist/pages/Portal/horizontalPadPortal.js.map +1 -1
  27. package/dist/pages/Portal/horizontalSunMiPortal.js.map +1 -1
  28. package/dist/pages/Portal/index.js +6 -6
  29. package/dist/pages/Portal/index.js.map +1 -1
  30. package/dist/pages/Portal/index.less +612 -612
  31. package/dist/pages/Portal/verticalPortal.js.map +1 -1
  32. package/dist/pages/Portalbc/data.js +145 -28
  33. package/dist/pages/Portalbc/data.js.map +1 -1
  34. package/dist/pages/Portalbc/horizontalPadPortal.js.map +1 -1
  35. package/dist/pages/Portalbc/horizontalSunMiPortal.js.map +1 -1
  36. package/dist/pages/Portalbc/index.js +117 -22
  37. package/dist/pages/Portalbc/index.js.map +1 -1
  38. package/dist/pages/Portalbc/index.less +773 -727
  39. package/dist/pages/Portalbc/onframe.js.map +1 -1
  40. package/dist/pages/Portalbc/verticalPortal.js +3 -1
  41. package/dist/pages/Portalbc/verticalPortal.js.map +1 -1
  42. package/dist/pages/dutyandsettle/AuthProcess.js.map +1 -1
  43. package/dist/pages/dutyandsettle/index.js.map +1 -1
  44. package/dist/pages/dutyandsettle/index.less +529 -529
  45. package/dist/pages/dutyandsettle/offDuty.js +7 -7
  46. package/dist/pages/dutyandsettle/offDuty.js.map +1 -1
  47. package/dist/pages/dutyandsettle/onDialy.js.map +1 -1
  48. package/dist/pages/dutyandsettle/onDuty.js.map +1 -1
  49. package/dist/pages/dutyandsettle/onUnDaily.js.map +1 -1
  50. package/dist/pages/dutyandsettle/settleDialy.js.map +1 -1
  51. package/dist/pages/index.js.map +1 -1
  52. package/dist/pages/modifyPass/index.js.map +1 -1
  53. package/dist/pages/modifyPass/style.less +71 -71
  54. package/dist/pages/notFound/index.js.map +1 -1
  55. package/dist/pages/notFound/style.less +17 -17
  56. package/dist/stores/ModalRouter.js.map +1 -1
  57. package/dist/stores/ModifyPassStore.js.map +1 -1
  58. package/dist/stores/PortalStore.js +5 -5
  59. package/dist/stores/PortalStore.js.map +1 -1
  60. package/dist/stores/PosLoginStore.js.map +1 -1
  61. package/dist/stores/billHistoryStore.js.map +1 -1
  62. package/dist/stores/dutySettleStore.js.map +1 -1
  63. package/dist/stores/index.js.map +1 -1
  64. package/dist/utils/PrintProcess.js +10 -10
  65. package/dist/utils/PrintProcess.js.map +1 -1
  66. package/dist/utils/index.js.map +1 -1
  67. package/dist/utils/networkCheck.js.map +1 -1
  68. package/package.json +4 -4
  69. package/tsconfig.json +14 -14
@@ -1,352 +1,352 @@
1
- .pos-header {
2
- background-color: #fff;
3
- box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
4
- position: relative;
5
- z-index: 99;
6
- padding: 0px 18px !important;
7
- -webkit-user-select: none;
8
- -webkit-app-region: drag;
9
- .header-triangle-down {
10
- width: 0;
11
- height: 0;
12
- border-left: 6px solid transparent;
13
- border-right: 6px solid transparent;
14
- border-top: 6px solid #c8c8cd;
15
- position: absolute;
16
- top: 50%;
17
- right: 5px;
18
- margin-top: -4px;
19
- }
20
- &.isPortal-head {
21
- background-color: transparent;
22
- box-shadow: none;
23
- .head-content-left {
24
- .store-name, .business-name, .network-status, .store-code {
25
- color: #fff;
26
- }
27
- .header-triangle-down{
28
- border-top: 6px solid #fff;
29
- }
30
- }
31
- .head-content-right {
32
- .t_loginbtn_wrapper{
33
- margin-right: 10px;
34
- }
35
- .header-info-render-content, .time {
36
- color: #fff;
37
- position: relative;
38
- div{
39
- span{
40
- float: right;
41
- }
42
- }
43
- }
44
- .header-triangle-down{
45
- border-top: 6px solid #fff;
46
- }
47
- .header-info-render-content{
48
- -webkit-app-region: no-drag;
49
- .store-info-item{
50
- color: #fff;
51
- }
52
- }
53
- }
54
- .head-content-control{
55
- .iconfont{
56
- color: #fff;
57
- }
58
- }
59
- }
60
- .head-content-left {
61
- float: left;
62
- height: 100%;
63
- & > div {
64
- float: left;
65
- }
66
- .business-name {
67
- font-size: 16px;
68
- color: #333333;
69
- overflow: hidden;
70
- text-overflow:ellipsis;
71
- white-space: nowrap;
72
- }
73
- .business-logo {
74
- margin-right : 10px;
75
- height : 100%;
76
- flex-direction : column;
77
- justify-content: center;
78
- display : flex;
79
-
80
- .business-logo-container {
81
- display : flex;
82
- align-items : center;
83
- justify-content: center;
84
-
85
- .back_i {
86
- font-size : 20px;
87
- padding-right: 20px;
88
- color: #666666;
89
- }
90
-
91
- img {
92
- height: 22px !important;
93
- }
94
- }
95
- .example-logo{
96
- height: 24px;
97
- display: block;
98
- margin-right: 10px;
99
- -webkit-app-region: no-drag;
100
- }
101
- }
102
- .store-name, .store-code, .network-status {
103
- font-size: 14px;
104
- color: #333333;
105
- margin-left: 10px;
106
- .network-state-icon{
107
- &.icon-WiFi{
108
- font-size: 13px;
109
- }
110
- &.icon-wuwangluo{
111
- position: relative;
112
- top: -2px;
113
- }
114
- }
115
- }
116
- .store-name{
117
- position: relative;
118
- padding-right: 24px;
119
- cursor: pointer;
120
- }
121
- }
122
- .head-content-right {
123
- float: right;
124
- height: 100%;
125
- & > div {
126
- float: right;
127
- height: 100%;
128
- &.store-info-item{
129
- color: #333;
130
- }
131
- }
132
- .theme-icon{
133
- float: right;
134
- color: #fff;
135
- font-size: 14px;
136
- margin-left: 20px;
137
- cursor: pointer;
138
- &.pos-page{
139
- color: #666666;
140
- }
141
- }
142
- .time {
143
- font-size: 12px;
144
- color: #333;
145
- margin-right: 10px;
146
- line-height: 60px;
147
- span{
148
- font-size: 21px;
149
- display: inline-block;
150
- margin-left: 12px;
151
- width: 98px;
152
- text-align: left;
153
- float: right;
154
- }
155
- .head-calendar-icon {
156
- margin: 0px 8px 0px 10px;
157
- position: relative;
158
- }
159
- }
160
- .soltAvatar{
161
- content: '';
162
- display: block;
163
- width: 30px;
164
- height: 30px;
165
- position: absolute;
166
- top: 50%;
167
- margin-top: -15px;
168
- left: 0;
169
- background-size: contain;
170
- }
171
- .header-info-render-content{
172
- padding-right: 25px;
173
- cursor: pointer;
174
- position: relative;
175
- .store-info-item{
176
- color: #333;
177
- .biller{
178
- position: relative;
179
- padding-left: 38px;
180
- &:before{
181
- background-image: url("https://newretail.static.chanjet.com/staff-avtar1.png");
182
- .soltAvatar;
183
- }
184
- }
185
- span{
186
- padding-left: 10px;
187
- }
188
- }
189
- * {
190
- font-size: 12px;
191
- }
192
- }
193
- .voucher-head-guide{
194
- position: relative;
195
- padding-left: 38px;
196
- &:before{
197
- background-image: url("https://newretail.static.chanjet.com/staff-avtar2.png");
198
- .soltAvatar;
199
- }
200
- }
201
- }
202
- .head-content-control{
203
- float: right;
204
- height: 100%;
205
- width: 108px;
206
- position: relative;
207
- margin-left: 10px;
208
- display: flex;
209
- justify-content: space-evenly;
210
- &:before{
211
- //content: '';
212
- display: block;
213
- height: 16px;
214
- background: #DAE3E1;
215
- position: absolute;
216
- left: 0;
217
- top: 50%;
218
- margin-top: -8px;
219
- width: 1px;
220
- }
221
- .iconfont{
222
- padding: 0 10px;
223
- color: #333;
224
- cursor: pointer;
225
- -webkit-app-region: no-drag;
226
- }
227
- }
228
- }
229
- ._portal-header-dropdown{
230
- top: 45px !important;
231
- min-width: 100px !important;
232
- z-index: 999;
233
-
234
- &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
235
- &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
236
- &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
237
- right: 7px !important;
238
- }
239
- .ant-dropdown-menu{
240
- padding: 0;
241
- border-radius: 3px;
242
- .ant-dropdown-menu-item{
243
- height: 32px;
244
- }
245
- }
246
- .ant-dropdown-menu-item{
247
- position: relative;
248
- padding-left: 36px;
249
- i {
250
- font-size: 14px;
251
- position: absolute;
252
- left: 10px;
253
- }
254
- span {
255
- font-size: 12px;
256
- width: 50px;
257
- display: block;
258
- text-align-last: justify;
259
- }
260
- }
261
- &.inside-header{
262
- &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
263
- &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
264
- &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
265
- border-top-color: rgba(0,0,0,.65) !important;
266
- border-left-color: rgba(0,0,0,.65) !important;
267
- }
268
- .ant-dropdown-menu{
269
- background-color: rgba(0,0,0,.65) !important;
270
- .ant-dropdown-menu-item{
271
- i, span {
272
- color: #fff;
273
- }
274
- &.ant-dropdown-menu-item-selected{
275
- background-color: rgba(0,0,0,.3);
276
- }
277
- }
278
- .ant-dropdown-menu-item-active{
279
- background-color: rgba(0,0,0,.3);
280
- }
281
- }
282
- }
283
- }
284
- .head-business-tip{
285
- .ant-tooltip-inner{
286
- box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
287
- border-radius: 3px;
288
- div{
289
- padding: 0 10px;
290
- h1{
291
- line-height: 32px;
292
- font-size: 14px;
293
- color: #333;
294
- font-weight: normal;
295
- }
296
- }
297
- }
298
- .pos-more-info-container {
299
- &>h1{
300
- white-space: nowrap;
301
- overflow: hidden;
302
- text-overflow: ellipsis;
303
- }
304
- }
305
- }
306
- .close-app-loading{
307
- background-color: rgba(0, 0, 0, 0.8);
308
- .close-app-spin{
309
- width: 150px;
310
- .tplus-spin{
311
- margin: 0 auto;
312
- width: 36px;
313
- }
314
- h1 {
315
- color: rgba(255,255,255,.8);
316
- font-size: 13px;
317
- margin-top: 20px;
318
- text-align: center;
319
- letter-spacing: 1px;
320
- }
321
- }
322
- }
323
-
324
- @media (max-width: 1080px){
325
- .business-name {
326
- max-width: 130px;
327
- }
328
- .head-content-right{
329
- .time {
330
- div{
331
- position: relative;
332
- line-height: 86px;
333
- padding-right: 10px;
334
- height: 100%;
335
- }
336
- span{
337
- position: absolute;
338
- left: 0px;
339
- top: 4px;
340
- line-height: normal;
341
- margin-left: 0 !important;
342
- }
343
- }
344
- }
345
- }
346
- @media (max-width: 920px){
347
- .head-content-right{
348
- .time {
349
- display: none;
350
- }
351
- }
1
+ .pos-header {
2
+ background-color: #fff;
3
+ box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
4
+ position: relative;
5
+ z-index: 99;
6
+ padding: 0px 18px !important;
7
+ -webkit-user-select: none;
8
+ -webkit-app-region: drag;
9
+ .header-triangle-down {
10
+ width: 0;
11
+ height: 0;
12
+ border-left: 6px solid transparent;
13
+ border-right: 6px solid transparent;
14
+ border-top: 6px solid #c8c8cd;
15
+ position: absolute;
16
+ top: 50%;
17
+ right: 5px;
18
+ margin-top: -4px;
19
+ }
20
+ &.isPortal-head {
21
+ background-color: transparent;
22
+ box-shadow: none;
23
+ .head-content-left {
24
+ .store-name, .business-name, .network-status, .store-code {
25
+ color: #fff;
26
+ }
27
+ .header-triangle-down{
28
+ border-top: 6px solid #fff;
29
+ }
30
+ }
31
+ .head-content-right {
32
+ .t_loginbtn_wrapper{
33
+ margin-right: 10px;
34
+ }
35
+ .header-info-render-content, .time {
36
+ color: #fff;
37
+ position: relative;
38
+ div{
39
+ span{
40
+ float: right;
41
+ }
42
+ }
43
+ }
44
+ .header-triangle-down{
45
+ border-top: 6px solid #fff;
46
+ }
47
+ .header-info-render-content{
48
+ -webkit-app-region: no-drag;
49
+ .store-info-item{
50
+ color: #fff;
51
+ }
52
+ }
53
+ }
54
+ .head-content-control{
55
+ .iconfont{
56
+ color: #fff;
57
+ }
58
+ }
59
+ }
60
+ .head-content-left {
61
+ float: left;
62
+ height: 100%;
63
+ & > div {
64
+ float: left;
65
+ }
66
+ .business-name {
67
+ font-size: 16px;
68
+ color: #333333;
69
+ overflow: hidden;
70
+ text-overflow:ellipsis;
71
+ white-space: nowrap;
72
+ }
73
+ .business-logo {
74
+ margin-right : 10px;
75
+ height : 100%;
76
+ flex-direction : column;
77
+ justify-content: center;
78
+ display : flex;
79
+
80
+ .business-logo-container {
81
+ display : flex;
82
+ align-items : center;
83
+ justify-content: center;
84
+
85
+ .back_i {
86
+ font-size : 20px;
87
+ padding-right: 20px;
88
+ color: #666666;
89
+ }
90
+
91
+ img {
92
+ height: 22px !important;
93
+ }
94
+ }
95
+ .example-logo{
96
+ height: 24px;
97
+ display: block;
98
+ margin-right: 10px;
99
+ -webkit-app-region: no-drag;
100
+ }
101
+ }
102
+ .store-name, .store-code, .network-status {
103
+ font-size: 14px;
104
+ color: #333333;
105
+ margin-left: 10px;
106
+ .network-state-icon{
107
+ &.icon-WiFi{
108
+ font-size: 13px;
109
+ }
110
+ &.icon-wuwangluo{
111
+ position: relative;
112
+ top: -2px;
113
+ }
114
+ }
115
+ }
116
+ .store-name{
117
+ position: relative;
118
+ padding-right: 24px;
119
+ cursor: pointer;
120
+ }
121
+ }
122
+ .head-content-right {
123
+ float: right;
124
+ height: 100%;
125
+ & > div {
126
+ float: right;
127
+ height: 100%;
128
+ &.store-info-item{
129
+ color: #333;
130
+ }
131
+ }
132
+ .theme-icon{
133
+ float: right;
134
+ color: #fff;
135
+ font-size: 14px;
136
+ margin-left: 20px;
137
+ cursor: pointer;
138
+ &.pos-page{
139
+ color: #666666;
140
+ }
141
+ }
142
+ .time {
143
+ font-size: 12px;
144
+ color: #333;
145
+ margin-right: 10px;
146
+ line-height: 60px;
147
+ span{
148
+ font-size: 21px;
149
+ display: inline-block;
150
+ margin-left: 12px;
151
+ width: 98px;
152
+ text-align: left;
153
+ float: right;
154
+ }
155
+ .head-calendar-icon {
156
+ margin: 0px 8px 0px 10px;
157
+ position: relative;
158
+ }
159
+ }
160
+ .soltAvatar{
161
+ content: '';
162
+ display: block;
163
+ width: 30px;
164
+ height: 30px;
165
+ position: absolute;
166
+ top: 50%;
167
+ margin-top: -15px;
168
+ left: 0;
169
+ background-size: contain;
170
+ }
171
+ .header-info-render-content{
172
+ padding-right: 25px;
173
+ cursor: pointer;
174
+ position: relative;
175
+ .store-info-item{
176
+ color: #333;
177
+ .biller{
178
+ position: relative;
179
+ padding-left: 38px;
180
+ &:before{
181
+ background-image: url("https://newretail.static.chanjet.com/staff-avtar1.png");
182
+ .soltAvatar;
183
+ }
184
+ }
185
+ span{
186
+ padding-left: 10px;
187
+ }
188
+ }
189
+ * {
190
+ font-size: 12px;
191
+ }
192
+ }
193
+ .voucher-head-guide{
194
+ position: relative;
195
+ padding-left: 38px;
196
+ &:before{
197
+ background-image: url("https://newretail.static.chanjet.com/staff-avtar2.png");
198
+ .soltAvatar;
199
+ }
200
+ }
201
+ }
202
+ .head-content-control{
203
+ float: right;
204
+ height: 100%;
205
+ width: 108px;
206
+ position: relative;
207
+ margin-left: 10px;
208
+ display: flex;
209
+ justify-content: space-evenly;
210
+ &:before{
211
+ //content: '';
212
+ display: block;
213
+ height: 16px;
214
+ background: #DAE3E1;
215
+ position: absolute;
216
+ left: 0;
217
+ top: 50%;
218
+ margin-top: -8px;
219
+ width: 1px;
220
+ }
221
+ .iconfont{
222
+ padding: 0 10px;
223
+ color: #333;
224
+ cursor: pointer;
225
+ -webkit-app-region: no-drag;
226
+ }
227
+ }
228
+ }
229
+ ._portal-header-dropdown{
230
+ top: 45px !important;
231
+ min-width: 100px !important;
232
+ z-index: 999;
233
+
234
+ &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
235
+ &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
236
+ &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
237
+ right: 7px !important;
238
+ }
239
+ .ant-dropdown-menu{
240
+ padding: 0;
241
+ border-radius: 3px;
242
+ .ant-dropdown-menu-item{
243
+ height: 32px;
244
+ }
245
+ }
246
+ .ant-dropdown-menu-item{
247
+ position: relative;
248
+ padding-left: 36px;
249
+ i {
250
+ font-size: 14px;
251
+ position: absolute;
252
+ left: 10px;
253
+ }
254
+ span {
255
+ font-size: 12px;
256
+ width: 50px;
257
+ display: block;
258
+ text-align-last: justify;
259
+ }
260
+ }
261
+ &.inside-header{
262
+ &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
263
+ &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
264
+ &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
265
+ border-top-color: rgba(0,0,0,.65) !important;
266
+ border-left-color: rgba(0,0,0,.65) !important;
267
+ }
268
+ .ant-dropdown-menu{
269
+ background-color: rgba(0,0,0,.65) !important;
270
+ .ant-dropdown-menu-item{
271
+ i, span {
272
+ color: #fff;
273
+ }
274
+ &.ant-dropdown-menu-item-selected{
275
+ background-color: rgba(0,0,0,.3);
276
+ }
277
+ }
278
+ .ant-dropdown-menu-item-active{
279
+ background-color: rgba(0,0,0,.3);
280
+ }
281
+ }
282
+ }
283
+ }
284
+ .head-business-tip{
285
+ .ant-tooltip-inner{
286
+ box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
287
+ border-radius: 3px;
288
+ div{
289
+ padding: 0 10px;
290
+ h1{
291
+ line-height: 32px;
292
+ font-size: 14px;
293
+ color: #333;
294
+ font-weight: normal;
295
+ }
296
+ }
297
+ }
298
+ .pos-more-info-container {
299
+ &>h1{
300
+ white-space: nowrap;
301
+ overflow: hidden;
302
+ text-overflow: ellipsis;
303
+ }
304
+ }
305
+ }
306
+ .close-app-loading{
307
+ background-color: rgba(0, 0, 0, 0.8);
308
+ .close-app-spin{
309
+ width: 150px;
310
+ .tplus-spin{
311
+ margin: 0 auto;
312
+ width: 36px;
313
+ }
314
+ h1 {
315
+ color: rgba(255,255,255,.8);
316
+ font-size: 13px;
317
+ margin-top: 20px;
318
+ text-align: center;
319
+ letter-spacing: 1px;
320
+ }
321
+ }
322
+ }
323
+
324
+ @media (max-width: 1080px){
325
+ .business-name {
326
+ max-width: 130px;
327
+ }
328
+ .head-content-right{
329
+ .time {
330
+ div{
331
+ position: relative;
332
+ line-height: 86px;
333
+ padding-right: 10px;
334
+ height: 100%;
335
+ }
336
+ span{
337
+ position: absolute;
338
+ left: 0px;
339
+ top: 4px;
340
+ line-height: normal;
341
+ margin-left: 0 !important;
342
+ }
343
+ }
344
+ }
345
+ }
346
+ @media (max-width: 920px){
347
+ .head-content-right{
348
+ .time {
349
+ display: none;
350
+ }
351
+ }
352
352
  }