tplus-portaltouch 3.51.1 → 3.51.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. package/dist/api/ModifyPassApi.js.map +1 -1
  2. package/dist/components/dutyandsettle/dutysettlebill.js +0 -6
  3. package/dist/components/dutyandsettle/dutysettlebill.js.map +1 -1
  4. package/dist/components/dutyandsettle/dutysettlehistory.js +7 -7
  5. package/dist/components/dutyandsettle/dutysettlehistory.js.map +1 -1
  6. package/dist/components/dutyandsettle/index.js.map +1 -1
  7. package/dist/components/dutyandsettle/tipContent.js.map +1 -1
  8. package/dist/components/header/customUse.js.map +1 -1
  9. package/dist/components/header/headContent.js +10 -5
  10. package/dist/components/header/headContent.js.map +1 -1
  11. package/dist/components/header/index.js +13 -13
  12. package/dist/components/header/index.js.map +1 -1
  13. package/dist/components/header/offlinePointDesc.js.map +1 -1
  14. package/dist/components/header/style.less +457 -457
  15. package/dist/components/header/themeModal.js.map +1 -1
  16. package/dist/components/header/uploadList.js +6 -6
  17. package/dist/components/header/uploadList.js.map +1 -1
  18. package/dist/components/header/vertical-touch.js.map +1 -1
  19. package/dist/components/header/vertical-touch.less +228 -228
  20. package/dist/containers/Main/index.js.map +1 -1
  21. package/dist/dutyService/index.js.map +1 -1
  22. package/dist/index.js.map +1 -1
  23. package/dist/middleWare/index.js.map +1 -1
  24. package/dist/modalRouter/StaticRouter.js.map +1 -1
  25. package/dist/modalRouter/index.js +8 -8
  26. package/dist/modalRouter/index.js.map +1 -1
  27. package/dist/pages/Modal/index.js.map +1 -1
  28. package/dist/pages/Modal/style.less +5 -5
  29. package/dist/pages/Portalbc/data.js +5 -5
  30. package/dist/pages/Portalbc/data.js.map +1 -1
  31. package/dist/pages/Portalbc/horizontalPadPortal.js.map +1 -1
  32. package/dist/pages/Portalbc/horizontalSunMiPortal.js.map +1 -1
  33. package/dist/pages/Portalbc/index.js +6 -6
  34. package/dist/pages/Portalbc/index.js.map +1 -1
  35. package/dist/pages/Portalbc/index.less +822 -822
  36. package/dist/pages/Portalbc/onframe.js.map +1 -1
  37. package/dist/pages/Portalbc/verticalPortal.js.map +1 -1
  38. package/dist/pages/dutyandsettle/AuthProcess.js.map +1 -1
  39. package/dist/pages/dutyandsettle/index.js.map +1 -1
  40. package/dist/pages/dutyandsettle/index.less +529 -529
  41. package/dist/pages/dutyandsettle/offDuty.js +7 -7
  42. package/dist/pages/dutyandsettle/offDuty.js.map +1 -1
  43. package/dist/pages/dutyandsettle/onDialy.js.map +1 -1
  44. package/dist/pages/dutyandsettle/onDuty.js.map +1 -1
  45. package/dist/pages/dutyandsettle/onUnDaily.js.map +1 -1
  46. package/dist/pages/dutyandsettle/settleDialy.js.map +1 -1
  47. package/dist/pages/index.js.map +1 -1
  48. package/dist/pages/modifyPass/index.js.map +1 -1
  49. package/dist/pages/modifyPass/style.less +71 -71
  50. package/dist/pages/notFound/index.js.map +1 -1
  51. package/dist/pages/notFound/style.less +17 -17
  52. package/dist/stores/IframeStore.js +5 -5
  53. package/dist/stores/IframeStore.js.map +1 -1
  54. package/dist/stores/ModalRouter.js.map +1 -1
  55. package/dist/stores/ModifyPassStore.js.map +1 -1
  56. package/dist/stores/PortalStore.js +5 -5
  57. package/dist/stores/PortalStore.js.map +1 -1
  58. package/dist/stores/PosLoginStore.js.map +1 -1
  59. package/dist/stores/billHistoryStore.js.map +1 -1
  60. package/dist/stores/dutySettleStore.js.map +1 -1
  61. package/dist/stores/index.js.map +1 -1
  62. package/dist/utils/PrintProcess.js +10 -10
  63. package/dist/utils/PrintProcess.js.map +1 -1
  64. package/dist/utils/index.js.map +1 -1
  65. package/dist/utils/networkCheck.js.map +1 -1
  66. package/package.json +2 -2
  67. package/tsconfig.json +14 -14
