@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,33 +1,33 @@
1
- @import '../../assets/styles/variable.less';
2
- .biz-user-condition {
3
- width: 100%;
4
- min-width: 0;
5
- &-conditions-content {
6
- display: flex;
7
- .biz-user-condition-and-conditions-wrap {
8
- flex: 1;
9
- margin-bottom: @margin-lg;
10
- &.text-mode {
11
- display: flex;
12
- flex-wrap: wrap;
13
- min-width: 0;
14
- margin-bottom: 0;
15
- line-height: 32px;
16
- border: none;
17
- .biz-user-condition-and-desc {
18
- margin: 0 @margin-xs;
19
- }
20
- }
21
- }
22
- .biz-user-condition-and-conditions-empty {
23
- margin-bottom: 0;
24
- }
25
- }
26
- &-tip {
27
- margin-top: @margin-lg;
28
- color: @warning-color;
29
- span {
30
- margin-right: @margin-xs;
31
- }
32
- }
33
- }
1
+ @import '../../assets/styles/variable.less';
2
+ .biz-user-condition {
3
+ width: 100%;
4
+ min-width: 0;
5
+ &-conditions-content {
6
+ display: flex;
7
+ .biz-user-condition-and-conditions-wrap {
8
+ flex: 1;
9
+ margin-bottom: @margin-lg;
10
+ &.text-mode {
11
+ display: flex;
12
+ flex-wrap: wrap;
13
+ min-width: 0;
14
+ margin-bottom: 0;
15
+ line-height: 32px;
16
+ border: none;
17
+ .biz-user-condition-and-desc {
18
+ margin: 0 @margin-xs;
19
+ }
20
+ }
21
+ }
22
+ .biz-user-condition-and-conditions-empty {
23
+ margin-bottom: 0;
24
+ }
25
+ }
26
+ &-tip {
27
+ margin-top: @margin-lg;
28
+ color: @warning-color;
29
+ span {
30
+ margin-right: @margin-xs;
31
+ }
32
+ }
33
+ }
@@ -1,34 +1,34 @@
1
- @import '../../assets/styles/variable.less';
2
- .biz-user-condition-or {
3
- &:not(:last-child) {
4
- margin-bottom: @margin-lg;
5
- }
6
- &.text-mode {
7
- display: flex;
8
- min-width: 0;
9
- // align-items: center;
10
- margin-bottom: 0;
11
- .biz-user-condition-or-content {
12
- margin-bottom: 0;
13
- border: none;
14
- .biz-user-condition-conditions {
15
- padding: 0;
16
- }
17
- }
18
- }
19
- &-content {
20
- display: flex;
21
- width: 100%;
22
-
23
- background: #ffffff;
24
- border: 1px solid @border-color-base;
25
- border-radius: @border-radius-small;
26
- &:not(:last-child) {
27
- margin-bottom: @margin-md;
28
- }
29
- .biz-user-condition-conditions {
30
- flex: 1;
31
- padding: @padding-xs @padding-md 0 0;
32
- }
33
- }
34
- }
1
+ @import '../../assets/styles/variable.less';
2
+ .biz-user-condition-or {
3
+ &:not(:last-child) {
4
+ margin-bottom: @margin-lg;
5
+ }
6
+ &.text-mode {
7
+ display: flex;
8
+ min-width: 0;
9
+ // align-items: center;
10
+ margin-bottom: 0;
11
+ .biz-user-condition-or-content {
12
+ margin-bottom: 0;
13
+ border: none;
14
+ .biz-user-condition-conditions {
15
+ padding: 0;
16
+ }
17
+ }
18
+ }
19
+ &-content {
20
+ display: flex;
21
+ width: 100%;
22
+
23
+ background: #ffffff;
24
+ border: 1px solid @border-color-base;
25
+ border-radius: @border-radius-small;
26
+ &:not(:last-child) {
27
+ margin-bottom: @margin-md;
28
+ }
29
+ .biz-user-condition-conditions {
30
+ flex: 1;
31
+ padding: @padding-xs @padding-md 0 0;
32
+ }
33
+ }
34
+ }
@@ -1,19 +1,19 @@
1
- @import '../../assets/styles/inner.less';
2
- .biz-user-condition-relation {
3
- position: relative;
4
- width: 2px;
5
- margin-right: @margin-lg;
6
- background-color: @border-color-split;
7
- &-label {
8
- position: absolute;
9
- top: 50%;
10
- left: 50%;
11
- width: 24px;
12
- height: 24px;
13
- line-height: 24px;
14
- text-align: center;
15
- background-color: @border-color-split;
16
- border-radius: @border-radius-small;
17
- transform: translate(-50%, -50%);
18
- }
19
- }
1
+ @import '../../assets/styles/inner.less';
2
+ .biz-user-condition-relation {
3
+ position: relative;
4
+ width: 2px;
5
+ margin-right: @margin-lg;
6
+ background-color: @border-color-split;
7
+ &-label {
8
+ position: absolute;
9
+ top: 50%;
10
+ left: 50%;
11
+ width: 24px;
12
+ height: 24px;
13
+ line-height: 24px;
14
+ text-align: center;
15
+ background-color: @border-color-split;
16
+ border-radius: @border-radius-small;
17
+ transform: translate(-50%, -50%);
18
+ }
19
+ }
@@ -93,7 +93,7 @@ var BizUserGroup = function BizUserGroup(_ref) {
93
93
  }
