tplus-components-touch 1.25.5 → 1.25.9

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 (170) hide show
  1. package/README.md +16 -16
  2. package/dist/components/addLog/AddLogProcessor.js +6 -6
  3. package/dist/components/addLog/AddLogProcessor.js.map +1 -1
  4. package/dist/components/addLog/OperationLogApi.js +3 -3
  5. package/dist/components/addLog/OperationLogApi.js.map +1 -1
  6. package/dist/components/autoComplete/index.js +14 -14
  7. package/dist/components/autoComplete/index.js.map +1 -1
  8. package/dist/components/autoComplete/index.less +89 -89
  9. package/dist/components/autoComplete/option.js.map +1 -1
  10. package/dist/components/autoCompleteWithKeyboard/index.js +14 -14
  11. package/dist/components/autoCompleteWithKeyboard/index.js.map +1 -1
  12. package/dist/components/autoCompleteWithKeyboard/index.less +4 -4
  13. package/dist/components/billSearch/api.js +26 -26
  14. package/dist/components/billSearch/api.js.map +1 -1
  15. package/dist/components/billSearch/index.js +6 -6
  16. package/dist/components/billSearch/index.js.map +1 -1
  17. package/dist/components/billSearch/index.less +573 -573
  18. package/dist/components/cloudPrint/BTPrintFormatUtil.js +17 -17
  19. package/dist/components/cloudPrint/BTPrintFormatUtil.js.map +1 -1
  20. package/dist/components/cloudPrint/api.js.map +1 -1
  21. package/dist/components/cloudPrint/index.js +4 -0
  22. package/dist/components/cloudPrint/index.js.map +1 -1
  23. package/dist/components/cloudPrint/printDispatch.js +37 -31
  24. package/dist/components/cloudPrint/printDispatch.js.map +1 -1
  25. package/dist/components/commonForm/autoComplete/index.js.map +1 -1
  26. package/dist/components/commonForm/autoComplete/style.less +7 -7
  27. package/dist/components/commonForm/datePicker/index.js.map +1 -1
  28. package/dist/components/commonForm/datePicker/style.less +10 -10
  29. package/dist/components/commonForm/formControl/index.js +7 -7
  30. package/dist/components/commonForm/formControl/index.js.map +1 -1
  31. package/dist/components/commonForm/formControl/style.less +7 -7
  32. package/dist/components/commonForm/index.js +4 -4
  33. package/dist/components/commonForm/index.js.map +1 -1
  34. package/dist/components/commonForm/inputNumber/index.js.map +1 -1
  35. package/dist/components/commonForm/inputNumber/style.less +16 -16
  36. package/dist/components/commonForm/radio/index.js.map +1 -1
  37. package/dist/components/commonForm/radio/style.less +10 -10
  38. package/dist/components/commonForm/style.less +11 -11
  39. package/dist/components/deliverySearch/api.js +21 -21
  40. package/dist/components/deliverySearch/api.js.map +1 -1
  41. package/dist/components/deliverySearch/index.js +6 -6
  42. package/dist/components/deliverySearch/index.js.map +1 -1
  43. package/dist/components/deliverySearch/index.less +623 -623
  44. package/dist/components/form/index.js.map +1 -1
  45. package/dist/components/hotKey/config.js +23 -23
  46. package/dist/components/hotKey/config.js.map +1 -1
  47. package/dist/components/hotKey/hotKeyModal.js.map +1 -1
  48. package/dist/components/hotKey/index.js +26 -26
  49. package/dist/components/hotKey/index.js.map +1 -1
  50. package/dist/components/hotKey/localConfig.js.map +1 -1
  51. package/dist/components/hotKey/style.less +99 -99
  52. package/dist/components/hotKey/utils.js.map +1 -1
  53. package/dist/components/input/index.js +6 -6
  54. package/dist/components/input/index.js.map +1 -1
  55. package/dist/components/input/style.less +107 -107
  56. package/dist/components/input/tplusInput/index.js +30 -30
  57. package/dist/components/input/tplusInput/index.js.map +1 -1
  58. package/dist/components/input/tplusInput/inputContent.js.map +1 -1
  59. package/dist/components/input/tplusInput/inputs.js +7 -7
  60. package/dist/components/input/tplusInput/inputs.js.map +1 -1
  61. package/dist/components/input/tplusInput/style.less +194 -194
  62. package/dist/components/input/utils/index.js.map +1 -1
  63. package/dist/components/inventorySearch/api.js +58 -58
  64. package/dist/components/inventorySearch/api.js.map +1 -1
  65. package/dist/components/inventorySearch/index.js +3 -3
  66. package/dist/components/inventorySearch/index.js.map +1 -1
  67. package/dist/components/inventorySearch/index.less +243 -243
  68. package/dist/components/inventorySearch/store.js.map +1 -1
  69. package/dist/components/inventorySearch/tab.js.map +1 -1
  70. package/dist/components/keyboard/index.js.map +1 -1
  71. package/dist/components/keyboard/index.less +555 -555
  72. package/dist/components/keyboard/letterKeyboard.js +2 -2
  73. package/dist/components/keyboard/letterKeyboard.js.map +1 -1
  74. package/dist/components/keyboard/numKeyboard.js +4 -4
  75. package/dist/components/keyboard/numKeyboard.js.map +1 -1
  76. package/dist/components/keyboard/numKeyboardDigit.js +4 -4
  77. package/dist/components/keyboard/numKeyboardDigit.js.map +1 -1
  78. package/dist/components/keyboard/numKeyboardScan.js.map +1 -1
  79. package/dist/components/keyboard/numberButtonInteger.js +5 -5
  80. package/dist/components/keyboard/numberButtonInteger.js.map +1 -1
  81. package/dist/components/keyboard/numberButton_input.js +5 -5
  82. package/dist/components/keyboard/numberButton_input.js.map +1 -1
  83. package/dist/components/keyboard/onlyKeyboard.js +7 -7
  84. package/dist/components/keyboard/onlyKeyboard.js.map +1 -1
  85. package/dist/components/keyboard/onlyLetterButton.js +2 -2
  86. package/dist/components/keyboard/onlyLetterButton.js.map +1 -1
  87. package/dist/components/keyboard/onlyLetterButton2.js +2 -2
  88. package/dist/components/keyboard/onlyLetterButton2.js.map +1 -1
  89. package/dist/components/keyboard/onlyLetterButton2.less +183 -183
  90. package/dist/components/keyboard/onlyNumberButton.js +2 -2
  91. package/dist/components/keyboard/onlyNumberButton.js.map +1 -1
  92. package/dist/components/keyboard/onlyNumberButton2.js +3 -3
  93. package/dist/components/keyboard/onlyNumberButton2.js.map +1 -1
  94. package/dist/components/keyboard/textKeyboard.js.map +1 -1
  95. package/dist/components/layout/hamburger.js.map +1 -1
  96. package/dist/components/layout/index.js +10 -10
  97. package/dist/components/layout/index.js.map +1 -1
  98. package/dist/components/layout/layout.js.map +1 -1
  99. package/dist/components/layout/sider.js +12 -12
  100. package/dist/components/layout/sider.js.map +1 -1
  101. package/dist/components/layout/style.less +83 -83
  102. package/dist/components/loading/index.js +15 -15
  103. package/dist/components/loading/index.js.map +1 -1
  104. package/dist/components/loading/loadingContent.js.map +1 -1
  105. package/dist/components/loading/style.less +51 -51
  106. package/dist/components/loading/utils.js.map +1 -1
  107. package/dist/components/message/index.js +8 -8
  108. package/dist/components/message/index.js.map +1 -1
  109. package/dist/components/message/index.less +150 -150
  110. package/dist/components/modal/index.js.map +1 -1
  111. package/dist/components/modal/index.less +19 -19
  112. package/dist/components/modalVertical/style.less +114 -114
  113. package/dist/components/modalWraper/style.less +363 -363
  114. package/dist/components/modalWraper/utils.js.map +1 -1
  115. package/dist/components/notification/index.js +4 -4
  116. package/dist/components/notification/index.js.map +1 -1
  117. package/dist/components/notification/index.less +57 -57
  118. package/dist/components/overflowTip/index.js +15 -15
  119. package/dist/components/overflowTip/index.js.map +1 -1
  120. package/dist/components/overflowTip/style.less +66 -66
  121. package/dist/components/page/index.js.map +1 -1
  122. package/dist/components/page/index.less +25 -25
  123. package/dist/components/product/detail.js.map +1 -1
  124. package/dist/components/product/getCard.js +5 -5
  125. package/dist/components/product/getCard.js.map +1 -1
  126. package/dist/components/product/index.less +354 -354
  127. package/dist/components/progressState/EmptyAndErrorView.js.map +1 -1
  128. package/dist/components/progressState/ProgressState.js +10 -10
  129. package/dist/components/progressState/ProgressState.js.map +1 -1
  130. package/dist/components/progressState/index.js.map +1 -1
  131. package/dist/components/progressState/style.less +65 -65
  132. package/dist/components/scan/index.js.map +1 -1
  133. package/dist/components/scan/index.less +33 -33
  134. package/dist/components/select/index.js.map +1 -1
  135. package/dist/components/select/index.less +11 -11
  136. package/dist/components/settlement/asyncModal.js.map +1 -1
  137. package/dist/components/settlement/index.js.map +1 -1
  138. package/dist/components/settlement/settlement.js +5 -5
  139. package/dist/components/settlement/settlement.js.map +1 -1
  140. package/dist/components/settlement/settlement.less +1604 -1604
  141. package/dist/components/settlement/settlementStore.js +10 -10
  142. package/dist/components/settlement/settlementStore.js.map +1 -1
  143. package/dist/components/settlement/utils.js.map +1 -1
  144. package/dist/components/socket/index.js +11 -11
  145. package/dist/components/socket/index.js.map +1 -1
  146. package/dist/components/spin/index.js +6 -6
  147. package/dist/components/spin/index.js.map +1 -1
  148. package/dist/components/spin/spin-style.less +436 -436
  149. package/dist/components/test/index.js +3 -3
  150. package/dist/components/test/index.js.map +1 -1
  151. package/dist/components/ticon/iconfont/demo_index.html +4765 -4765
  152. package/dist/components/ticon/iconfont/iconfont.css +811 -811
  153. package/dist/components/ticon/iconfont/iconfont.svg +572 -572
  154. package/dist/components/ticon/index.js.map +1 -1
  155. package/dist/components/touchScroll/index.js +9 -9
  156. package/dist/components/touchScroll/index.js.map +1 -1
  157. package/dist/components/touchTable/AuthProcess.js.map +1 -1
  158. package/dist/components/touchTable/generateWater.js.map +1 -1
  159. package/dist/components/touchTable/index.js +9 -9
  160. package/dist/components/touchTable/index.js.map +1 -1
  161. package/dist/components/touchTable/index.less +189 -189
  162. package/dist/components/touchTable/utils.js.map +1 -1
  163. package/dist/demo/PopOverDemo.js.map +1 -1
  164. package/dist/index.js.map +1 -1
  165. package/dist/util/tools.js.map +1 -1
  166. package/locales/zh/tplus-components-touch.json +1 -1
  167. package/locales/zh-CN/tplus-components-touch.json +1 -1
  168. package/mocks/memberInfo.json +79 -79
  169. package/package.json +38 -38
  170. package/tsconfig.json +26 -26