@@ -1,458 +1,458 @@
1
- @import "~tplus-components/dist/index.less";
2
- .pos-header {
3
- background-color: #fff;
4
- box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
5
- position: relative;
6
- z-index: 99;
7
- padding: 0px 18px !important;
8
- -webkit-user-select: none;
9
- -webkit-app-region: drag;
10
- .header-triangle-down {
11
- width: 0;
12
- height: 0;
13
- border-left: 6px solid transparent;
14
- border-right: 6px solid transparent;
15
- border-top: 6px solid #c8c8cd;
16
- position: absolute;
17
- top: 50%;
18
- right: 5px;
19
- margin-top: -4px;
20
- }
21
- &.isPortal-head {
22
- background-color: transparent;
23
- box-shadow: none;
24
- .head-content-left {
25
- .store-name, .business-name, .network-status, .store-code {
26
- color: #fff;
27
- }
28
- .header-triangle-down{
29
- border-top: 6px solid #fff;
30
- }
31
- }
32
- .head-content-right {
33
- .t_loginbtn_wrapper{
34
- margin-right: 10px;
35
- }
36
- .header-info-render-content, .time {
37
- color: #fff;
38
- position: relative;
39
- div{
40
- span{
41
- float: right;
42
- }
43
- }
44
- }
45
- .header-triangle-down{
46
- border-top: 6px solid #fff;
47
- }
48
- .header-info-render-content{
49
- -webkit-app-region: no-drag;
50
- .store-info-item{
51
- color: #fff;
52
- }
53
- }
54
- }
55
- .head-content-control{
56
- .iconfont{
57
- color: #fff;
58
- }
59
- }
60
- }
61
- .head-content-left {
62
- float: left;
63
- height: 100%;
64
- & > div {
65
- float: left;
66
- }
67
- .business-name {
68
- font-size: 16px;
69
- color: #333333;
70
- overflow: hidden;
71
- text-overflow:ellipsis;
72
- white-space: nowrap;
73
- }
74
- .business-logo {
75
- margin-right : 10px;
76
- height : 100%;
77
- flex-direction : column;
78
- justify-content: center;
79
- display : flex;
80
-
81
- .business-logo-container {
82
- display : flex;
83
- align-items : center;
84
- justify-content: center;
85
-
86
- .back_i {
87
- font-size : 20px;
88
- padding-right: 20px;
89
- color: #666666;
90
- }
91
-
92
- img {
93
- height: 22px !important;
94
- }
95
- }
96
- .example-logo{
97
- height: 24px;
98
- display: block;
99
- margin-right: 10px;
100
- -webkit-app-region: no-drag;
101
- }
102
- }
103
- .store-name, .store-code, .network-status {
104
- font-size: 14px;
105
- color: #333333;
106
- margin-left: 10px;
107
- .network-state-icon{
108
- &.icon-WiFi{
109
- font-size: 13px;
110
- }
111
- &.icon-wuwangluo{
112
- position: relative;
113
- top: -2px;
114
- }
115
- }
116
- }
117
- .store-name{
118
- position: relative;
119
- padding-right: 24px;
120
- cursor: pointer;
121
- }
122
- .on-off-wrap, .upload-retail, .download-retail{
123
- margin-left: 10px;
124
- position: relative;
125
- display: flex;
126
- align-items: center;
127
- height: 60px;
128
- &.c-pointer, .c-pointer{
129
- cursor: pointer;
130
- }
131
- .up-count-btn {
132
- line-height: normal;
133
- background-color: #F83A41;
134
- color: #fff;
135
- transform: scale(.7);
136
- padding: 1px 6px;
137
- border-radius: 10px;
138
- position: absolute;
139
- top: 8px;
140
- right: -10px;
141
- }
142
- .isRetailDownLoading{
143
- position: relative;
144
- animation: retailDown 1.2s ease 0.5s infinite;
145
- }
146
- @keyframes retailDown {
147
- from {top: -18px;}
148
- to {top: 18px;}
149
- }
150
- .isRetailUpLoading{
151
- position: relative;
152
- animation: retailUp 1.2s ease 0.5s infinite;
153
- }
154
- @keyframes retailUp {
155
- from {top: 18px;}
156
- to {top: -18px;}
157
- }
158
- }
159
- .status-square{
160
- overflow: hidden;
161
- display: inline-block;
162
- line-height: 20px;
163
- border-radius: 2px;
164
- padding: 0 6px;
165
- .fast-upload-btn {
166
- display: inline-block;
167
- text-align: center;
168
- min-width: 48px;
169
- }
170
- span {
171
- font-size: 12px;
172
- }
173
- &.off-line, &.is-grey {
174
- background-color: #EAEBED !important;
175
- color: #666 !important;
176
- }
177
- .status-tog-btn {
178
- position: relative;
179
- .iconfont {
180
- font-size: 12px;
181
- display: inline-block;
182
- &.ts-14 {
183
- transform: scale(1.4);
184
- margin: 0 6px;
185
- }
186
- }
187
- .status-space {
188
- margin-right: 4px;
189
- }
190
- }
191
- }
192
- }
193
- .head-content-right {
194
- float: right;
195
- height: 100%;
196
- & > div {
197
- float: right;
198
- height: 100%;
199
- &.store-info-item{
200
- color: #333;
201
- }
202
- }
203
- .theme-icon{
204
- float: right;
205
- color: #fff;
206
- font-size: 14px;
207
- margin-left: 20px;
208
- cursor: pointer;
209
- &.pos-page{
210
- color: #666666;
211
- }
212
- }
213
- .time {
214
- font-size: 12px;
215
- color: #333;
216
- margin-right: 10px;
217
- line-height: 60px;
218
- span{
219
- font-size: 21px;
220
- display: inline-block;
221
- margin-left: 12px;
222
- width: 98px;
223
- text-align: left;
224
- float: right;
225
- }
226
- .head-calendar-icon {
227
- margin: 0px 8px 0px 10px;
228
- position: relative;
229
- }
230
- }
231
- .soltAvatar{
232
- content: '';
233
- display: block;
234
- width: 30px;
235
- height: 30px;
236
- position: absolute;
237
- top: 50%;
238
- margin-top: -15px;
239
- left: 0;
240
- background-size: contain;
241
- }
242
- .header-info-render-content{
243
- padding-right: 25px;
244
- cursor: pointer;
245
- position: relative;
246
- .store-info-item{
247
- color: #333;
248
- .biller{
249
- position: relative;
250
- padding-left: 38px;
251
- &:before{
252
- background-image: url("@{url-prefix}/staff-avtar1.png");
253
- .soltAvatar;
254
- }
255
- }
256
- span{
257
- padding-left: 10px;
258
- }
259
- }
260
- * {
261
- font-size: 12px;
262
- }
263
- }
264
- .voucher-head-guide{
265
- position: relative;
266
- padding-left: 38px;
267
- &:before{
268
- background-image: url("@{url-prefix}/staff-avtar2.png");
269
- .soltAvatar;
270
- }
271
- }
272
- }
273
- .head-content-control{
274
- float: right;
275
- height: 100%;
276
- width: 108px;
277
- position: relative;
278
- margin-left: 10px;
279
- display: flex;
280
- justify-content: space-evenly;
281
- &:before{
282
- //content: '';
283
- display: block;
284
- height: 16px;
285
- background: #DAE3E1;
286
- position: absolute;
287
- left: 0;
288
- top: 50%;
289
- margin-top: -8px;
290
- width: 1px;
291
- }
292
- .iconfont{
293
- padding: 0 10px;
294
- color: #333;
295
- cursor: pointer;
296
- -webkit-app-region: no-drag;
297
- }
298
- }
299
- }
300
- ._portal-header-dropdown{
301
- top: 45px !important;
302
- min-width: 100px !important;
303
- z-index: 999;
304
-
305
- &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
306
- &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
307
- &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
308
- right: 7px !important;
309
- }
310
- .ant-dropdown-menu{
311
- padding: 0;
312
- border-radius: 3px;
313
- .ant-dropdown-menu-item{
314
- height: 32px;
315
- }
316
- }
317
- .ant-dropdown-menu-item{
318
- position: relative;
319
- padding-left: 36px;
320
- i {
321
- font-size: 14px;
322
- position: absolute;
323
- left: 10px;
324
- }
325
- span {
326
- font-size: 12px;
327
- width: 50px;
328
- display: block;
329
- text-align-last: justify;
330
- }
331
- }
332
- &.inside-header{
333
- &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
334
- &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
335
- &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
336
- border-top-color: rgba(0,0,0,.65) !important;
337
- border-left-color: rgba(0,0,0,.65) !important;
338
- }
339
- .ant-dropdown-menu{
340
- background-color: rgba(0,0,0,.65) !important;
341
- .ant-dropdown-menu-item{
342
- i, span {
343
- color: #fff;
344
- }
345
- &.ant-dropdown-menu-item-selected{
346
- background-color: rgba(0,0,0,.3);
347
- }
348
- }
349
- .ant-dropdown-menu-item-active{
350
- background-color: rgba(0,0,0,.3);
351
- }
352
- }
353
- }
354
- }
355
- .head-business-tip{
356
- .ant-tooltip-inner{
357
- box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
358
- border-radius: 3px;
359
- div{
360
- padding: 0 10px;
361
- h1{
362
- line-height: 32px;
363
- font-size: 14px;
364
- color: #333;
365
- font-weight: normal;
366
- }
367
- }
368
- }
369
- .pos-more-info-container {
370
- &>h1{
371
- white-space: nowrap;
372
- overflow: hidden;
373
- text-overflow: ellipsis;
374
- }
375
- }
376
- }
377
- .close-app-loading{
378
- background-color: rgba(0, 0, 0, 0.8);
379
- .close-app-spin{
380
- width: 150px;
381
- .tplus-spin{
382
- margin: 0 auto;
383
- width: 36px;
384
- }
385
- h1 {
386
- color: rgba(255,255,255,.8);
387
- font-size: 13px;
388
- margin-top: 20px;
389
- text-align: center;
390
- letter-spacing: 1px;
391
- }
392
- }
393
- }
394
-
395
- @media (max-width: 1180px){
396
- .business-name {
397
- max-width: 130px;
398
- }
399
- .head-content-right{
400
- .time {
401
- div{
402
- position: relative;
403
- line-height: 86px;
404
- padding-right: 10px;
405
- height: 100%;
406
- }
407
- span{
408
- position: absolute;
409
- left: 0px;
410
- top: 4px;
411
- line-height: normal;
412
- margin-left: 0 !important;
413
- }
414
- }
415
- }
416
- }
417
- @media (max-width: 1060px){
418
- .voucher-head-guide {
419
- margin-right: 0!important;
420
- }
421
- .head-content-right .time div {
422
- padding-right: 0;
423
- }
424
- }
425
- @media (max-width: 920px){
426
- .head-content-right{
427
- .time {
428
- display: none;
429
- }
430
- }
431
- }
432
- // 鼠标悬浮离线感叹号popver的样式
433
- .offline-popver {
434
- width: 660px;
435
- }
436
- .retail-upload-mask-wrap {
437
- .ant-modal-header, th, td, .ant-modal-footer {
438
- padding-left: 20px !important;
439
- padding-right: 20px;
440
- }
441
- .ant-modal-body {
442
- height: 356px;
443
- }
444
- .ant-modal-body {
445
- padding: 0;
446
- }
447
- &.isReNull .ant-table-cell {
448
- border: none !important;
449
- }
450
- &.hasPage .ant-modal-footer {
451
- display: flex;
452
- align-items: center;
453
- justify-content: space-between;
454
- }
455
- .progressState .text {
456
- margin-top: 0;
457
- }
1
+ @import "~tplus-components/dist/index.less";
2
+ .pos-header {
3
+ background-color: #fff;
4
+ box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
5
+ position: relative;
6
+ z-index: 99;
7
+ padding: 0px 18px !important;
8
+ -webkit-user-select: none;
9
+ -webkit-app-region: drag;
10
+ .header-triangle-down {
11
+ width: 0;
12
+ height: 0;
13
+ border-left: 6px solid transparent;
14
+ border-right: 6px solid transparent;
15
+ border-top: 6px solid #c8c8cd;
16
+ position: absolute;
17
+ top: 50%;
18
+ right: 5px;
19
+ margin-top: -4px;
20
+ }
21
+ &.isPortal-head {
22
+ background-color: transparent;
23
+ box-shadow: none;
24
+ .head-content-left {
25
+ .store-name, .business-name, .network-status, .store-code {
26
+ color: #fff;
27
+ }
28
+ .header-triangle-down{
29
+ border-top: 6px solid #fff;
30
+ }
31
+ }
32
+ .head-content-right {
33
+ .t_loginbtn_wrapper{
34
+ margin-right: 10px;
35
+ }
36
+ .header-info-render-content, .time {
37
+ color: #fff;
38
+ position: relative;
39
+ div{
40
+ span{
41
+ float: right;
42
+ }
43
+ }
44
+ }
45
+ .header-triangle-down{
46
+ border-top: 6px solid #fff;
47
+ }
48
+ .header-info-render-content{
49
+ -webkit-app-region: no-drag;
50
+ .store-info-item{
51
+ color: #fff;
52
+ }
53
+ }
54
+ }
55
+ .head-content-control{
56
+ .iconfont{
57
+ color: #fff;
58
+ }
59
+ }
60
+ }
61
+ .head-content-left {
62
+ float: left;
63
+ height: 100%;
64
+ & > div {
65
+ float: left;
66
+ }
67
+ .business-name {
68
+ font-size: 16px;
69
+ color: #333333;
70
+ overflow: hidden;
71
+ text-overflow:ellipsis;
72
+ white-space: nowrap;
73
+ }
74
+ .business-logo {
75
+ margin-right : 10px;
76
+ height : 100%;
77
+ flex-direction : column;
78
+ justify-content: center;
79
+ display : flex;
80
+
81
+ .business-logo-container {
82
+ display : flex;
83
+ align-items : center;
84
+ justify-content: center;
85
+
86
+ .back_i {
87
+ font-size : 20px;
88
+ padding-right: 20px;
89
+ color: #666666;
90
+ }
91
+
92
+ img {
93
+ height: 22px !important;
94
+ }
95
+ }
96
+ .example-logo{
97
+ height: 24px;
98
+ display: block;
99
+ margin-right: 10px;
100
+ -webkit-app-region: no-drag;
101
+ }
102
+ }
103
+ .store-name, .store-code, .network-status {
104
+ font-size: 14px;
105
+ color: #333333;
106
+ margin-left: 10px;
107
+ .network-state-icon{
108
+ &.icon-WiFi{
109
+ font-size: 13px;
110
+ }
111
+ &.icon-wuwangluo{
112
+ position: relative;
113
+ top: -2px;
114
+ }
115
+ }
116
+ }
117
+ .store-name{
118
+ position: relative;
119
+ padding-right: 24px;
120
+ cursor: pointer;
121
+ }
122
+ .on-off-wrap, .upload-retail, .download-retail{
123
+ margin-left: 10px;
124
+ position: relative;
125
+ display: flex;
126
+ align-items: center;
127
+ height: 60px;
128
+ &.c-pointer, .c-pointer{
129
+ cursor: pointer;
130
+ }
131
+ .up-count-btn {
132
+ line-height: normal;
133
+ background-color: #F83A41;
134
+ color: #fff;
135
+ transform: scale(.7);
136
+ padding: 1px 6px;
137
+ border-radius: 10px;
138
+ position: absolute;
139
+ top: 8px;
140
+ right: -10px;
141
+ }
142
+ .isRetailDownLoading{
143
+ position: relative;
144
+ animation: retailDown 1.2s ease 0.5s infinite;
145
+ }
146
+ @keyframes retailDown {
147
+ from {top: -18px;}
148
+ to {top: 18px;}
149
+ }
150
+ .isRetailUpLoading{
151
+ position: relative;
152
+ animation: retailUp 1.2s ease 0.5s infinite;
153
+ }
154
+ @keyframes retailUp {
155
+ from {top: 18px;}
156
+ to {top: -18px;}
157
+ }
158
+ }
159
+ .status-square{
160
+ overflow: hidden;
161
+ display: inline-block;
162
+ line-height: 20px;
163
+ border-radius: 2px;
164
+ padding: 0 6px;
165
+ .fast-upload-btn {
166
+ display: inline-block;
167
+ text-align: center;
168
+ min-width: 48px;
169
+ }
170
+ span {
171
+ font-size: 12px;
172
+ }
173
+ &.off-line, &.is-grey {
174
+ background-color: #EAEBED !important;
175
+ color: #666 !important;
176
+ }
177
+ .status-tog-btn {
178
+ position: relative;
179
+ .iconfont {
180
+ font-size: 12px;
181
+ display: inline-block;
182
+ &.ts-14 {
183
+ transform: scale(1.4);
184
+ margin: 0 6px;
185
+ }
186
+ }
187
+ .status-space {
188
+ margin-right: 4px;
189
+ }
190
+ }
191
+ }
192
+ }
193
+ .head-content-right {
194
+ float: right;
195
+ height: 100%;
196
+ & > div {
197
+ float: right;
198
+ height: 100%;
199
+ &.store-info-item{
200
+ color: #333;
201
+ }
202
+ }
203
+ .theme-icon{
204
+ float: right;
205
+ color: #fff;
206
+ font-size: 14px;
207
+ margin-left: 20px;
208
+ cursor: pointer;
209
+ &.pos-page{
210
+ color: #666666;
211
+ }
212
+ }
213
+ .time {
214
+ font-size: 12px;
215
+ color: #333;
216
+ margin-right: 10px;
217
+ line-height: 60px;
218
+ span{
219
+ font-size: 21px;
220
+ display: inline-block;
221
+ margin-left: 12px;
222
+ width: 98px;
223
+ text-align: left;
224
+ float: right;
225
+ }
226
+ .head-calendar-icon {
227
+ margin: 0px 8px 0px 10px;
228
+ position: relative;
229
+ }
230
+ }
231
+ .soltAvatar{
232
+ content: '';
233
+ display: block;
234
+ width: 30px;
235
+ height: 30px;
236
+ position: absolute;
237
+ top: 50%;
238
+ margin-top: -15px;
239
+ left: 0;
240
+ background-size: contain;
241
+ }
242
+ .header-info-render-content{
243
+ padding-right: 25px;
244
+ cursor: pointer;
245
+ position: relative;
246
+ .store-info-item{
247
+ color: #333;
248
+ .biller{
249
+ position: relative;
250
+ padding-left: 38px;
251
+ &:before{
252
+ background-image: url("@{url-prefix}/staff-avtar1.png");
253
+ .soltAvatar;
254
+ }
255
+ }
256
+ span{
257
+ padding-left: 10px;
258
+ }
259
+ }
260
+ * {
261
+ font-size: 12px;
262
+ }
263
+ }
264
+ .voucher-head-guide{
265
+ position: relative;
266
+ padding-left: 38px;
267
+ &:before{
268
+ background-image: url("@{url-prefix}/staff-avtar2.png");
269
+ .soltAvatar;
270
+ }
271
+ }
272
+ }
273
+ .head-content-control{
274
+ float: right;
275
+ height: 100%;
276
+ width: 108px;
277
+ position: relative;
278
+ margin-left: 10px;
279
+ display: flex;
280
+ justify-content: space-evenly;
281
+ &:before{
282
+ //content: '';
283
+ display: block;
284
+ height: 16px;
285
+ background: #DAE3E1;
286
+ position: absolute;
287
+ left: 0;
288
+ top: 50%;
289
+ margin-top: -8px;
290
+ width: 1px;
291
+ }
292
+ .iconfont{
293
+ padding: 0 10px;
294
+ color: #333;
295
+ cursor: pointer;
296
+ -webkit-app-region: no-drag;
297
+ }
298
+ }
299
+ }
300
+ ._portal-header-dropdown{
301
+ top: 45px !important;
302
+ min-width: 100px !important;
303
+ z-index: 999;
304
+
305
+ &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
306
+ &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
307
+ &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
308
+ right: 7px !important;
309
+ }
310
+ .ant-dropdown-menu{
311
+ padding: 0;
312
+ border-radius: 3px;
313
+ .ant-dropdown-menu-item{
314
+ height: 32px;
315
+ }
316
+ }
317
+ .ant-dropdown-menu-item{
318
+ position: relative;
319
+ padding-left: 36px;
320
+ i {
321
+ font-size: 14px;
322
+ position: absolute;
323
+ left: 10px;
324
+ }
325
+ span {
326
+ font-size: 12px;
327
+ width: 50px;
328
+ display: block;
329
+ text-align-last: justify;
330
+ }
331
+ }
332
+ &.inside-header{
333
+ &.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
334
+ &.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
335
+ &.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow{
336
+ border-top-color: rgba(0,0,0,.65) !important;
337
+ border-left-color: rgba(0,0,0,.65) !important;
338
+ }
339
+ .ant-dropdown-menu{
340
+ background-color: rgba(0,0,0,.65) !important;
341
+ .ant-dropdown-menu-item{
342
+ i, span {
343
+ color: #fff;
344
+ }
345
+ &.ant-dropdown-menu-item-selected{
346
+ background-color: rgba(0,0,0,.3);
347
+ }
348
+ }
349
+ .ant-dropdown-menu-item-active{
350
+ background-color: rgba(0,0,0,.3);
351
+ }
352
+ }
353
+ }
354
+ }
355
+ .head-business-tip{
356
+ .ant-tooltip-inner{
357
+ box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
358
+ border-radius: 3px;
359
+ div{
360
+ padding: 0 10px;
361
+ h1{
362
+ line-height: 32px;
363
+ font-size: 14px;
364
+ color: #333;
365
+ font-weight: normal;
366
+ }
367
+ }
368
+ }
369
+ .pos-more-info-container {
370
+ &>h1{
371
+ white-space: nowrap;
372
+ overflow: hidden;
373
+ text-overflow: ellipsis;
374
+ }
375
+ }
376
+ }
377
+ .close-app-loading{
378
+ background-color: rgba(0, 0, 0, 0.8);
379
+ .close-app-spin{
380
+ width: 150px;
381
+ .tplus-spin{
382
+ margin: 0 auto;
383
+ width: 36px;
384
+ }
385
+ h1 {
386
+ color: rgba(255,255,255,.8);
387
+ font-size: 13px;
388
+ margin-top: 20px;
389
+ text-align: center;
390
+ letter-spacing: 1px;
391
+ }
392
+ }
393
+ }
394
+
395
+ @media (max-width: 1180px){
396
+ .business-name {
397
+ max-width: 130px;
398
+ }
399
+ .head-content-right{
400
+ .time {
401
+ div{
402
+ position: relative;
403
+ line-height: 86px;
404
+ padding-right: 10px;
405
+ height: 100%;
406
+ }
407
+ span{
408
+ position: absolute;
409
+ left: 0px;
410
+ top: 4px;
411
+ line-height: normal;
412
+ margin-left: 0 !important;
413
+ }
414
+ }
415
+ }
416
+ }
417
+ @media (max-width: 1060px){
418
+ .voucher-head-guide {
419
+ margin-right: 0!important;
420
+ }
421
+ .head-content-right .time div {
422
+ padding-right: 0;
423
+ }
424
+ }
425
+ @media (max-width: 920px){
426
+ .head-content-right{
427
+ .time {
428
+ display: none;
429
+ }
430
+ }
431
+ }
432
+ // 鼠标悬浮离线感叹号popver的样式
433
+ .offline-popver {
434
+ width: 660px;
435
+ }
436
+ .retail-upload-mask-wrap {
437
+ .ant-modal-header, th, td, .ant-modal-footer {
438
+ padding-left: 20px !important;
439
+ padding-right: 20px;
440
+ }
441
+ .ant-modal-body {
442
+ height: 356px;
443
+ }
444
+ .ant-modal-body {
445
+ padding: 0;
446
+ }
447
+ &.isReNull .ant-table-cell {
448
+ border: none !important;
449
+ }
450
+ &.hasPage .ant-modal-footer {
451
+ display: flex;
452
+ align-items: center;
453
+ justify-content: space-between;
454
+ }
455
+ .progressState .text {
456
+ margin-top: 0;
457
+ }
458
458
  }