94
94
  }, [groupLoading, tagLoading]);
95
95
  useEffect(function () {
96
- if (!onChange || groupLoading || tagLoading) return;
96
+ if (!onChange || groupLoading || tagLoading || open) return;
97
97
  if (!enableTags) {
98
98
  onChange(chosen === null || chosen === void 0 ? void 0 : chosen.id);
99
99
  return;
@@ -104,7 +104,7 @@ var BizUserGroup = function BizUserGroup(_ref) {
104
104
  layer = _item[2];
105
105
  return layer ? "".concat(tag.id, ":").concat(layer === null || layer === void 0 ? void 0 : layer.layerLabelId) : String(tag.id);
106
106
  }) : chosen === null || chosen === void 0 ? void 0 : chosen.id);
107
- }, [chosen]);
107
+ }, [chosen, open]);
108
108
  var _onClose = function onClose(e, index) {
109
109
  e.stopPropagation();
110
110
  setChosen(function (data) {
@@ -1,145 +1,145 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-user-group {
4
- position: relative;
5
- width: 100%;
6
- min-width: 208px;
7
- color: @text-color;
8
-
9
- &-handle {
10
- .__select-handle();
11
- display: flex;
12
- flex-direction: row;
13
- align-items: center;
14
- width: 100%;
15
- min-height: @height-base;
16
- padding: 4px 4px 4px 12px;
17
- &:hover {
18
- .biz-user-group-del {
19
- display: inline-block;
20
- }
21
- }
22
- }
23
- &-placeholder {
24
- flex: 1;
25
- color: @input-placeholder-color;
26
- pointer-events: none;
27
- }
28
- &-val {
29
- flex: 1;
30
- overflow: hidden;
31
- text-overflow: ellipsis;
32
- }
33
- &-handle-tags {
34
- display: flex;
35
- flex: 1;
36
- flex-wrap: wrap;
37
- gap: 4px 8px;
38
-
39
- &-item.ant-tag {
40
- margin: 0;
41
- padding: 0 4px;
42
- }
43
- }
44
- &-arrow {
45
- flex: none;
46
- margin-left: 8px;
47
- color: @text-color-secondary;
48
- &.open {
49
- transform: rotate(180deg);
50
- }
51
- }
52
- &-del {
53
- display: none;
54
- flex: none;
55
- width: 16px;
56
- max-height: 24px;
57
- margin-left: 6px;
58
- text-align: center;
59
- border-radius: @border-radius-small;
60
- &:hover {
61
- color: #fb5547;
62
- background-color: #feddda;
63
- }
64
- &.disabled {
65
- color: @disabled-color;
66
- cursor: not-allowed;
67
- &:hover {
68
- background-color: transparent;
69
- }
70
- }
71
- }
72
- &-overlay {
73
- .__select-panel();
74
- display: flex;
75
- flex-direction: row;
76
- height: auto;
77
- }
78
- &-typelist {
79
- width: 104px;
80
- padding-right: @padding-xs;
81
- border-right: 1px solid @border-color-split;
82
- }
83
- &-option {
84
- .__select-option();
85
- }
86
- &-tags {
87
- padding: 0;
88
- box-shadow: none !important;
89
- }
90
- &-grouplist {
91
- display: flex;
92
- flex-direction: column;
93
- padding-left: @padding-xs;
94
- }
95
- &-grouplist-no {
96
- display: flex;
97
- flex-direction: column;
98
- }
99
- &-top {
100
- flex: none;
101
- margin-bottom: @margin-xs;
102
- }
103
- &-add .bsicon {
104
- margin-right: @margin-xs;
105
- }
106
- &-divider {
107
- position: relative;
108
- flex: none;
109
- height: 0;
110
- margin-top: @margin-xs;
111
- overflow: visible;
112
- border-top: 1px solid @border-color-split;
113
- & > span {
114
- position: absolute;
115
- top: -12px;
116
- left: 0;
117
- display: inline-block;
118
- padding: 0 5px 0 12px;
119
- background-color: #fff;
120
- }
121
- &::after {
122
- position: absolute;
123
- top: -8px;
124
- left: 4px;
125
- display: inline-block;
126
- width: 3px;
127
- height: 14px;
128
- background-color: @primary-color;
129
- border-radius: 10px;
130
- content: '';
131
- }
132
- }
133
- &-list {
134
- flex: 1;
135
- max-height: 320px;
136
- overflow: auto;
137
- }
138
- &-item {
139
- .__select-option();
140
- }
141
- &-empty {
142
- .__select-nodata();
143
- flex: none;
144
- }
145
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-user-group {
4
+ position: relative;
5
+ width: 100%;
6
+ min-width: 208px;
7
+ color: @text-color;
8
+
9
+ &-handle {
10
+ .__select-handle();
11
+ display: flex;
12
+ flex-direction: row;
13
+ align-items: center;
14
+ width: 100%;
15
+ min-height: @height-base;
16
+ padding: 4px 4px 4px 12px;
17
+ &:hover {
18
+ .biz-user-group-del {
19
+ display: inline-block;
20
+ }
21
+ }
22
+ }
23
+ &-placeholder {
24
+ flex: 1;
25
+ color: @input-placeholder-color;
26
+ pointer-events: none;
27
+ }
28
+ &-val {
29
+ flex: 1;
30
+ overflow: hidden;
31
+ text-overflow: ellipsis;
32
+ }
33
+ &-handle-tags {
34
+ display: flex;
35
+ flex: 1;
36
+ flex-wrap: wrap;
37
+ gap: 4px 8px;
38
+
39
+ &-item.ant-tag {
40
+ margin: 0;
41
+ padding: 0 4px;
42
+ }
43
+ }
44
+ &-arrow {
45
+ flex: none;
46
+ margin-left: 8px;
47
+ color: @text-color-secondary;
48
+ &.open {
49
+ transform: rotate(180deg);
50
+ }
51
+ }
52
+ &-del {
53
+ display: none;
54
+ flex: none;
55
+ width: 16px;
56
+ max-height: 24px;
57
+ margin-left: 6px;
58
+ text-align: center;
59
+ border-radius: @border-radius-small;
60
+ &:hover {
61
+ color: #fb5547;
62
+ background-color: #feddda;
63
+ }
64
+ &.disabled {
65
+ color: @disabled-color;
66
+ cursor: not-allowed;
67
+ &:hover {
68
+ background-color: transparent;
69
+ }
70
+ }
71
+ }
72
+ &-overlay {
73
+ .__select-panel();
74
+ display: flex;
75
+ flex-direction: row;
76
+ height: auto;
77
+ }
78
+ &-typelist {
79
+ width: 104px;
80
+ padding-right: @padding-xs;
81
+ border-right: 1px solid @border-color-split;
82
+ }
83
+ &-option {
84
+ .__select-option();
85
+ }
86
+ &-tags {
87
+ padding: 0;
88
+ box-shadow: none !important;
89
+ }
90
+ &-grouplist {
91
+ display: flex;
92
+ flex-direction: column;
93
+ padding-left: @padding-xs;
94
+ }
95
+ &-grouplist-no {
96
+ display: flex;
97
+ flex-direction: column;
98
+ }
99
+ &-top {
100
+ flex: none;
101
+ margin-bottom: @margin-xs;
102
+ }
103
+ &-add .bsicon {
104
+ margin-right: @margin-xs;
105
+ }
106
+ &-divider {
107
+ position: relative;
108
+ flex: none;
109
+ height: 0;
110
+ margin-top: @margin-xs;
111
+ overflow: visible;
112
+ border-top: 1px solid @border-color-split;
113
+ & > span {
114
+ position: absolute;
115
+ top: -12px;
116
+ left: 0;
117
+ display: inline-block;
118
+ padding: 0 5px 0 12px;
119
+ background-color: #fff;
120
+ }
121
+ &::after {
122
+ position: absolute;
123
+ top: -8px;
124
+ left: 4px;
125
+ display: inline-block;
126
+ width: 3px;
127
+ height: 14px;
128
+ background-color: @primary-color;
129
+ border-radius: 10px;
130
+ content: '';
131
+ }
132
+ }
133
+ &-list {
134
+ flex: 1;
135
+ max-height: 320px;
136
+ overflow: auto;
137
+ }
138
+ &-item {
139
+ .__select-option();
140
+ }
141
+ &-empty {
142
+ .__select-nodata();
143
+ flex: none;
144
+ }
145
+ }
@@ -11,7 +11,7 @@ export default (function () {
11
11
  }, /*#__PURE__*/React.createElement(BizUserGroupHeader, {
12
12
  max: 3,
13
13
  enableTags: true,
14
- value: [['4077:685001635528704'], 836, 837],
14
+ value: [0],
15
15
  onChange: function onChange(value) {
16
16
  console.log('>>>>>>>>回传值', value);
17
17
  }
@@ -1,31 +1,31 @@
1
- @import '../../assets/styles/inner.less';
2
- .biz-user-group-header {
3
- background: #fff;
4
- &-title {
5
- height: 20px;
6
- margin-bottom: @margin-xs;
7
- padding-left: @padding-lg;
8
- color: @text-color-secondary;
9
- font-weight: 500;
10
- }
11
-
12
- &-add {
13
- color: @primary-color;
14
- font-size: 20px !important;
15
- cursor: pointer;
16
- &.disabled {
17
- display: none;
18
- }
19
- }
20
- .biz-user {
21
- width: 208px;
22
- }
23
- &-container {
24
- width: 100%;
25
- padding: @padding-xss @padding-lg;
26
-
27
- &:hover {
28
- background: #e8efff;
29
- }
30
- }
31
- }
1
+ @import '../../assets/styles/inner.less';
2
+ .biz-user-group-header {
3
+ background: #fff;
4
+ &-title {
5
+ height: 20px;
6
+ margin-bottom: @margin-xs;
7
+ padding-left: @padding-lg;
8
+ color: @text-color-secondary;
9
+ font-weight: 500;
10
+ }
11
+
12
+ &-add {
13
+ color: @primary-color;
14
+ font-size: 20px !important;
15
+ cursor: pointer;
16
+ &.disabled {
17
+ display: none;
18
+ }
19
+ }
20
+ .biz-user {
21
+ width: 208px;
22
+ }
23
+ &-container {
24
+ width: 100%;
25
+ padding: @padding-xss @padding-lg;
26
+
27
+ &:hover {
28
+ background: #e8efff;
29
+ }
30
+ }
31
+ }
@@ -1,6 +1,6 @@
1
- @import '../../../assets/styles/variable.less';
2
- .biz-user-tags-selector {
3
- &-drop-panel-search {
4
- margin-bottom: @margin-xs;
5
- }
6
- }
1
+ @import '../../../assets/styles/variable.less';
2
+ .biz-user-tags-selector {
3
+ &-drop-panel-search {
4
+ margin-bottom: @margin-xs;
5
+ }
6
+ }
@@ -1,13 +1,13 @@
1
- @import '../../../assets/styles/variable.less';
2
- .biz-user-tags-selector {
3
- &-list-container {
4
- max-height: 360px;
5
- overflow: auto;
6
- }
7
- &-list-container-loading {
8
- display: flex;
9
- align-items: center;
10
- justify-content: center;
11
- height: 40px;
12
- }
13
- }
1
+ @import '../../../assets/styles/variable.less';
2
+ .biz-user-tags-selector {
3
+ &-list-container {
4
+ max-height: 360px;
5
+ overflow: auto;
6
+ }
7
+ &-list-container-loading {
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ height: 40px;
12
+ }
13
+ }