@zgfe/business-lib 1.2.71-hxd.26 → 1.2.71-hxd.30

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