@zgfe/business-lib 1.2.66-hxd.2 → 1.2.70-hxd.1

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 (150) hide show
  1. package/README.md +12 -12
  2. package/config.js +41 -41
  3. package/es/AUMFormulaTarget/components/formula/index.less +86 -86
  4. package/es/AUMFormulaTarget/components/panel/index.less +269 -269
  5. package/es/AUMFormulaTarget/components/symbol/index.less +49 -49
  6. package/es/AUMFormulaTarget/styles/index.less +74 -74
  7. package/es/addToPanel/styles/addPanel.less +25 -25
  8. package/es/addToPanel/styles/index.less +17 -17
  9. package/es/addToPanel/styles/style.less +66 -66
  10. package/es/addToScene/styles/index.less +30 -30
  11. package/es/assets/colorIcon/demo.css +539 -539
  12. package/es/assets/colorIcon/demo_index.html +1454 -1454
  13. package/es/assets/colorIcon/iconfont.css +236 -236
  14. package/es/assets/colorIcon/iconfont.json +394 -394
  15. package/es/assets/colorIcon/iconfont.svg +129 -129
  16. package/es/assets/iconfont/demo.css +539 -539
  17. package/es/assets/iconfont/demo_index.html +5593 -5363
  18. package/es/assets/iconfont/iconfont.css +955 -915
  19. package/es/assets/iconfont/iconfont.js +8 -8
  20. package/es/assets/iconfont/iconfont.json +1654 -1584
  21. package/es/assets/iconfont/iconfont.ttf +0 -0
  22. package/es/assets/iconfont/iconfont.woff +0 -0
  23. package/es/assets/iconfont/iconfont.woff2 +0 -0
  24. package/es/assets/styles/chunks.less +183 -183
  25. package/es/assets/styles/inner.less +3 -3
  26. package/es/assets/styles/resetAntd.less +564 -551
  27. package/es/assets/styles/variable.less +21 -21
  28. package/es/attrCondition/styles/index.less +101 -101
  29. package/es/attrConditions/components/operateList.js +4 -4
  30. package/es/attrConditions/components/valuesList.js +1 -1
  31. package/es/attrConditions/styles/group.less +49 -49
  32. package/es/attrConditions/styles/index.less +151 -151
  33. package/es/attributeSelector/index.js +3 -1
  34. package/es/attributeSelector/listPanel.js +2 -2
  35. package/es/attributeSelector/styles/index.less +141 -141
  36. package/es/attributeSelector/types.d.ts +1 -0
  37. package/es/attributeSelector/util.js +1 -0
  38. package/es/chart/demo/data/data7.d.ts +54 -0
  39. package/es/chart/demo/data/data7.js +1527 -0
  40. package/es/chart/demo/stack.d.ts +3 -0
  41. package/es/chart/demo/stack.js +31 -0
  42. package/es/chart/index.js +16 -6
  43. package/es/chart/styles/index.less +113 -113
  44. package/es/chart/types.d.ts +4 -1
  45. package/es/chart/util/chartOptionConfig.d.ts +4 -3
  46. package/es/chart/util/chartOptionConfig.js +84 -4
  47. package/es/chart/util/data/china.js +17 -17
  48. package/es/chart/util/formatData.d.ts +1 -0
  49. package/es/chart/util/formatData.js +13 -0
  50. package/es/cycleTime/index.js +1 -1
  51. package/es/cycleTime/styles/index.less +24 -24
  52. package/es/cycleTime/styles/month.less +95 -95
  53. package/es/dataSetGroup/styles/index.less +146 -146
  54. package/es/datePicker/index.js +6 -6
  55. package/es/datePicker/styles/index.less +53 -53
  56. package/es/datePickerV2/index.js +6 -3
  57. package/es/datePickerV2/popoverContent.d.ts +1 -0
  58. package/es/datePickerV2/popoverContent.js +3 -1
  59. package/es/datePickerV2/shortcut.d.ts +2 -0
  60. package/es/datePickerV2/shortcut.js +4 -3
  61. package/es/datePickerV2/styles/index.less +194 -194
  62. package/es/datePickerV2/types.d.ts +2 -0
  63. package/es/datePickerV2/utils.d.ts +1 -1
  64. package/es/datePickerV2/utils.js +5 -5
  65. package/es/demoWrapper/index.less +3 -3
  66. package/es/dialog/styles/index.less +22 -22
  67. package/es/dnd/styles/index.less +19 -19
  68. package/es/eventSelector/styles/index.less +123 -123
  69. package/es/formulaTarget/components/formula/index.less +76 -76
  70. package/es/formulaTarget/components/panel/index.less +139 -139
  71. package/es/formulaTarget/components/symbol/index.less +49 -49
  72. package/es/formulaTarget/styles/index.less +74 -74
  73. package/es/hooks/types/subject.d.ts +14 -14
  74. package/es/hooks/useBizStore.js +5 -2
  75. package/es/icon/demo/list.less +32 -32
  76. package/es/index.d.ts +4 -1
  77. package/es/index.js +4 -1
  78. package/es/layout/analysisLayout/demo/index.less +12 -12
  79. package/es/layout/analysisLayout/index.less +118 -118
  80. package/es/layout/columnLayout/demo/index.less +15 -15
  81. package/es/layout/columnLayout/index.less +81 -81
  82. package/es/layout/detail/index.less +27 -27
  83. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
  84. package/es/layout/optionTitle/demo/index.less +12 -12
  85. package/es/loading/styles/index.less +20 -20
  86. package/es/loginForm/index.less +7 -7
  87. package/es/platformSelector/styles/index.less +26 -26
  88. package/es/productCondition/conditions/order/runPeriodCondition.js +1 -1
  89. package/es/productCondition/conditions/periodCondition.js +1 -1
  90. package/es/productCondition/conditions/runTimesCondition.js +1 -1
  91. package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
  92. package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
  93. package/es/productCondition/conditions/styles/eventCondition.less +51 -51
  94. package/es/productCondition/conditions/styles/periodCondition.less +26 -26
  95. package/es/productCondition/conditions/styles/propCondition.less +43 -43
  96. package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
  97. package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
  98. package/es/productCondition/conditions/styles/textDesc.less +17 -17
  99. package/es/productCondition/styles/conditionTypeList.less +30 -30
  100. package/es/productCondition/styles/conditionWrap.less +18 -18
  101. package/es/productCondition/styles/index.less +33 -33
  102. package/es/productCondition/styles/orConditions.less +34 -34
  103. package/es/productCondition/styles/relationLabel.less +19 -19
  104. package/es/quickDatePicker/styles/index.less +138 -138
  105. package/es/select/index.js +9 -1
  106. package/es/select/styles/handle.less +193 -193
  107. package/es/select/styles/index.less +129 -129
  108. package/es/select/types.d.ts +3 -2
  109. package/es/socket/demo/index.less +27 -27
  110. package/es/subjectWrapper/demo/index.d.ts +3 -0
  111. package/es/subjectWrapper/demo/index.js +28 -0
  112. package/es/subjectWrapper/index.d.ts +5 -0
  113. package/es/subjectWrapper/index.js +98 -0
  114. package/es/subjectWrapper/index.less +12 -0
  115. package/es/subjectWrapper/types.d.ts +14 -0
  116. package/es/subjectWrapper/types.js +4 -0
  117. package/es/table/styles/index.less +5 -5
  118. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  119. package/es/targetConditionGroup/styles/index.less +53 -53
  120. package/es/targetSelector/styles/index.less +110 -110
  121. package/es/userCondition/conditions/cdpCshCondition.js +0 -1
  122. package/es/userCondition/conditions/order/runPeriodCondition.js +1 -1
  123. package/es/userCondition/conditions/periodCondition.js +1 -1
  124. package/es/userCondition/conditions/runTimesCondition.js +1 -1
  125. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  126. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  127. package/es/userCondition/conditions/styles/eventCondition.less +57 -57
  128. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  129. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  130. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  131. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  132. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  133. package/es/userCondition/styles/conditionTypeList.less +30 -30
  134. package/es/userCondition/styles/conditionWrap.less +18 -18
  135. package/es/userCondition/styles/index.less +33 -33
  136. package/es/userCondition/styles/orConditions.less +34 -34
  137. package/es/userCondition/styles/relationLabel.less +19 -19
  138. package/es/userGroup/index.js +2 -2
  139. package/es/userGroup/styles/index.less +145 -145
  140. package/es/userGroupHeader/demo/index.js +1 -1
  141. package/es/userGroupHeader/styles/index.less +31 -31
  142. package/es/userTagsSelector/components/search/index.less +6 -6
  143. package/es/userTagsSelector/components/tagList/index.less +13 -13
  144. package/es/userTagsSelector/groups/styles/option.less +55 -55
  145. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  146. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  147. package/es/userTagsSelector/styles/index.less +10 -10
  148. package/es/utils/util.d.ts +3 -0
  149. package/es/utils/util.js +10 -0
  150. package/package.json +62 -62