@@ -1,573 +1,573 @@
1
- @border-hover-color: rgb(255, 183, 77);
2
- @border-color: #C8C8CD;
3
- @active-color: #FF8C25;
4
- .bill {
5
- ::-webkit-scrollbar {
6
- width: 10px !important; // scroll-y 宽6px
7
- height: 10px !important; // scroll-x 高6px
8
- // background-color: #F5F5F5;
9
- }
10
- .u-table-row-hover {
11
- background: none;
12
- }
13
- .u-select .u-select-arrow {
14
- top: 42%!important;
15
- }
16
- width: 935px;
17
- height: 100%;
18
- padding: 16px 16px 0;
19
- position: relative;
20
- .calendar-picker {
21
- .u-input-group-btn {
22
- top: 4px!important;
23
- right: 3px!important;
24
- }
25
- }
26
- .uf-close-c, .uf-calendar {
27
- color: #999!important;
28
- opacity: 1!important;
29
- font-size: 14px;
30
- }
31
- td, th, div, span, table {
32
- box-sizing: border-box;
33
- }
34
- input {
35
- box-sizing: border-box;
36
- }
37
- td, th {
38
- color: #333;
39
- font-size: 14px;
40
- }
41
- .u-radio-group {
42
- vertical-align: top!important;
43
- }
44
- .u-radio-button {
45
- border: none!important;
46
- border-right: none!important;
47
- &:hover {
48
- background: #FFF!important;
49
- }
50
- .u-radio-button-label{
51
- color: #333!important;
52
- font-weight: 700;
53
- }
54
- }
55
- .u-radio-button.is-checked {
56
- background: #FFF!important;
57
- .u-radio-button-label{
58
- color: @active-color!important;
59
- font-weight: 700!important;
60
- }
61
- }
62
- .bill-filter {
63
- position: relative;
64
- .mask1 {
65
- position: absolute;
66
- top: 31px;
67
- left: 0px;
68
- width: 123px;
69
- height: 19px;
70
- border-left: 1px solid #C8C8CD;
71
- transition: all 0.2s;
72
- background: #FFF;
73
- z-index: 1;
74
- }
75
- .mask2 {
76
- position: absolute;
77
- top: 30px;
78
- left: 119px;
79
- width: 16px;
80
- height: 19px;
81
- border-left: 1px solid #C8C8CD;
82
- border-bottom: 1px solid #C8C8CD;
83
- border-bottom-left-radius: 4px;
84
- transition: all 0.2s;
85
- background: #FFF;
86
- z-index: 2;
87
- }
88
- .bill-filter-on-off {
89
- width: 120px;
90
- height: 32px;
91
- line-height: 30px;
92
- padding-left: 12px;
93
- font-size: 16px;
94
- color: #333333;
95
- display: inline-block;
96
- background: #FFFFFF;
97
- border: 1px solid #C8C8CD;
98
- border-radius: 4px;
99
- vertical-align: top;
100
- margin-right: 16px;
101
- // font-weight: 700;
102
- i {
103
- margin-left: 14px;
104
- }
105
- }
106
- .bill-filter-on-off-show {
107
- border-bottom: none;
108
- border-bottom-left-radius: 0;
109
- border-bottom-right-radius: 0;
110
- }
111
- .bill-title-item {
112
- display: inline-block;
113
- .bill-title-search {
114
- display: inline-block;
115
- .bill-title-search-input {
116
- width: 270px;
117
- padding-left: 30px;
118
- border-color: @border-color;
119
- border-radius: 4px;
120
- &:focus {
121
- border-color: @border-hover-color;
122
- }
123
- }
124
- .bill-search-icon {
125
- font-size: 18px;
126
- color: #999;
127
- }
128
- .u-input-group-btn {
129
- z-index: 1;
130
- left: 6px;
131
- top: 2px;
132
- }
133
- }
134
- .bill-search-button {
135
- font-size: 12px;
136
- color: #FFFFFF;
137
- vertical-align: top;
138
- width: 64px;
139
- height: 32px;
140
- margin-left: 16px;
141
- background: #FF8C25;
142
- border-radius: 4px;
143
- border: none;
144
- }
145
- }
146
- }
147
- .bill-title {
148
- // display: flex;
149
- // justify-content: space-between;
150
- // flex-wrap: wrap;
151
- overflow: hidden;
152
- position: relative;
153
- margin-top: 16px;
154
- border: 1px solid #C8C8CD;
155
- border-radius: 4px;
156
- transition: height 0.2s;
157
- overflow-y: scroll;
158
- .bill-title-item {
159
- margin: 16px 0;
160
- margin-left: 13px;
161
- height: 30px;
162
- >div:last-child {
163
- display: inline-block;
164
- vertical-align: top;
165
- }
166
- .bill-title-item-all {
167
- display: inline-block;
168
- width: 48px;
169
- height: 28px;
170
- font-size: 14px;
171
- font-weight: 700;
172
- color: #333333;
173
- text-align: center;
174
- line-height: 28px;
175
- // background: #EAEBED;
176
- border-radius: 4px;
177
- margin: 0 16px;
178
- vertical-align: middle;
179
- }
180
- .bill-title-item-all-active {
181
- color: @active-color;
182
- // background: @active-color;
183
- }
184
- &:first-child {
185
- input {
186
- padding-left: 0;
187
- padding-right: 0;
188
- text-indent: 1em;
189
- }
190
- span {
191
- top: 3px;
192
- }
193
- }
194
- .calendar-picker {
195
- display: inline-table;
196
- vertical-align: top;
197
- input {
198
- height: 28px;
199
- }
200
- }
201
-
202
- label {
203
- font-size: 14px;
204
- color: #666;
205
- margin-right: 8px;
206
- }
207
- &>label {
208
- display: inline-flex;
209
- width: 58px;
210
- justify-content: space-between;
211
- }
212
- .bill-title-txt-input{
213
- width: 220px;
214
- height: 28px;
215
- }
216
- .bill-title-money-input {
217
- border-color: @border-color;
218
- border-radius: 4px!important;
219
- width: 98px;
220
- height: 28px;
221
- vertical-align: top;
222
- &:focus {
223
- border-color: @border-hover-color;
224
- }
225
- }
226
- .bill-title-money-middle {
227
- padding: 0 5px;
228
- }
229
- .u-select {
230
- width: 216px!important;
231
- }
232
- .calendar-picker {
233
- width: 218px!important;
234
- }
235
- .u-select-show-search {
236
- vertical-align: middle;
237
- .u-select-selection {
238
- width: 100%;
239
- }
240
- }
241
- label {
242
- vertical-align: middle;
243
- }
244
- .u-select-selection--multiple {
245
- height: 28px;
246
- overflow: hidden;
247
- }
248
- // .u-select-selection-rendered>ul>li:nth-child(n+3) {
249
- // display: none;
250
- // }
251
- // .u-select-selection-rendered>ul>li:nth-child(2):nth-last-child(n+3) {
252
- // position: relative;
253
- // overflow: visible;
254
- // .u-select-selection-choice-remove-icon {
255
- // visibility: hidden;
256
- // }
257
- // &:after {
258
- // content: '...';
259
- // position: absolute;
260
- // right: -16px;
261
- // bottom: -4px;
262
- // }
263
- // }
264
- }
265
- .dealItem {
266
- .calendar-picker {
267
- width: 360px !important;
268
- }
269
- }
270
- }
271
-
272
- // 有u会员 打开时的高度
273
- .bill-title-open {
274
- height: 420px;
275
- }
276
- // 不是u会员 打开时的高度
277
- .bill-title-notuuser-open {
278
- height: 287px;
279
- padding-bottom: 10px;
280
- }
281
- .bill-title-close {
282
- height: 0px;
283
- border-color: transparent;
284
- margin-top: 0!important;
285
- }
286
- .nodata {
287
- .u-table-scroll>div {
288
- height: auto!important;
289
- &>div {
290
- height: auto!important;
291
- }
292
- }
293
- }
294
- .bill-content {
295
- margin-top: 12px;
296
- height: calc(~'100% - 180px');
297
- position: relative;
298
- transition: all 0.2s;
299
- .bill-loading {
300
- position: absolute;
301
- top: 40px;
302
- left: 0;
303
- right: 0;
304
- bottom: 0;
305
- background: #FFF;
306
- z-index: 200000;
307
- img {
308
- width: 200px;
309
- position: relative;
310
- left: 50%;
311
- top: 50%;
312
- transform: translate(-50%, -50%);
313
- }
314
- }
315
- .u-table-scroll {
316
- .u-table-header {
317
- margin-bottom: -9px !important;
318
- height : 60px;
319
- line-height : 60px;
320
- overflow : hidden;
321
- }
322
- }
323
- .u-table {
324
- height: 100%;
325
- // border: 1px solid #ddd;
326
- .u-table-content {
327
- height: 100%;
328
- >div {
329
- height: 100%;
330
- >div {
331
- height: 100%;
332
- .u-table-header {
333
-
334
- tr {
335
- // border-left: 1px solid rgb(193, 199, 208);
336
- // border-right: 1px solid rgb(193, 199, 208);
337
- // border-top: 1px solid rgb(193, 199, 208);
338
- }
339
- }
340
- .u-table-body {
341
- height: calc(~'100% - 51px');
342
- tr {
343
- // border-left: 1px solid rgb(193, 199, 208);
344
- // border-right: 1px solid rgb(193, 199, 208);
345
- td {
346
- border-color:rgb(221, 221, 221);
347
- }
348
- }
349
- table {
350
- // height: 100%;
351
- .u-table-tbody {
352
- height: calc(~'100% - 50px');
353
- }
354
- }
355
- }
356
- }
357
- }
358
- .u-table-scroll {
359
- height: 100%;
360
-
361
-
362
- .u-table-placeholder {
363
- height: auto!important;
364
- border-color: #FFF;
365
- }
366
-
367
- }
368
-
369
- .u-table-fixed-right {
370
- height: 100%;
371
-
372
- >div {
373
- height: 100%;
374
-
375
- .u-table-body-outer {
376
- height: calc(~'100% - 5px');
377
-
378
- .u-table-body-inner {
379
- height: calc(~'100% - 46px') !important;
380
- max-height: initial !important;
381
- }
382
- }
383
- }
384
- }
385
-
386
- .rtl {
387
- direction: ltr;
388
- text-overflow:inherit;
389
- }
390
- }
391
- }
392
- .u-table-body-inner {
393
- max-height: calc(~'100% - 54px')!important;
394
- }
395
-
396
-
397
- .u-table-scroll {
398
- >div {
399
- height: 100%;
400
-
401
- .u-table-body {}
402
- }
403
- }
404
- th.text-center {
405
- text-align: center;
406
- }
407
- .bill-content-operation {
408
- display: flex;
409
- justify-content: space-around;
410
- }
411
- }
412
- // .bill-content-open {
413
- // height: calc(~'100% - 530px');
414
- // }
415
- // .bill-content-notuuser-open {
416
- // height: calc(~'100% - 382px');
417
- // }
418
- // .bill-content-close {
419
- // height: calc(~'100% - 100px');
420
- // }
421
- .bill-page {
422
- position: absolute;
423
- right: 16px;
424
- bottom: 4px;
425
- }
426
- .bill-search-icon-right {
427
- top: 7px!important;
428
- bottom: 0;
429
- left: auto!important;
430
- right: 1px!important;
431
- color: #999;
432
- cursor: pointer;
433
- i {
434
- font-size: 12px!important;
435
- }
436
- }
437
- .bill-group {
438
- display: inline-table!important;
439
- vertical-align: middle;
440
- }
441
- .u-table .u-table-thead>tr{
442
- height: 50px !important;
443
- line-height: 50px !important;
444
- }
445
- .u-table .u-table-thead>tr:last-child {
446
- border-color: #DDD;
447
- }
448
- }
449
- .bill-modal {
450
- ::-webkit-scrollbar {
451
- width: 10px !important; // scroll-y 宽6px
452
- height: 10px !important; // scroll-x 高6px
453
- // background-color: #F5F5F5;
454
- }
455
- .u-table-row-hover {
456
- background: none;
457
- }
458
- .u-modal-dialog {
459
- .u-modal-content {
460
- .u-modal-header {
461
- border-bottom: 1px solid #E6E6EB!important;
462
- }
463
- .u-modal-body {
464
- padding: 16px!important;
465
- min-height: 418px!important;
466
- height: auto!important;
467
- .u-table-scroll {
468
- .u-table-header {
469
- margin-bottom: 0 !important;
470
- overflow: hidden !important;
471
- }
472
- }
473
- .u-table .u-table-thead>tr:last-child {
474
- border-color: #DDD;
475
- }
476
- td {
477
- border-color:rgb(221, 221, 221);
478
- }
479
- .bill-modal-content {
480
- width: 764px;
481
- .bill-modal-content-header {
482
-
483
- .bill-modal-content-header-item {
484
- display : inline-block;
485
- overflow : hidden;
486
- // word-break : keep-all;
487
- // white-space : normal;
488
- // text-overflow: ellipsis;
489
- width : 33%;
490
- padding: 5px 2px;
491
- vertical-align: top;
492
-
493
- >span {
494
- font-size: 14px;
495
-
496
- &:first-child {
497
- color: #666;
498
- }
499
-
500
- &:last-child {
501
- color: #000;
502
- }
503
- }
504
- }
505
- }
506
- .bill-modal-content-table{
507
- height: 307px;
508
- .selected{
509
- background: fade(#FF8C25, 20%)
510
- }
511
- }
512
- .bill-settlement{
513
- margin-top: 16px;
514
- margin-bottom: -15px;
515
- position: relative;
516
- &::after{
517
- content: '';
518
- border:1px solid white;
519
- position: absolute;
520
- bottom: -1px;
521
- width: 764px;
522
- }
523
- }
524
- }
525
- .u-table-fixed-left .u-table-header tr{
526
- height: 50px;
527
- line-height: 50px;
528
- }
529
- .u-table-fixed-left .u-table-body-outer {
530
-
531
- .u-checkbox.is-checked .u-checkbox-label:before {
532
- background : #32ABF9;
533
- border-color: #32ABF9;
534
- box-shadow : 0 0 0 0 #FFF;
535
- }
536
-
537
- .u-checkbox.is-checked .u-checkbox-label:after {
538
- color: #FFF;
539
- }
540
-
541
- .u-checkbox input[type=checkbox]:focus {
542
- border-color:#FFF;
543
- }
544
-
545
- .u-checkbox .u-checkbox-label:before {
546
- border-color: #D2D2D7;
547
- }
548
-
549
- .u-checkbox .u-checkbox-label:after,
550
- .u-checkbox .u-checkbox-label:before {
551
- width : 16px;
552
- height: 16px;
553
- }
554
- .columnTitle {
555
- display : flex;
556
- justify-content: left;
557
- align-items : center;
558
- height : 42px;
559
- width : 100px;
560
- padding-right : 10px;
561
- overflow : hidden;
562
- white-space : normal;
563
- cursor : default;
564
- }
565
- }
566
- }
567
- .u-modal-footer {
568
- border-top: 1px solid #E6E6EB!important;
569
- }
570
- }
571
- }
572
- }
573
-
1
+ @border-hover-color: rgb(255, 183, 77);
2
+ @border-color: #C8C8CD;
3
+ @active-color: #FF8C25;
4
+ .bill {
5
+ ::-webkit-scrollbar {
6
+ width: 10px !important; // scroll-y 宽6px
7
+ height: 10px !important; // scroll-x 高6px
8
+ // background-color: #F5F5F5;
9
+ }
10
+ .u-table-row-hover {
11
+ background: none;
12
+ }
13
+ .u-select .u-select-arrow {
14
+ top: 42%!important;
15
+ }
16
+ width: 935px;
17
+ height: 100%;
18
+ padding: 16px 16px 0;
19
+ position: relative;
20
+ .calendar-picker {
21
+ .u-input-group-btn {
22
+ top: 4px!important;
23
+ right: 3px!important;
24
+ }
25
+ }
26
+ .uf-close-c, .uf-calendar {
27
+ color: #999!important;
28
+ opacity: 1!important;
29
+ font-size: 14px;
30
+ }
31
+ td, th, div, span, table {
32
+ box-sizing: border-box;
33
+ }
34
+ input {
35
+ box-sizing: border-box;
36
+ }
37
+ td, th {
38
+ color: #333;
39
+ font-size: 14px;
40
+ }
41
+ .u-radio-group {
42
+ vertical-align: top!important;
43
+ }
44
+ .u-radio-button {
45
+ border: none!important;
46
+ border-right: none!important;
47
+ &:hover {
48
+ background: #FFF!important;
49
+ }
50
+ .u-radio-button-label{
51
+ color: #333!important;
52
+ font-weight: 700;
53
+ }
54
+ }
55
+ .u-radio-button.is-checked {
56
+ background: #FFF!important;
57
+ .u-radio-button-label{
58
+ color: @active-color!important;
59
+ font-weight: 700!important;
60
+ }
61
+ }
62
+ .bill-filter {
63
+ position: relative;
64
+ .mask1 {
65
+ position: absolute;
66
+ top: 31px;
67
+ left: 0px;
68
+ width: 123px;
69
+ height: 19px;
70
+ border-left: 1px solid #C8C8CD;
71
+ transition: all 0.2s;
72
+ background: #FFF;
73
+ z-index: 1;
74
+ }
75
+ .mask2 {
76
+ position: absolute;
77
+ top: 30px;
78
+ left: 119px;
79
+ width: 16px;
80
+ height: 19px;
81
+ border-left: 1px solid #C8C8CD;
82
+ border-bottom: 1px solid #C8C8CD;
83
+ border-bottom-left-radius: 4px;
84
+ transition: all 0.2s;
85
+ background: #FFF;
86
+ z-index: 2;
87
+ }
88
+ .bill-filter-on-off {
89
+ width: 120px;
90
+ height: 32px;
91
+ line-height: 30px;
92
+ padding-left: 12px;
93
+ font-size: 16px;
94
+ color: #333333;
95
+ display: inline-block;
96
+ background: #FFFFFF;
97
+ border: 1px solid #C8C8CD;
98
+ border-radius: 4px;
99
+ vertical-align: top;
100
+ margin-right: 16px;
101
+ // font-weight: 700;
102
+ i {
103
+ margin-left: 14px;
104
+ }
105
+ }
106
+ .bill-filter-on-off-show {
107
+ border-bottom: none;
108
+ border-bottom-left-radius: 0;
109
+ border-bottom-right-radius: 0;
110
+ }
111
+ .bill-title-item {
112
+ display: inline-block;
113
+ .bill-title-search {
114
+ display: inline-block;
115
+ .bill-title-search-input {
116
+ width: 270px;
117
+ padding-left: 30px;
118
+ border-color: @border-color;
119
+ border-radius: 4px;
120
+ &:focus {
121
+ border-color: @border-hover-color;
122
+ }
123
+ }
124
+ .bill-search-icon {
125
+ font-size: 18px;
126
+ color: #999;
127
+ }
128
+ .u-input-group-btn {
129
+ z-index: 1;
130
+ left: 6px;
131
+ top: 2px;
132
+ }
133
+ }
134
+ .bill-search-button {
135
+ font-size: 12px;
136
+ color: #FFFFFF;
137
+ vertical-align: top;
138
+ width: 64px;
139
+ height: 32px;
140
+ margin-left: 16px;
141
+ background: #FF8C25;
142
+ border-radius: 4px;
143
+ border: none;
144
+ }
145
+ }
146
+ }
147
+ .bill-title {
148
+ // display: flex;
149
+ // justify-content: space-between;
150
+ // flex-wrap: wrap;
151
+ overflow: hidden;
152
+ position: relative;
153
+ margin-top: 16px;
154
+ border: 1px solid #C8C8CD;
155
+ border-radius: 4px;
156
+ transition: height 0.2s;
157
+ overflow-y: scroll;
158
+ .bill-title-item {
159
+ margin: 16px 0;
160
+ margin-left: 13px;
161
+ height: 30px;
162
+ >div:last-child {
163
+ display: inline-block;
164
+ vertical-align: top;
165
+ }
166
+ .bill-title-item-all {
167
+ display: inline-block;
168
+ width: 48px;
169
+ height: 28px;
170
+ font-size: 14px;
171
+ font-weight: 700;
172
+ color: #333333;
173
+ text-align: center;
174
+ line-height: 28px;
175
+ // background: #EAEBED;
176
+ border-radius: 4px;
177
+ margin: 0 16px;
178
+ vertical-align: middle;
179
+ }
180
+ .bill-title-item-all-active {
181
+ color: @active-color;
182
+ // background: @active-color;
183
+ }
184
+ &:first-child {
185
+ input {
186
+ padding-left: 0;
187
+ padding-right: 0;
188
+ text-indent: 1em;
189
+ }
190
+ span {
191
+ top: 3px;
192
+ }
193
+ }
194
+ .calendar-picker {
195
+ display: inline-table;
196
+ vertical-align: top;
197
+ input {
198
+ height: 28px;
199
+ }
200
+ }
201
+
202
+ label {
203
+ font-size: 14px;
204
+ color: #666;
205
+ margin-right: 8px;
206
+ }
207
+ &>label {
208
+ display: inline-flex;
209
+ width: 58px;
210
+ justify-content: space-between;
211
+ }
212
+ .bill-title-txt-input{
213
+ width: 220px;
214
+ height: 28px;
215
+ }
216
+ .bill-title-money-input {
217
+ border-color: @border-color;
218
+ border-radius: 4px!important;
219
+ width: 98px;
220
+ height: 28px;
221
+ vertical-align: top;
222
+ &:focus {
223
+ border-color: @border-hover-color;
224
+ }
225
+ }
226
+ .bill-title-money-middle {
227
+ padding: 0 5px;
228
+ }
229
+ .u-select {
230
+ width: 216px!important;
231
+ }
232
+ .calendar-picker {
233
+ width: 218px!important;
234
+ }
235
+ .u-select-show-search {
236
+ vertical-align: middle;
237
+ .u-select-selection {
238
+ width: 100%;
239
+ }
240
+ }
241
+ label {
242
+ vertical-align: middle;
243
+ }
244
+ .u-select-selection--multiple {
245
+ height: 28px;
246
+ overflow: hidden;
247
+ }
248
+ // .u-select-selection-rendered>ul>li:nth-child(n+3) {
249
+ // display: none;
250
+ // }
251
+ // .u-select-selection-rendered>ul>li:nth-child(2):nth-last-child(n+3) {
252
+ // position: relative;
253
+ // overflow: visible;
254
+ // .u-select-selection-choice-remove-icon {
255
+ // visibility: hidden;
256
+ // }
257
+ // &:after {
258
+ // content: '...';
259
+ // position: absolute;
260
+ // right: -16px;
261
+ // bottom: -4px;
262
+ // }
263
+ // }
264
+ }
265
+ .dealItem {
266
+ .calendar-picker {
267
+ width: 360px !important;
268
+ }
269
+ }
270
+ }
271
+
272
+ // 有u会员 打开时的高度
273
+ .bill-title-open {
274
+ height: 420px;
275
+ }
276
+ // 不是u会员 打开时的高度
277
+ .bill-title-notuuser-open {
278
+ height: 287px;
279
+ padding-bottom: 10px;
280
+ }
281
+ .bill-title-close {
282
+ height: 0px;
283
+ border-color: transparent;
284
+ margin-top: 0!important;
285
+ }
286
+ .nodata {
287
+ .u-table-scroll>div {
288
+ height: auto!important;
289
+ &>div {
290
+ height: auto!important;
291
+ }
292
+ }
293
+ }
294
+ .bill-content {
295
+ margin-top: 12px;
296
+ height: calc(~'100% - 180px');
297
+ position: relative;
298
+ transition: all 0.2s;
299
+ .bill-loading {
300
+ position: absolute;
301
+ top: 40px;
302
+ left: 0;
303
+ right: 0;
304
+ bottom: 0;
305
+ background: #FFF;
306
+ z-index: 200000;
307
+ img {
308
+ width: 200px;
309
+ position: relative;
310
+ left: 50%;
311
+ top: 50%;
312
+ transform: translate(-50%, -50%);
313
+ }
314
+ }
315
+ .u-table-scroll {
316
+ .u-table-header {
317
+ margin-bottom: -9px !important;
318
+ height : 60px;
319
+ line-height : 60px;
320
+ overflow : hidden;
321
+ }
322
+ }
323
+ .u-table {
324
+ height: 100%;
325
+ // border: 1px solid #ddd;
326
+ .u-table-content {
327
+ height: 100%;
328
+ >div {
329
+ height: 100%;
330
+ >div {
331
+ height: 100%;
332
+ .u-table-header {
333
+
334
+ tr {
335
+ // border-left: 1px solid rgb(193, 199, 208);
336
+ // border-right: 1px solid rgb(193, 199, 208);
337
+ // border-top: 1px solid rgb(193, 199, 208);
338
+ }
339
+ }
340
+ .u-table-body {
341
+ height: calc(~'100% - 51px');
342
+ tr {
343
+ // border-left: 1px solid rgb(193, 199, 208);
344
+ // border-right: 1px solid rgb(193, 199, 208);
345
+ td {
346
+ border-color:rgb(221, 221, 221);
347
+ }
348
+ }
349
+ table {
350
+ // height: 100%;
351
+ .u-table-tbody {
352
+ height: calc(~'100% - 50px');
353
+ }
354
+ }
355
+ }
356
+ }
357
+ }
358
+ .u-table-scroll {
359
+ height: 100%;
360
+
361
+
362
+ .u-table-placeholder {
363
+ height: auto!important;
364
+ border-color: #FFF;
365
+ }
366
+
367
+ }
368
+
369
+ .u-table-fixed-right {
370
+ height: 100%;
371
+
372
+ >div {
373
+ height: 100%;
374
+
375
+ .u-table-body-outer {
376
+ height: calc(~'100% - 5px');
377
+
378
+ .u-table-body-inner {
379
+ height: calc(~'100% - 46px') !important;
380
+ max-height: initial !important;
381
+ }
382
+ }
383
+ }
384
+ }
385
+
386
+ .rtl {
387
+ direction: ltr;
388
+ text-overflow:inherit;
389
+ }
390
+ }
391
+ }
392
+ .u-table-body-inner {
393
+ max-height: calc(~'100% - 54px')!important;
394
+ }
395
+
396
+
397
+ .u-table-scroll {
398
+ >div {
399
+ height: 100%;
400
+
401
+ .u-table-body {}
402
+ }
403
+ }
404
+ th.text-center {
405
+ text-align: center;
406
+ }
407
+ .bill-content-operation {
408
+ display: flex;
409
+ justify-content: space-around;
410
+ }
411
+ }
412
+ // .bill-content-open {
413
+ // height: calc(~'100% - 530px');
414
+ // }
415
+ // .bill-content-notuuser-open {
416
+ // height: calc(~'100% - 382px');
417
+ // }
418
+ // .bill-content-close {
419
+ // height: calc(~'100% - 100px');
420
+ // }
421
+ .bill-page {
422
+ position: absolute;
423
+ right: 16px;
424
+ bottom: 4px;
425
+ }
426
+ .bill-search-icon-right {
427
+ top: 7px!important;
428
+ bottom: 0;
429
+ left: auto!important;
430
+ right: 1px!important;
431
+ color: #999;
432
+ cursor: pointer;
433
+ i {
434
+ font-size: 12px!important;
435
+ }
436
+ }
437
+ .bill-group {
438
+ display: inline-table!important;
439
+ vertical-align: middle;
440
+ }
441
+ .u-table .u-table-thead>tr{
442
+ height: 50px !important;
443
+ line-height: 50px !important;
444
+ }
445
+ .u-table .u-table-thead>tr:last-child {
446
+ border-color: #DDD;
447
+ }
448
+ }
449
+ .bill-modal {
450
+ ::-webkit-scrollbar {
451
+ width: 10px !important; // scroll-y 宽6px
452
+ height: 10px !important; // scroll-x 高6px
453
+ // background-color: #F5F5F5;
454
+ }
455
+ .u-table-row-hover {
456
+ background: none;
457
+ }
458
+ .u-modal-dialog {
459
+ .u-modal-content {
460
+ .u-modal-header {
461
+ border-bottom: 1px solid #E6E6EB!important;
462
+ }
463
+ .u-modal-body {
464
+ padding: 16px!important;
465
+ min-height: 418px!important;
466
+ height: auto!important;
467
+ .u-table-scroll {
468
+ .u-table-header {
469
+ margin-bottom: 0 !important;
470
+ overflow: hidden !important;
471
+ }
472
+ }
473
+ .u-table .u-table-thead>tr:last-child {
474
+ border-color: #DDD;
475
+ }
476
+ td {
477
+ border-color:rgb(221, 221, 221);
478
+ }
479
+ .bill-modal-content {
480
+ width: 764px;
481
+ .bill-modal-content-header {
482
+
483
+ .bill-modal-content-header-item {
484
+ display : inline-block;
485
+ overflow : hidden;
486
+ // word-break : keep-all;
487
+ // white-space : normal;
488
+ // text-overflow: ellipsis;
489
+ width : 33%;
490
+ padding: 5px 2px;
491
+ vertical-align: top;
492
+
493
+ >span {
494
+ font-size: 14px;
495
+
496
+ &:first-child {
497
+ color: #666;
498
+ }
499
+
500
+ &:last-child {
501
+ color: #000;
502
+ }
503
+ }
504
+ }
505
+ }
506
+ .bill-modal-content-table{
507
+ height: 307px;
508
+ .selected{
509
+ background: fade(#FF8C25, 20%)
510
+ }
511
+ }
512
+ .bill-settlement{
513
+ margin-top: 16px;
514
+ margin-bottom: -15px;
515
+ position: relative;
516
+ &::after{
517
+ content: '';
518
+ border:1px solid white;
519
+ position: absolute;
520
+ bottom: -1px;
521
+ width: 764px;
522
+ }
523
+ }
524
+ }
525
+ .u-table-fixed-left .u-table-header tr{
526
+ height: 50px;
527
+ line-height: 50px;
528
+ }
529
+ .u-table-fixed-left .u-table-body-outer {
530
+
531
+ .u-checkbox.is-checked .u-checkbox-label:before {
532
+ background : #32ABF9;
533
+ border-color: #32ABF9;
534
+ box-shadow : 0 0 0 0 #FFF;
535
+ }
536
+
537
+ .u-checkbox.is-checked .u-checkbox-label:after {
538
+ color: #FFF;
539
+ }
540
+
541
+ .u-checkbox input[type=checkbox]:focus {
542
+ border-color:#FFF;
543
+ }
544
+
545
+ .u-checkbox .u-checkbox-label:before {
546
+ border-color: #D2D2D7;
547
+ }
548
+
549
+ .u-checkbox .u-checkbox-label:after,
550
+ .u-checkbox .u-checkbox-label:before {
551
+ width : 16px;
552
+ height: 16px;
553
+ }
554
+ .columnTitle {
555
+ display : flex;
556
+ justify-content: left;
557
+ align-items : center;
558
+ height : 42px;
559
+ width : 100px;
560
+ padding-right : 10px;
561
+ overflow : hidden;
562
+ white-space : normal;
563
+ cursor : default;
564
+ }
565
+ }
566
+ }
567
+ .u-modal-footer {
568
+ border-top: 1px solid #E6E6EB!important;
569
+ }
570
+ }
571
+ }
572
+ }
573
+