cnhis-design-vue 2.1.24 → 2.1.25

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 (126) hide show
  1. package/CHANGELOG.md +2287 -2287
  2. package/es/affix/index.js +8 -8
  3. package/es/age/index.js +10 -10
  4. package/es/alert/index.js +8 -8
  5. package/es/anchor/index.js +8 -8
  6. package/es/auto-complete/index.js +8 -8
  7. package/es/avatar/index.js +8 -8
  8. package/es/back-top/index.js +8 -8
  9. package/es/badge/index.js +8 -8
  10. package/es/base/index.js +8 -8
  11. package/es/big-table/index.js +164 -164
  12. package/es/breadcrumb/index.js +8 -8
  13. package/es/button/index.js +31 -31
  14. package/es/calendar/index.js +8 -8
  15. package/es/captcha/index.js +3 -3
  16. package/es/card/index.js +8 -8
  17. package/es/carousel/index.js +8 -8
  18. package/es/cascader/index.js +8 -8
  19. package/es/checkbox/index.js +9 -9
  20. package/es/col/index.js +8 -8
  21. package/es/collapse/index.js +8 -8
  22. package/es/color-picker/index.js +1 -1
  23. package/es/comment/index.js +8 -8
  24. package/es/config-provider/index.js +8 -8
  25. package/es/date-picker/index.js +8 -8
  26. package/es/descriptions/index.js +8 -8
  27. package/es/divider/index.js +8 -8
  28. package/es/drag-layout/index.js +3 -3
  29. package/es/drawer/index.js +8 -8
  30. package/es/dropdown/index.js +8 -8
  31. package/es/editor/index.js +30 -25
  32. package/es/editor/style.css +1 -1
  33. package/es/empty/index.js +8 -8
  34. package/es/fabric-chart/index.js +65 -49
  35. package/es/form/index.js +8 -8
  36. package/es/form-model/index.js +8 -8
  37. package/es/form-table/index.js +93 -87
  38. package/es/form-table/style.css +1 -1
  39. package/es/index/index.js +803 -764
  40. package/es/index/style.css +1 -1
  41. package/es/input/index.js +9 -9
  42. package/es/input-number/index.js +8 -8
  43. package/es/layout/index.js +8 -8
  44. package/es/list/index.js +8 -8
  45. package/es/locale-provider/index.js +8 -8
  46. package/es/map/index.js +9 -9
  47. package/es/mentions/index.js +8 -8
  48. package/es/menu/index.js +8 -8
  49. package/es/message/index.js +8 -8
  50. package/es/multi-chat/index.js +92 -92
  51. package/es/multi-chat-client/index.js +86 -86
  52. package/es/multi-chat-history/index.js +4 -4
  53. package/es/multi-chat-record/index.js +14 -14
  54. package/es/multi-chat-setting/index.js +27 -27
  55. package/es/multi-chat-sip/index.js +1 -1
  56. package/es/notification/index.js +8 -8
  57. package/es/page-header/index.js +8 -8
  58. package/es/pagination/index.js +8 -8
  59. package/es/popconfirm/index.js +8 -8
  60. package/es/popover/index.js +8 -8
  61. package/es/progress/index.js +8 -8
  62. package/es/radio/index.js +9 -9
  63. package/es/rate/index.js +8 -8
  64. package/es/result/index.js +8 -8
  65. package/es/row/index.js +8 -8
  66. package/es/scale-view/index.js +33 -33
  67. package/es/select/index.js +11 -11
  68. package/es/select-label/index.js +11 -11
  69. package/es/select-person/index.js +20 -20
  70. package/es/skeleton/index.js +8 -8
  71. package/es/slider/index.js +8 -8
  72. package/es/space/index.js +8 -8
  73. package/es/spin/index.js +8 -8
  74. package/es/statistic/index.js +8 -8
  75. package/es/steps/index.js +8 -8
  76. package/es/switch/index.js +8 -8
  77. package/es/table-filter/index.js +212 -200
  78. package/es/table-filter/style.css +1 -1
  79. package/es/tabs/index.js +8 -8
  80. package/es/tag/index.js +9 -9
  81. package/es/time-picker/index.js +8 -8
  82. package/es/timeline/index.js +8 -8
  83. package/es/tooltip/index.js +8 -8
  84. package/es/transfer/index.js +8 -8
  85. package/es/tree/index.js +8 -8
  86. package/es/tree-select/index.js +8 -8
  87. package/es/upload/index.js +8 -8
  88. package/es/verification-code/index.js +2 -2
  89. package/lib/cui.common.js +806 -767
  90. package/lib/cui.umd.js +806 -767
  91. package/lib/cui.umd.min.js +21 -21
  92. package/package.json +107 -107
  93. package/packages/big-table/src/BigTable.vue +3044 -3044
  94. package/packages/big-table/src/assets/style/table-base.less +370 -370
  95. package/packages/big-table/src/components/AutoLayoutButton.vue +270 -270
  96. package/packages/big-table/src/utils/batchEditing.js +610 -610
  97. package/packages/big-table/src/utils/bigTableProps.js +95 -95
  98. package/packages/button/src/ButtonPrint/components/IdentityVerification.vue +181 -181
  99. package/packages/button/src/ButtonPrint/index.vue +739 -739
  100. package/packages/editor/src/Editor.vue +13 -4
  101. package/packages/fabric-chart/src/components/TimeScaleValue.vue +113 -113
  102. package/packages/fabric-chart/src/const/defaultVaule.js +59 -59
  103. package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +1079 -1066
  104. package/packages/fabric-chart/src/fabric-chart/FabricScaleValue.vue +135 -135
  105. package/packages/fabric-chart/src/fabric-chart/FabricTextGroup.vue +558 -558
  106. package/packages/fabric-chart/src/fabric-chart2/FabricTop.vue +172 -172
  107. package/packages/form-table/src/FormTable.vue +5 -1
  108. package/packages/multi-chat/chat/chatFooter.vue +1594 -1594
  109. package/packages/multi-chat/chat/chatMain.vue +1466 -1466
  110. package/packages/multi-chat/chat/quickReply.vue +439 -439
  111. package/packages/multi-chat/chat/scrollList.vue +1232 -1232
  112. package/packages/multi-chat/setting/baseInfo/index.vue +1316 -1316
  113. package/packages/multi-chat/store/actions.js +448 -448
  114. package/packages/multi-chat/store/state.js +112 -112
  115. package/packages/scale-view/formitem/r-choice.vue +714 -714
  116. package/packages/scale-view/scaleView.vue +2010 -2010
  117. package/packages/select-person/select-person.vue +1680 -1680
  118. package/packages/table-filter/src/base-search-com/BaseSearch.vue +2468 -2468
  119. package/packages/table-filter/src/components/c-tree-select/tree-select.vue +336 -336
  120. package/packages/table-filter/src/components/multi-select/multi-select.vue +219 -219
  121. package/packages/table-filter/src/components/out-quick-search/out-quick-search.vue +340 -340
  122. package/packages/table-filter/src/components/search-condition/SearchCondition.vue +1825 -1825
  123. package/packages/table-filter/src/const/dataOptions.js +43 -43
  124. package/packages/table-filter/src/mixins/mixins.js +692 -695
  125. package/packages/table-filter/src/quick-search/QuickSearch.vue +2116 -2109
  126. package/src/directive/preventReClick.js +12 -12