@@ -1,551 +1,564 @@
1
- // ant-design覆写样式,需要外部引用业务库的地方单独引用
2
- @import './variable.less';
3
- @import './chunks.less';
4
-
5
- // 输入框(带icon)
6
- .ant-input-affix-wrapper {
7
- background-color: @background-color-base!important;
8
- border-color: @background-color-base !important;
9
- border-radius: @border-radius-small!important;
10
-
11
- .ant-input {
12
- background-color: @background-color-base!important;
13
- }
14
-
15
- &:hover {
16
- border-color: @primary-color!important;
17
- }
18
-
19
- &.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
20
- .ant-input-affix-wrapper-borderless
21
- ):not(.ant-input-affix-wrapper-focused).ant-input-affix-wrapper,
22
- &.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
23
- .ant-input-affix-wrapper-borderless
24
- ):not(.ant-input-affix-wrapper-focused).ant-input-affix-wrapper:hover {
25
- background-color: @background-color-base!important;
26
- }
27
- }
28
-
29
- .ant-input-affix-wrapper-focused {
30
- background-color: #fff !important;
31
- border-color: @primary-color!important;
32
-
33
- .ant-input {
34
- background-color: #fff !important;
35
- }
36
- }
37
-
38
- .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
39
- .ant-input-affix-wrapper-borderless
40
- ).ant-input-affix-wrapper,
41
- .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
42
- .ant-input-affix-wrapper-borderless
43
- ).ant-input-affix-wrapper:hover {
44
- border-color: @error-color!important;
45
- }
46
- // 输入框
47
- .ant-input {
48
- background-color: @background-color-base!important;
49
- // border-color: @background-color-base!important;
50
- border-radius: @border-radius-small!important;
51
- &:hover {
52
- border-color: @primary-color;
53
- }
54
- &:focus,
55
- &-focused {
56
- background-color: #fff !important;
57
- border-color: @primary-color;
58
- box-shadow: 0 0 0 4px @custom-focus !important;
59
- }
60
- &.ant-input-status-error {
61
- border-color: @error-color !important;
62
- &:focus,
63
- &-focused {
64
- &:not(.ant-input-disable):not(.ant-input-borderless) {
65
- box-shadow: 0 0 0 4px rgba(#ff8170, 0.2) !important;
66
- }
67
- }
68
- }
69
- }
70
-
71
- .ant-input-group-addon {
72
- color: @text-color-secondary!important;
73
- background-color: @background-color-base!important;
74
- }
75
-
76
- .ant-select {
77
- background: #fafafb;
78
- border: 1px solid #fafafb;
79
- border-radius: 2px;
80
- &:hover {
81
- border: 1px solid @primary-color;
82
- }
83
- &:focus,
84
- &-focused {
85
- background-color: #fff !important;
86
- border-color: @primary-color;
87
- box-shadow: 0 0 0 4px @custom-focus !important;
88
- }
89
- }
90
-
91
- .ant-select:not(.ant-select-customize-input):not(.ant-pagination-size-changer):not(
92
- .ant-select-status-error
93
- )
94
- .ant-select-selector {
95
- background: #fafafb;
96
- border-color: rgba(0, 0, 0, 0);
97
- }
98
- .ant-select-dropdown {
99
- .__select-panel() !important;
100
- }
101
-
102
- // 选择框下拉选项
103
- .ant-select-item {
104
- height: @height-lg!important;
105
- padding: @padding-xs @padding-sm!important;
106
- border-radius: @border-radius-normal!important;
107
-
108
- &:hover:not(.ant-select-item-option-disabled, .ant-select-item-option-selected) {
109
- .__default-hover() !important;
110
- }
111
-
112
- &.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
113
- color: #fff !important;
114
- font-weight: 400 !important;
115
- background: @primary-color!important;
116
- }
117
- }
118
-
119
- .ant-dropdown-menu {
120
- &:not(.ant-dropdown-menu-submenu-popup) {
121
- .__select-panel() !important;
122
- }
123
-
124
- .ant-dropdown-menu-item,
125
- .ant-dropdown-menu-submenu-title {
126
- .__select-option();
127
-
128
- &:not(
129
- .disabled,
130
- .active,
131
- .ant-dropdown-menu-item-selected,
132
- .ant-dropdown-menu-submenu-title-selected
133
- ):hover {
134
- .__default-hover();
135
- }
136
- &.active,
137
- &.ant-dropdown-menu-item-selected,
138
- &.ant-dropdown-menu-submenu-title-selected {
139
- color: #fff !important;
140
- background: @primary-color!important;
141
- }
142
-
143
- .ant-dropdown-menu-title-content {
144
- .__default-overflow() !important;
145
- }
146
- }
147
-
148
- .ant-dropdown-menu-submenu {
149
- &.active,
150
- &.active:hover {
151
- .ant-dropdown-menu-submenu-title {
152
- background: @primary-color!important;
153
-
154
- span {
155
- color: #fff !important;
156
- }
157
- }
158
- }
159
-
160
- &.ant-dropdown-menu-submenu-active .ant-dropdown-menu-submenu-title {
161
- .__default-hover() !important;
162
-
163
- span {
164
- color: @primary-color!important;
165
- }
166
- }
167
- }
168
- }
169
-
170
- .ant-dropdown-menu-submenu-popup ul {
171
- margin: 0 @border-radius-normal;
172
- }
173
-
174
- /* 日期控件 */
175
-
176
- /*日历文本框*/
177
- .ant-picker {
178
- border-radius: @border-radius-small!important;
179
-
180
- span {
181
- color: @text-color-secondary!important;
182
- }
183
-
184
- .ant-picker-input > input {
185
- color: @text-color!important;
186
- &[disabled] {
187
- color: @disabled-color!important;
188
- }
189
- }
190
-
191
- &.ant-picker-disabled {
192
- span {
193
- color: @disabled-color!important;
194
- }
195
- }
196
-
197
- &:not(.ant-picker-disabled, .ant-picker-status-error) {
198
- &:hover,
199
- &.ant-picker-focused {
200
- border-color: @primary-color!important;
201
- }
202
- }
203
-
204
- .ant-picker-active-bar {
205
- display: none !important;
206
- }
207
-
208
- &,
209
- &.ant-picker-range {
210
- background-color: @background-color-base;
211
- &:not(.ant-picker-status-error) {
212
- border-color: @background-color-base;
213
- }
214
- }
215
- }
216
-
217
- /*日历下拉框*/
218
- .ant-picker-dropdown {
219
- .ant-picker-cell {
220
- min-width: 30px !important;
221
- padding: 0 !important;
222
-
223
- &::before {
224
- height: 30px !important;
225
- }
226
-
227
- /*禁止选择*/
228
- &.ant-picker-cell-disabled {
229
- color: @disabled-color!important;
230
-
231
- &::before {
232
- background: #fff !important;
233
- }
234
- }
235
-
236
- /*当天*/
237
- &.ant-picker-cell-today {
238
- &.ant-picker-cell-selected {
239
- .ant-picker-cell-inner::before {
240
- background: #fff !important;
241
- }
242
- }
243
-
244
- .ant-picker-cell-inner::before {
245
- position: absolute !important;
246
- top: auto !important;
247
- bottom: 4px !important;
248
- left: 50% !important;
249
- width: 6px !important;
250
- height: 1.5px !important;
251
- background: @primary-color!important;
252
- border: none !important;
253
- border-radius: 0.5px !important;
254
- transform: translateX(-50%) !important;
255
- content: '' !important;
256
- }
257
- }
258
-
259
- .ant-picker-cell-inner {
260
- min-width: 30px !important;
261
- height: 30px !important;
262
- line-height: 28px !important;
263
- text-align: center !important;
264
- border: 1px solid transparent !important;
265
- border-radius: @border-radius-large!important;
266
- }
267
-
268
- /*日期hover*/
269
- &:hover {
270
- &:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
271
- &:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(
272
- .ant-picker-cell-range-end
273
- ):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end)
274
- .ant-picker-cell-inner {
275
- background-color: transparent !important;
276
- border: 1px solid @primary-color!important;
277
- }
278
- }
279
- }
280
-
281
- /*选中的日期范围*/
282
- /* 日期范围的起始时间radius */
283
- .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(
284
- .ant-picker-cell-range-end
285
- )
286
- .ant-picker-cell-inner,
287
- .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(
288
- .ant-picker-cell-range-start
289
- )
290
- .ant-picker-cell-inner {
291
- border-radius: 50% !important;
292
- }
293
-
294
- /*日期范围每行最后一个和第一个添加border-radius*/
295
- tr {
296
- .ant-picker-cell-in-view:not(.ant-picker-cell-selected) {
297
- &:first-child {
298
- &.ant-picker-cell-in-range::before {
299
- border-radius: @border-radius-small 0 0 @border-radius-small!important;
300
- }
301
- }
302
-
303
- &:last-child {
304
- &.ant-picker-cell-in-range::before {
305
- border-radius: 0 @border-radius-small @border-radius-small 0 !important;
306
- }
307
- }
308
- }
309
- }
310
-
311
- /*日期范围内背景色*/
312
- .ant-picker-cell-in-range::before {
313
- background: @primary-color-hover !important;
314
- }
315
-
316
- /*日期范围内的hover效果-背景不变*/
317
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
318
- .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
319
- .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
320
- .ant-picker-cell-in-view.ant-picker-cell-range-start:not(
321
- .ant-picker-cell-range-start-single
322
- ).ant-picker-cell-range-hover-start::before,
323
- .ant-picker-cell-in-view.ant-picker-cell-range-end:not(
324
- .ant-picker-cell-range-end-single
325
- ).ant-picker-cell-range-hover-end::before,
326
- .ant-picker-panel
327
- > :not(.ant-picker-date-panel)
328
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
329
- .ant-picker-panel
330
- > :not(.ant-picker-date-panel)
331
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
332
- background: @primary-color-hover !important;
333
- }
334
-
335
- /*日期范围内的hover效果*/
336
- .ant-picker-date-panel
337
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start,
338
- .ant-picker-date-panel
339
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end {
340
- .ant-picker-cell-inner {
341
- border: 1px solid @primary-color!important;
342
-
343
- &::after {
344
- background-color: transparent !important;
345
- }
346
- }
347
- }
348
- .ant-picker-cell-in-view.ant-picker-cell-range-start:not(
349
- .ant-picker-cell-range-start-single
350
- )::before,
351
- .ant-picker-cell-in-view.ant-picker-cell-range-end:not(
352
- .ant-picker-cell-range-end-single
353
- )::before {
354
- background: @primary-color-hover !important;
355
- }
356
- }
357
-
358
- // 弹窗
359
- .ant-modal-mask,
360
- .ant-drawer-mask {
361
- background-color: fade(@text-color, 80%) !important;
362
- }
363
- .ant-modal-content {
364
- border-radius: @border-radius-normal!important;
365
-
366
- .ant-modal-footer {
367
- padding: 0 24px 24px 24px !important;
368
- border-top: none !important;
369
-
370
- .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
371
- margin-left: 16px !important;
372
- }
373
- }
374
-
375
- .ant-modal-header {
376
- padding-top: 24px !important;
377
- border-bottom: none !important;
378
- border-radius: @border-radius-normal @border-radius-normal 0 0 !important;
379
- .ant-modal-title {
380
- height: 34px !important;
381
- color: @text-color !important;
382
- font-weight: 500 !important;
383
- font-size: 24px !important;
384
- line-height: 34px !important;
385
- }
386
- }
387
- }
388
-
389
- // 分页
390
- .ant-pagination {
391
- margin: 0 !important;
392
- margin-top: 20px !important;
393
-
394
- .ant-select:not(.ant-select-customize-input) .ant-select-selector {
395
- border-radius: @border-radius-small!important;
396
- }
397
-
398
- .ant-pagination-item {
399
- color: @text-color-secondary!important;
400
- background: @background-color-base!important;
401
- border: none !important;
402
- border-radius: @border-radius-small!important;
403
-
404
- &.ant-pagination-item-active {
405
- background: @primary-color!important;
406
-
407
- a {
408
- color: @white!important;
409
- }
410
- }
411
-
412
- &:not(.ant-pagination-item-active):hover {
413
- a {
414
- color: @primary-color!important;
415
- }
416
- }
417
- }
418
-
419
- .ant-pagination-prev,
420
- .ant-pagination-next {
421
- .ant-pagination-item-link {
422
- color: @text-color-secondary!important;
423
- background: @background-color-base!important;
424
- border: none !important;
425
- border-radius: @border-radius-small!important;
426
- }
427
-
428
- &:not(.ant-pagination-disabled) .ant-pagination-item-link:hover {
429
- color: @primary-color!important;
430
- }
431
- }
432
-
433
- .ant-pagination-options-quick-jumper input {
434
- border-radius: @border-radius-small!important;
435
- }
436
- }
437
-
438
- // 表格
439
- .ant-table {
440
- overflow: hidden;
441
- color: @text-color;
442
- border: 1px solid @border-color-base;
443
- border-radius: @border-radius-normal;
444
-
445
- .ant-table-container {
446
- .ant-table-thead > tr > th {
447
- color: @text-color;
448
- line-height: 16px;
449
- background: @background-color-table;
450
- border-bottom: 1px solid @border-color-base;
451
-
452
- &::before {
453
- width: 0 !important;
454
- }
455
- }
456
-
457
- .ant-table-tbody {
458
- color: @text-color-secondary;
459
- }
460
-
461
- .ant-table-tbody > tr:not(:last-child) > td {
462
- border-bottom: 1px solid @border-color-base;
463
- }
464
-
465
- .ant-table-tbody > tr > td {
466
- line-height: 15px;
467
- }
468
- }
469
-
470
- .ant-table-tbody > tr.ant-table-row:hover > td,
471
- .ant-table-tbody > tr > td.ant-table-cell-row-hover {
472
- background: @primary-color-hover;
473
- }
474
- .ant-table-thead {
475
- .ant-table-cell {
476
- &.ant-table-column-has-sorters {
477
- .ant-table-column-sorters {
478
- justify-content: flex-start;
479
- .ant-table-column-title {
480
- flex: none;
481
- }
482
- .ant-table-column-sorter {
483
- margin-left: @margin-xs;
484
- }
485
- }
486
- }
487
- }
488
- }
489
- }
490
-
491
- //气泡弹框
492
- .ant-popover-inner {
493
- border-radius: @border-radius-small;
494
- }
495
-
496
- //tooltip
497
- .ant-tooltip-inner {
498
- padding: @margin-sm @margin-md;
499
- border-radius: @border-radius-normal;
500
- }
501
- /* 提示框 */
502
- .ant-tooltip-inner {
503
- padding: @padding-sm @padding-md!important;
504
- border-radius: @border-radius-normal!important;
505
- }
506
-
507
- .ant-form-item-label > label {
508
- color: @text-color-secondary!important;
509
- }
510
- // 按钮
511
- .ant-btn {
512
- border-radius: @border-radius-small!important;
513
- }
514
- .ant-radio-button-wrapper:first-child {
515
- border-radius: @border-radius-small 0 0 @border-radius-small;
516
- }
517
- .ant-radio-button-wrapper:last-child {
518
- border-radius: 0 @border-radius-small @border-radius-small 0;
519
- }
520
-
521
- .ant-btn-text {
522
- background-color: @background-color-gray!important;
523
- border: none !important;
524
-
525
- &:hover {
526
- color: @text-color!important;
527
- background-color: @btn-text-hover-bg!important;
528
- }
529
-
530
- &:focus {
531
- color: @text-color!important;
532
- background-color: #94a6ce !important;
533
- }
534
- }
535
- .ant-form-item-explain-error {
536
- color: @error-color!important;
537
- }
538
-
539
- //dropdown
540
- .ant-dropdown,
541
- .ant-picker-dropdown,
542
- .ant-dropdown-menu-submenu-popup {
543
- z-index: 6666 !important;
544
- }
545
- //message
546
- .ant-message {
547
- z-index: 99999 !important;
548
- }
549
- .ant-message-notice-content {
550
- border-radius: 4px !important;
551
- }
1
+ // ant-design覆写样式,需要外部引用业务库的地方单独引用
2
+ @import './variable.less';
3
+ @import './chunks.less';
4
+
5
+ // 输入框(带icon)
6
+ .ant-input-affix-wrapper {
7
+ background-color: @background-color-base!important;
8
+ border-color: @background-color-base !important;
9
+ border-radius: @border-radius-small!important;
10
+
11
+ .ant-input {
12
+ background-color: @background-color-base!important;
13
+ }
14
+
15
+ > .ant-input:hover {
16
+ border-color: #165dff00 !important;
17
+ }
18
+
19
+ > .ant-input:focus {
20
+ border-color: #165dff00 !important;
21
+ }
22
+
23
+ &:hover {
24
+ border-color: @primary-color!important;
25
+ }
26
+
27
+ &.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
28
+ .ant-input-affix-wrapper-borderless
29
+ ):not(.ant-input-affix-wrapper-focused).ant-input-affix-wrapper,
30
+ &.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
31
+ .ant-input-affix-wrapper-borderless
32
+ ):not(.ant-input-affix-wrapper-focused).ant-input-affix-wrapper:hover {
33
+ background-color: @background-color-base!important;
34
+ }
35
+ }
36
+
37
+ .ant-input-affix-wrapper-focused {
38
+ background-color: #fff !important;
39
+ border-color: @primary-color!important;
40
+
41
+ .ant-input {
42
+ background-color: #fff !important;
43
+ }
44
+ }
45
+
46
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
47
+ .ant-input-affix-wrapper-borderless
48
+ ).ant-input-affix-wrapper,
49
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
50
+ .ant-input-affix-wrapper-borderless
51
+ ).ant-input-affix-wrapper:hover {
52
+ border-color: @error-color!important;
53
+ }
54
+ // 输入框
55
+ .ant-input {
56
+ background-color: @background-color-base!important;
57
+ border: 1px solid #ecedf000 !important;
58
+ // border-color: @background-color-base!important;
59
+ border-radius: @border-radius-small!important;
60
+ &:hover {
61
+ border-color: @primary-color !important;
62
+ }
63
+ &:focus,
64
+ &-focused {
65
+ background-color: #fff !important;
66
+ border-color: @primary-color !important;
67
+ box-shadow: 0 0 0 4px @custom-focus !important;
68
+ }
69
+ &.ant-input-status-error {
70
+ border-color: @error-color !important;
71
+ &:focus,
72
+ &-focused {
73
+ &:not(.ant-input-disable):not(.ant-input-borderless) {
74
+ box-shadow: 0 0 0 4px rgba(#ff8170, 0) !important;
75
+ }
76
+ }
77
+ }
78
+ }
79
+ .ant-input[disabled] {
80
+ color: rgba(2, 20, 41, 1) !important;
81
+ background-color: #f2f3f4 !important;
82
+ border-color: #ecedf000 !important;
83
+ }
84
+
85
+ .ant-input-group-addon {
86
+ color: @text-color-secondary!important;
87
+ background-color: @background-color-base!important;
88
+ }
89
+
90
+ .ant-select {
91
+ background: #fafafb;
92
+ border: 1px solid #fafafb;
93
+ border-radius: 2px;
94
+ &:hover {
95
+ border: 1px solid @primary-color;
96
+ }
97
+ &:focus,
98
+ &-focused {
99
+ background-color: #fff !important;
100
+ border-color: @primary-color;
101
+ box-shadow: 0 0 0 4px @custom-focus !important;
102
+ }
103
+ }
104
+
105
+ .ant-select:not(.ant-select-customize-input):not(.ant-pagination-size-changer):not(
106
+ .ant-select-status-error
107
+ )
108
+ .ant-select-selector {
109
+ background: #fafafb;
110
+ border-color: rgba(0, 0, 0, 0);
111
+ }
112
+ .ant-select-dropdown {
113
+ .__select-panel() !important;
114
+ }
115
+
116
+ // 选择框下拉选项
117
+ .ant-select-item {
118
+ height: @height-lg!important;
119
+ padding: @padding-xs @padding-sm!important;
120
+ border-radius: @border-radius-normal!important;
121
+
122
+ &:hover:not(.ant-select-item-option-disabled, .ant-select-item-option-selected) {
123
+ .__default-hover() !important;
124
+ }
125
+
126
+ &.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
127
+ color: #fff !important;
128
+ font-weight: 400 !important;
129
+ background: @primary-color!important;
130
+ }
131
+ }
132
+
133
+ .ant-dropdown-menu {
134
+ &:not(.ant-dropdown-menu-submenu-popup) {
135
+ .__select-panel() !important;
136
+ }
137
+
138
+ .ant-dropdown-menu-item,
139
+ .ant-dropdown-menu-submenu-title {
140
+ .__select-option();
141
+
142
+ &:not(
143
+ .disabled,
144
+ .active,
145
+ .ant-dropdown-menu-item-selected,
146
+ .ant-dropdown-menu-submenu-title-selected
147
+ ):hover {
148
+ .__default-hover();
149
+ }
150
+ &.active,
151
+ &.ant-dropdown-menu-item-selected,
152
+ &.ant-dropdown-menu-submenu-title-selected {
153
+ color: #fff !important;
154
+ background: @primary-color!important;
155
+ }
156
+
157
+ .ant-dropdown-menu-title-content {
158
+ .__default-overflow() !important;
159
+ }
160
+ }
161
+
162
+ .ant-dropdown-menu-submenu {
163
+ &.active,
164
+ &.active:hover {
165
+ .ant-dropdown-menu-submenu-title {
166
+ background: @primary-color!important;
167
+
168
+ span {
169
+ color: #fff !important;
170
+ }
171
+ }
172
+ }
173
+
174
+ &.ant-dropdown-menu-submenu-active .ant-dropdown-menu-submenu-title {
175
+ .__default-hover() !important;
176
+
177
+ span {
178
+ color: @primary-color!important;
179
+ }
180
+ }
181
+ }
182
+ }
183
+
184
+ .ant-dropdown-menu-submenu-popup ul {
185
+ margin: 0 @border-radius-normal;
186
+ }
187
+
188
+ /* 日期控件 */
189
+
190
+ /*日历文本框*/
191
+ .ant-picker {
192
+ border-radius: @border-radius-small!important;
193
+
194
+ span {
195
+ color: @text-color-secondary!important;
196
+ }
197
+
198
+ .ant-picker-input > input {
199
+ color: @text-color!important;
200
+ &[disabled] {
201
+ color: @disabled-color!important;
202
+ }
203
+ }
204
+
205
+ &.ant-picker-disabled {
206
+ span {
207
+ color: @disabled-color!important;
208
+ }
209
+ }
210
+
211
+ &:not(.ant-picker-disabled, .ant-picker-status-error) {
212
+ &:hover,
213
+ &.ant-picker-focused {
214
+ border-color: @primary-color!important;
215
+ }
216
+ }
217
+
218
+ .ant-picker-active-bar {
219
+ display: none !important;
220
+ }
221
+
222
+ &,
223
+ &.ant-picker-range {
224
+ background-color: @background-color-base;
225
+ &:not(.ant-picker-status-error) {
226
+ border-color: @background-color-base;
227
+ }
228
+ }
229
+ }
230
+
231
+ /*日历下拉框*/
232
+ .ant-picker-dropdown {
233
+ .ant-picker-cell {
234
+ min-width: 30px !important;
235
+ padding: 0 !important;
236
+
237
+ &::before {
238
+ height: 30px !important;
239
+ }
240
+
241
+ /*禁止选择*/
242
+ &.ant-picker-cell-disabled {
243
+ color: @disabled-color!important;
244
+
245
+ &::before {
246
+ background: #fff !important;
247
+ }
248
+ }
249
+
250
+ /*当天*/
251
+ &.ant-picker-cell-today {
252
+ &.ant-picker-cell-selected {
253
+ .ant-picker-cell-inner::before {
254
+ background: #fff !important;
255
+ }
256
+ }
257
+
258
+ .ant-picker-cell-inner::before {
259
+ position: absolute !important;
260
+ top: auto !important;
261
+ bottom: 4px !important;
262
+ left: 50% !important;
263
+ width: 6px !important;
264
+ height: 1.5px !important;
265
+ background: @primary-color!important;
266
+ border: none !important;
267
+ border-radius: 0.5px !important;
268
+ transform: translateX(-50%) !important;
269
+ content: '' !important;
270
+ }
271
+ }
272
+
273
+ .ant-picker-cell-inner {
274
+ min-width: 30px !important;
275
+ height: 30px !important;
276
+ line-height: 28px !important;
277
+ text-align: center !important;
278
+ border: 1px solid transparent !important;
279
+ border-radius: @border-radius-large!important;
280
+ }
281
+
282
+ /*日期hover*/
283
+ &:hover {
284
+ &:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
285
+ &:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(
286
+ .ant-picker-cell-range-end
287
+ ):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end)
288
+ .ant-picker-cell-inner {
289
+ background-color: transparent !important;
290
+ border: 1px solid @primary-color!important;
291
+ }
292
+ }
293
+ }
294
+
295
+ /*选中的日期范围*/
296
+ /* 日期范围的起始时间radius */
297
+ .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(
298
+ .ant-picker-cell-range-end
299
+ )
300
+ .ant-picker-cell-inner,
301
+ .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(
302
+ .ant-picker-cell-range-start
303
+ )
304
+ .ant-picker-cell-inner {
305
+ border-radius: 50% !important;
306
+ }
307
+
308
+ /*日期范围每行最后一个和第一个添加border-radius*/
309
+ tr {
310
+ .ant-picker-cell-in-view:not(.ant-picker-cell-selected) {
311
+ &:first-child {
312
+ &.ant-picker-cell-in-range::before {
313
+ border-radius: @border-radius-small 0 0 @border-radius-small!important;
314
+ }
315
+ }
316
+
317
+ &:last-child {
318
+ &.ant-picker-cell-in-range::before {
319
+ border-radius: 0 @border-radius-small @border-radius-small 0 !important;
320
+ }
321
+ }
322
+ }
323
+ }
324
+
325
+ /*日期范围内背景色*/
326
+ .ant-picker-cell-in-range::before {
327
+ background: @primary-color-hover !important;
328
+ }
329
+
330
+ /*日期范围内的hover效果-背景不变*/
331
+ .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
332
+ .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
333
+ .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
334
+ .ant-picker-cell-in-view.ant-picker-cell-range-start:not(
335
+ .ant-picker-cell-range-start-single
336
+ ).ant-picker-cell-range-hover-start::before,
337
+ .ant-picker-cell-in-view.ant-picker-cell-range-end:not(
338
+ .ant-picker-cell-range-end-single
339
+ ).ant-picker-cell-range-hover-end::before,
340
+ .ant-picker-panel
341
+ > :not(.ant-picker-date-panel)
342
+ .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
343
+ .ant-picker-panel
344
+ > :not(.ant-picker-date-panel)
345
+ .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
346
+ background: @primary-color-hover !important;
347
+ }
348
+
349
+ /*日期范围内的hover效果*/
350
+ .ant-picker-date-panel
351
+ .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start,
352
+ .ant-picker-date-panel
353
+ .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end {
354
+ .ant-picker-cell-inner {
355
+ border: 1px solid @primary-color!important;
356
+
357
+ &::after {
358
+ background-color: transparent !important;
359
+ }
360
+ }
361
+ }
362
+ .ant-picker-cell-in-view.ant-picker-cell-range-start:not(
363
+ .ant-picker-cell-range-start-single
364
+ )::before,
365
+ .ant-picker-cell-in-view.ant-picker-cell-range-end:not(
366
+ .ant-picker-cell-range-end-single
367
+ )::before {
368
+ background: @primary-color-hover !important;
369
+ }
370
+ }
371
+
372
+ // 弹窗
373
+ .ant-modal-mask,
374
+ .ant-drawer-mask {
375
+ background-color: fade(@text-color, 80%) !important;
376
+ }
377
+ .ant-modal-content {
378
+ border-radius: @border-radius-normal!important;
379
+
380
+ .ant-modal-footer {
381
+ padding: 0 24px 24px 24px !important;
382
+ border-top: none !important;
383
+
384
+ .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
385
+ margin-left: 16px !important;
386
+ }
387
+ }
388
+
389
+ .ant-modal-header {
390
+ padding-top: 24px !important;
391
+ border-bottom: none !important;
392
+ border-radius: @border-radius-normal @border-radius-normal 0 0 !important;
393
+ .ant-modal-title {
394
+ height: 34px !important;
395
+ color: @text-color !important;
396
+ font-weight: 500 !important;
397
+ font-size: 24px !important;
398
+ line-height: 34px !important;
399
+ }
400
+ }
401
+ }
402
+
403
+ // 分页
404
+ .ant-pagination {
405
+ margin: 0 !important;
406
+ margin-top: 20px !important;
407
+
408
+ .ant-select:not(.ant-select-customize-input) .ant-select-selector {
409
+ border-radius: @border-radius-small!important;
410
+ }
411
+
412
+ .ant-pagination-item {
413
+ color: @text-color-secondary!important;
414
+ background: @background-color-base!important;
415
+ border: none !important;
416
+ border-radius: @border-radius-small!important;
417
+
418
+ &.ant-pagination-item-active {
419
+ background: @primary-color!important;
420
+
421
+ a {
422
+ color: @white!important;
423
+ }
424
+ }
425
+
426
+ &:not(.ant-pagination-item-active):hover {
427
+ a {
428
+ color: @primary-color!important;
429
+ }
430
+ }
431
+ }
432
+
433
+ .ant-pagination-prev,
434
+ .ant-pagination-next {
435
+ .ant-pagination-item-link {
436
+ color: @text-color-secondary!important;
437
+ background: @background-color-base!important;
438
+ border: none !important;
439
+ border-radius: @border-radius-small!important;
440
+ }
441
+
442
+ &:not(.ant-pagination-disabled) .ant-pagination-item-link:hover {
443
+ color: @primary-color!important;
444
+ }
445
+ }
446
+
447
+ .ant-pagination-options-quick-jumper input {
448
+ border-radius: @border-radius-small!important;
449
+ }
450
+ }
451
+
452
+ // 表格
453
+ .ant-table {
454
+ overflow: hidden;
455
+ color: @text-color;
456
+ border: 1px solid @border-color-base;
457
+ border-radius: @border-radius-normal;
458
+
459
+ .ant-table-container {
460
+ .ant-table-thead > tr > th {
461
+ color: @text-color;
462
+ line-height: 16px;
463
+ background: @background-color-table;
464
+ border-bottom: 1px solid @border-color-base;
465
+
466
+ &::before {
467
+ width: 0 !important;
468
+ }
469
+ }
470
+
471
+ .ant-table-tbody {
472
+ color: @text-color-secondary;
473
+ }
474
+
475
+ .ant-table-tbody > tr:not(:last-child) > td {
476
+ border-bottom: 1px solid @border-color-base;
477
+ }
478
+
479
+ .ant-table-tbody > tr > td {
480
+ line-height: 15px;
481
+ }
482
+ }
483
+
484
+ .ant-table-tbody > tr.ant-table-row:hover > td,
485
+ .ant-table-tbody > tr > td.ant-table-cell-row-hover {
486
+ background: @primary-color-hover;
487
+ }
488
+ .ant-table-thead {
489
+ .ant-table-cell {
490
+ &.ant-table-column-has-sorters {
491
+ .ant-table-column-sorters {
492
+ justify-content: flex-start;
493
+ .ant-table-column-title {
494
+ flex: none;
495
+ }
496
+ .ant-table-column-sorter {
497
+ margin-left: @margin-xs;
498
+ }
499
+ }
500
+ }
501
+ }
502
+ }
503
+ }
504
+
505
+ //气泡弹框
506
+ .ant-popover-inner {
507
+ border-radius: @border-radius-small;
508
+ }
509
+
510
+ //tooltip
511
+ .ant-tooltip-inner {
512
+ padding: @margin-sm @margin-md;
513
+ border-radius: @border-radius-normal;
514
+ }
515
+ /* 提示框 */
516
+ .ant-tooltip-inner {
517
+ padding: @padding-sm @padding-md!important;
518
+ border-radius: @border-radius-normal!important;
519
+ }
520
+
521
+ .ant-form-item-label > label {
522
+ color: @text-color-secondary!important;
523
+ }
524
+ // 按钮
525
+ .ant-btn {
526
+ border-radius: @border-radius-small!important;
527
+ }
528
+ .ant-radio-button-wrapper:first-child {
529
+ border-radius: @border-radius-small 0 0 @border-radius-small;
530
+ }
531
+ .ant-radio-button-wrapper:last-child {
532
+ border-radius: 0 @border-radius-small @border-radius-small 0;
533
+ }
534
+
535
+ .ant-btn-text {
536
+ background-color: none !important;
537
+ border: none !important;
538
+
539
+ &:hover {
540
+ color: @text-color!important;
541
+ background-color: none !important;
542
+ }
543
+
544
+ &:focus {
545
+ color: @text-color!important;
546
+ background-color: none !important;
547
+ }
548
+ }
549
+ .ant-form-item-explain-error {
550
+ color: @error-color!important;
551
+ }
552
+
553
+ .ant-dropdown,
554
+ .ant-picker-dropdown,
555
+ .ant-dropdown-menu-submenu-popup {
556
+ z-index: 6666 !important;
557
+ }
558
+ //message
559
+ .ant-message {
560
+ z-index: 99999 !important;
561
+ }
562
+ .ant-message-notice-content {
563
+ border-radius: 4px !important;
564
+ }