@@ -1,371 +1,371 @@
1
- body {
2
- > .vxe-table--tooltip-wrapper {
3
- display: none !important;
4
- }
5
- }
6
- .big-table {
7
- position: relative;
8
- // height: calc(100% - 52px);
9
-
10
- /deep/ .img-wrap {
11
- padding: 2px 0;
12
- line-height: 1;
13
- height: 100%;
14
- display: flex;
15
- align-items: center;
16
-
17
- img {
18
- max-height: 100%;
19
- object-fit: contain;
20
- cursor: pointer;
21
- }
22
- &.img-circle {
23
- img {
24
- width: 28px;
25
- border-radius: 50%;
26
- object-fit: contain;
27
- }
28
- }
29
- }
30
- .bigTable-qr-span {
31
- position: relative;
32
- display: inline-block;
33
- height: 100%;
34
- .bigTable-qr-img {
35
- max-height: 96%;
36
- }
37
- > span {
38
- position: absolute;
39
- top: 0;
40
- left: 0;
41
- justify-content: center;
42
- align-items: center;
43
- width: 100%;
44
- height: 100%;
45
- background: rgba(0, 0, 0, 0.7);
46
- color: #fff;
47
- display: none;
48
- cursor: pointer;
49
- }
50
- &:hover {
51
- > span {
52
- display: inline-flex;
53
- }
54
- }
55
- }
56
-
57
- /* 行内表单样式 */
58
- /deep/ .base-form {
59
- overflow: hidden !important;
60
- display: flex;
61
- align-items: center;
62
- width: 100%;
63
- }
64
- /deep/ .base-form-content {
65
- width: 100%;
66
- }
67
- /deep/ .ant-form-item {
68
- margin-bottom: 0 !important;
69
- }
70
- /deep/ .ant-form-explain {
71
- margin-bottom: 0 !important;
72
- margin-top: 0 !important;
73
- }
74
- /deep/ textarea {
75
- height: 32px;
76
- margin-bottom: 0;
77
- resize: none;
78
- }
79
- /deep/ .ant-form-item-label {
80
- display: none;
81
- }
82
- /deep/ .formItem-select-multiple {
83
- display: flex;
84
- align-items: center;
85
- width: 100%;
86
- line-height: 40px;
87
- .ant-select-selection--multiple {
88
- width: 100%;
89
- height: 32px;
90
- }
91
- .ant-select-selection--multiple {
92
- max-height: 32px;
93
- overflow: hidden;
94
- }
95
- .ant-select-selection--multiple .ant-select-selection__rendered {
96
- overflow: hidden;
97
- }
98
- .ant-select-selection--multiple .ant-select-selection__rendered ul {
99
- display: flex;
100
- flex-wrap: nowrap;
101
- overflow-y: hidden;
102
- overflow-x: auto;
103
- &::-webkit-scrollbar {
104
- width: 5px;
105
- height: 5px;
106
- }
107
- &::-webkit-scrollbar-track {
108
- background-color: #dedede;
109
- border-radius: 1em;
110
- }
111
- &::-webkit-scrollbar-thumb {
112
- background-color: #bfbfbf;
113
- border-radius: 1em;
114
- }
115
- }
116
- .ant-select-selection--multiple .ant-select-selection__choice {
117
- overflow: visible;
118
- }
119
- .ant-select-selection--multiple .ant-select-search--inline {
120
- position: absolute;
121
- }
122
- }
123
- /deep/ .select-box .select-content {
124
- width: 100%;
125
- }
126
- /deep/ .DIGITAL-container {
127
- /deep/ .ant-input-group,
128
- /deep/ .ant-input-number,
129
- /deep/ .ant-input-group-addon {
130
- display: flex;
131
- }
132
- /deep/ .ant-input-group-addon {
133
- align-items: center;
134
- justify-content: center;
135
- }
136
- }
137
- /* 行内表单样式 */
138
-
139
- &.mt {
140
- margin-top: 26px;
141
- height: calc(100% - 78px) !important;
142
- }
143
-
144
- &.expand-padding {
145
- /deep/ .vxe-table .vxe-body--expanded-cell {
146
- padding-left: 66px !important;
147
- padding-right: 66px !important;
148
- }
149
- }
150
-
151
- &.table-editing {
152
- /deep/ .vxe-table {
153
- .vxe-cell--title {
154
- .setting {
155
- display: none;
156
- }
157
- .vxe-filter--icon {
158
- display: none;
159
- }
160
- }
161
- .vxe-cell--sort {
162
- display: none;
163
- }
164
- }
165
- }
166
-
167
- th.vxe-header--column {
168
- cursor: pointer;
169
- }
170
- .row-btn {
171
- margin-right: 10px;
172
- }
173
- /deep/ .vxe-table {
174
- transform: translateZ(0);
175
- .vxe-table--empty-content {
176
- width: 100%;
177
- height: 100%;
178
- > div {
179
- width: 100%;
180
- height: 100%;
181
- .no-data-tip {
182
- display: inline-flex;
183
- }
184
- }
185
- }
186
- .col--checkbox,
187
- .col--seq {
188
- .vxe-cell {
189
- padding: 0;
190
- .vxe-checkbox--label {
191
- padding-left: 0;
192
- }
193
- }
194
- }
195
- .vxe-cell .vxe-tree-cell {
196
- height: 100%;
197
- }
198
-
199
- .scan-multi-delete {
200
- color: #F06F64;
201
- }
202
-
203
- .vxe-table--header {
204
- background-color: #f2f2f2;
205
- .vxe-header--column .vxe-cell--title {
206
- height: 100%;
207
- line-height: unset;
208
- width: 100%;
209
- .table-title-wrap {
210
- flex: 1;
211
- display: flex;
212
- align-items: center;
213
- }
214
- .table-title-wrap-describe {
215
- .text-over-tooltip-components {
216
- max-width: calc(98% - 16px);
217
- }
218
- }
219
- }
220
- }
221
- .vxe-table--footer-wrapper.body--wrapper,
222
- .vxe-table--body-wrapper {
223
- &::-webkit-scrollbar {
224
- width: 10px;
225
- height: 10px;
226
- background-color: #f2f2f2;
227
- }
228
- // &:hover {
229
- &::-webkit-scrollbar-thumb:hover {
230
- background-color: #b2b2b2;
231
- }
232
- // }
233
- }
234
- .vxe-footer--row .vxe-footer--column {
235
- > .vxe-cell .vxe-cell--item {
236
- height: 30px;
237
- line-height: 30px;
238
- }
239
- }
240
- .vxe-cell--checkbox.is--disabled {
241
- .vxe-checkbox--icon {
242
- display: none;
243
- }
244
- }
245
- }
246
- /deep/ .filter-box {
247
- display: flex;
248
- align-items: center;
249
- width: 100%;
250
- .table-title-wrap {
251
- max-width: calc(100% - 20px);
252
- }
253
- .vxe-filter--btn {
254
- border-top-color: #c0c4cc;
255
- border-right-color: #c0c4cc;
256
- }
257
- .vxe-filter--btn.active {
258
- border-top-color: #35393c;
259
- border-right-color: #35393c;
260
- }
261
- .vxe-filter--btn.checked {
262
- border-top-color: #5585f5;
263
- border-right-color: #5585f5;
264
- }
265
- }
266
- /deep/ .disabled-checked-tips {
267
- position: absolute;
268
- left: 6px;
269
- top: 50%;
270
- bottom: 0;
271
- right: 0;
272
- box-sizing: border-box;
273
- width: 16px;
274
- height: 16px;
275
- margin-top: -8px;
276
- overflow: hidden;
277
- border-radius: 50%;
278
- border: 2px solid #ff1818;
279
- background: #fff;
280
- &::after {
281
- position: absolute;
282
- content: '';
283
- width: 16px;
284
- height: 2px;
285
- background-color: #ff1818;
286
- transform: rotate(45deg);
287
- transform-origin: 0 2px;
288
- left: 0;
289
- top: 0;
290
- }
291
- }
292
- }
293
-
294
- .refresh {
295
- display: flex;
296
- align-items: center;
297
- background-color: #fff;
298
- box-shadow: 0px 2px 4px 0px rgba(108, 108, 108, 0.13);
299
- color: #5585f5;
300
- font-size: 12px;
301
- height: 27px;
302
-
303
- position: absolute;
304
- right: 0;
305
- top: 6px;
306
- z-index: 1;
307
-
308
- padding-left: 14px;
309
- padding-right: 14px;
310
- border-top-left-radius: 14px;
311
- border-bottom-left-radius: 14px;
312
-
313
- cursor: pointer;
314
- }
315
- .refresh-row {
316
- margin-left: 3px;
317
- margin-bottom: 0;
318
- }
319
-
320
- .check-wrap {
321
- background: #ffffe9;
322
- display: block;
323
- width: 100%;
324
- line-height: 26px;
325
- display: flex;
326
- justify-content: center;
327
-
328
- position: absolute;
329
- margin-top: -26px;
330
-
331
- .check-wrap-title,
332
- .check-wrap-btn {
333
- color: #000000;
334
- font-size: 12px;
335
- margin-bottom: 0px;
336
- cursor: pointer;
337
- }
338
-
339
- .check-wrap-btn {
340
- color: #5585f5;
341
- }
342
- }
343
-
344
- .percent-wrap {
345
- display: flex;
346
- flex-direction: column;
347
- justify-content: center;
348
- align-items: center;
349
- text-align: center;
350
- .percent-value {
351
- line-height: 1;
352
- margin-bottom: -4px;
353
- margin-top: 4px;
354
- }
355
- }
356
- .domPropsInnerHTML-span {
357
- height: 100%;
358
- /deep/ img {
359
- display: inline-block;
360
- height: var(--tableImageHeight);
361
- width: var(--tableImageWidth);
362
- }
363
- }
364
-
365
-
366
- /deep/.vxe-table--body .tooltip-checkbox-item {
367
- .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
368
- border-radius: 2px;
369
- border: 2px solid #5585f5 !important;
370
- }
1
+ body {
2
+ > .vxe-table--tooltip-wrapper {
3
+ display: none !important;
4
+ }
5
+ }
6
+ .big-table {
7
+ position: relative;
8
+ // height: calc(100% - 52px);
9
+
10
+ /deep/ .img-wrap {
11
+ padding: 2px 0;
12
+ line-height: 1;
13
+ height: 100%;
14
+ display: flex;
15
+ align-items: center;
16
+
17
+ img {
18
+ max-height: 100%;
19
+ object-fit: contain;
20
+ cursor: pointer;
21
+ }
22
+ &.img-circle {
23
+ img {
24
+ width: 28px;
25
+ border-radius: 50%;
26
+ object-fit: contain;
27
+ }
28
+ }
29
+ }
30
+ .bigTable-qr-span {
31
+ position: relative;
32
+ display: inline-block;
33
+ height: 100%;
34
+ .bigTable-qr-img {
35
+ max-height: 96%;
36
+ }
37
+ > span {
38
+ position: absolute;
39
+ top: 0;
40
+ left: 0;
41
+ justify-content: center;
42
+ align-items: center;
43
+ width: 100%;
44
+ height: 100%;
45
+ background: rgba(0, 0, 0, 0.7);
46
+ color: #fff;
47
+ display: none;
48
+ cursor: pointer;
49
+ }
50
+ &:hover {
51
+ > span {
52
+ display: inline-flex;
53
+ }
54
+ }
55
+ }
56
+
57
+ /* 行内表单样式 */
58
+ /deep/ .base-form {
59
+ overflow: hidden !important;
60
+ display: flex;
61
+ align-items: center;
62
+ width: 100%;
63
+ }
64
+ /deep/ .base-form-content {
65
+ width: 100%;
66
+ }
67
+ /deep/ .ant-form-item {
68
+ margin-bottom: 0 !important;
69
+ }
70
+ /deep/ .ant-form-explain {
71
+ margin-bottom: 0 !important;
72
+ margin-top: 0 !important;
73
+ }
74
+ /deep/ textarea {
75
+ height: 32px;
76
+ margin-bottom: 0;
77
+ resize: none;
78
+ }
79
+ /deep/ .ant-form-item-label {
80
+ display: none;
81
+ }
82
+ /deep/ .formItem-select-multiple {
83
+ display: flex;
84
+ align-items: center;
85
+ width: 100%;
86
+ line-height: 40px;
87
+ .ant-select-selection--multiple {
88
+ width: 100%;
89
+ height: 32px;
90
+ }
91
+ .ant-select-selection--multiple {
92
+ max-height: 32px;
93
+ overflow: hidden;
94
+ }
95
+ .ant-select-selection--multiple .ant-select-selection__rendered {
96
+ overflow: hidden;
97
+ }
98
+ .ant-select-selection--multiple .ant-select-selection__rendered ul {
99
+ display: flex;
100
+ flex-wrap: nowrap;
101
+ overflow-y: hidden;
102
+ overflow-x: auto;
103
+ &::-webkit-scrollbar {
104
+ width: 5px;
105
+ height: 5px;
106
+ }
107
+ &::-webkit-scrollbar-track {
108
+ background-color: #dedede;
109
+ border-radius: 1em;
110
+ }
111
+ &::-webkit-scrollbar-thumb {
112
+ background-color: #bfbfbf;
113
+ border-radius: 1em;
114
+ }
115
+ }
116
+ .ant-select-selection--multiple .ant-select-selection__choice {
117
+ overflow: visible;
118
+ }
119
+ .ant-select-selection--multiple .ant-select-search--inline {
120
+ position: absolute;
121
+ }
122
+ }
123
+ /deep/ .select-box .select-content {
124
+ width: 100%;
125
+ }
126
+ /deep/ .DIGITAL-container {
127
+ /deep/ .ant-input-group,
128
+ /deep/ .ant-input-number,
129
+ /deep/ .ant-input-group-addon {
130
+ display: flex;
131
+ }
132
+ /deep/ .ant-input-group-addon {
133
+ align-items: center;
134
+ justify-content: center;
135
+ }
136
+ }
137
+ /* 行内表单样式 */
138
+
139
+ &.mt {
140
+ margin-top: 26px;
141
+ height: calc(100% - 78px) !important;
142
+ }
143
+
144
+ &.expand-padding {
145
+ /deep/ .vxe-table .vxe-body--expanded-cell {
146
+ padding-left: 66px !important;
147
+ padding-right: 66px !important;
148
+ }
149
+ }
150
+
151
+ &.table-editing {
152
+ /deep/ .vxe-table {
153
+ .vxe-cell--title {
154
+ .setting {
155
+ display: none;
156
+ }
157
+ .vxe-filter--icon {
158
+ display: none;
159
+ }
160
+ }
161
+ .vxe-cell--sort {
162
+ display: none;
163
+ }
164
+ }
165
+ }
166
+
167
+ th.vxe-header--column {
168
+ cursor: pointer;
169
+ }
170
+ .row-btn {
171
+ margin-right: 10px;
172
+ }
173
+ /deep/ .vxe-table {
174
+ transform: translateZ(0);
175
+ .vxe-table--empty-content {
176
+ width: 100%;
177
+ height: 100%;
178
+ > div {
179
+ width: 100%;
180
+ height: 100%;
181
+ .no-data-tip {
182
+ display: inline-flex;
183
+ }
184
+ }
185
+ }
186
+ .col--checkbox,
187
+ .col--seq {
188
+ .vxe-cell {
189
+ padding: 0;
190
+ .vxe-checkbox--label {
191
+ padding-left: 0;
192
+ }
193
+ }
194
+ }
195
+ .vxe-cell .vxe-tree-cell {
196
+ height: 100%;
197
+ }
198
+
199
+ .scan-multi-delete {
200
+ color: #F06F64;
201
+ }
202
+
203
+ .vxe-table--header {
204
+ background-color: #f2f2f2;
205
+ .vxe-header--column .vxe-cell--title {
206
+ height: 100%;
207
+ line-height: unset;
208
+ width: 100%;
209
+ .table-title-wrap {
210
+ flex: 1;
211
+ display: flex;
212
+ align-items: center;
213
+ }
214
+ .table-title-wrap-describe {
215
+ .text-over-tooltip-components {
216
+ max-width: calc(98% - 16px);
217
+ }
218
+ }
219
+ }
220
+ }
221
+ .vxe-table--footer-wrapper.body--wrapper,
222
+ .vxe-table--body-wrapper {
223
+ &::-webkit-scrollbar {
224
+ width: 10px;
225
+ height: 10px;
226
+ background-color: #f2f2f2;
227
+ }
228
+ // &:hover {
229
+ &::-webkit-scrollbar-thumb:hover {
230
+ background-color: #b2b2b2;
231
+ }
232
+ // }
233
+ }
234
+ .vxe-footer--row .vxe-footer--column {
235
+ > .vxe-cell .vxe-cell--item {
236
+ height: 30px;
237
+ line-height: 30px;
238
+ }
239
+ }
240
+ .vxe-cell--checkbox.is--disabled {
241
+ .vxe-checkbox--icon {
242
+ display: none;
243
+ }
244
+ }
245
+ }
246
+ /deep/ .filter-box {
247
+ display: flex;
248
+ align-items: center;
249
+ width: 100%;
250
+ .table-title-wrap {
251
+ max-width: calc(100% - 20px);
252
+ }
253
+ .vxe-filter--btn {
254
+ border-top-color: #c0c4cc;
255
+ border-right-color: #c0c4cc;
256
+ }
257
+ .vxe-filter--btn.active {
258
+ border-top-color: #35393c;
259
+ border-right-color: #35393c;
260
+ }
261
+ .vxe-filter--btn.checked {
262
+ border-top-color: #5585f5;
263
+ border-right-color: #5585f5;
264
+ }
265
+ }
266
+ /deep/ .disabled-checked-tips {
267
+ position: absolute;
268
+ left: 6px;
269
+ top: 50%;
270
+ bottom: 0;
271
+ right: 0;
272
+ box-sizing: border-box;
273
+ width: 16px;
274
+ height: 16px;
275
+ margin-top: -8px;
276
+ overflow: hidden;
277
+ border-radius: 50%;
278
+ border: 2px solid #ff1818;
279
+ background: #fff;
280
+ &::after {
281
+ position: absolute;
282
+ content: '';
283
+ width: 16px;
284
+ height: 2px;
285
+ background-color: #ff1818;
286
+ transform: rotate(45deg);
287
+ transform-origin: 0 2px;
288
+ left: 0;
289
+ top: 0;
290
+ }
291
+ }
292
+ }
293
+
294
+ .refresh {
295
+ display: flex;
296
+ align-items: center;
297
+ background-color: #fff;
298
+ box-shadow: 0px 2px 4px 0px rgba(108, 108, 108, 0.13);
299
+ color: #5585f5;
300
+ font-size: 12px;
301
+ height: 27px;
302
+
303
+ position: absolute;
304
+ right: 0;
305
+ top: 6px;
306
+ z-index: 1;
307
+
308
+ padding-left: 14px;
309
+ padding-right: 14px;
310
+ border-top-left-radius: 14px;
311
+ border-bottom-left-radius: 14px;
312
+
313
+ cursor: pointer;
314
+ }
315
+ .refresh-row {
316
+ margin-left: 3px;
317
+ margin-bottom: 0;
318
+ }
319
+
320
+ .check-wrap {
321
+ background: #ffffe9;
322
+ display: block;
323
+ width: 100%;
324
+ line-height: 26px;
325
+ display: flex;
326
+ justify-content: center;
327
+
328
+ position: absolute;
329
+ margin-top: -26px;
330
+
331
+ .check-wrap-title,
332
+ .check-wrap-btn {
333
+ color: #000000;
334
+ font-size: 12px;
335
+ margin-bottom: 0px;
336
+ cursor: pointer;
337
+ }
338
+
339
+ .check-wrap-btn {
340
+ color: #5585f5;
341
+ }
342
+ }
343
+
344
+ .percent-wrap {
345
+ display: flex;
346
+ flex-direction: column;
347
+ justify-content: center;
348
+ align-items: center;
349
+ text-align: center;
350
+ .percent-value {
351
+ line-height: 1;
352
+ margin-bottom: -4px;
353
+ margin-top: 4px;
354
+ }
355
+ }
356
+ .domPropsInnerHTML-span {
357
+ height: 100%;
358
+ /deep/ img {
359
+ display: inline-block;
360
+ height: var(--tableImageHeight);
361
+ width: var(--tableImageWidth);
362
+ }
363
+ }
364
+
365
+
366
+ /deep/.vxe-table--body .tooltip-checkbox-item {
367
+ .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
368
+ border-radius: 2px;
369
+ border: 2px solid #5585f5 !important;
370
+ }
371
371
  }