@zgfe/modules-settings 1.2.51-zhongyuan.0 → 1.2.51-zhongyuan.5

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 (173) hide show
  1. package/README.md +33 -33
  2. package/es/components/card/demo/index.js +6 -6
  3. package/es/components/card/index.js +6 -6
  4. package/es/components/card/index.less +87 -87
  5. package/es/components/pageLoading/index.less +7 -7
  6. package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
  7. package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
  8. package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
  9. package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
  10. package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
  11. package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
  12. package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
  13. package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
  14. package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
  15. package/es/components/picCircleSelect/demo/index.js +5 -5
  16. package/es/components/picCircleSelect/index.js +7 -8
  17. package/es/components/picCircleSelect/index.less +37 -37
  18. package/es/components/processCanvas/customNode/node_point.js +4 -4
  19. package/es/components/processCanvas/demo/index.js +5 -6
  20. package/es/components/processCanvas/index.js +11 -11
  21. package/es/components/processCanvas/styles/customNode.less +149 -149
  22. package/es/components/processCanvas/styles/index.less +34 -34
  23. package/es/components/processCanvas/toolbar.js +5 -5
  24. package/es/components/selectAppWrapper/index.js +14 -15
  25. package/es/components/settingTabs/index.js +5 -5
  26. package/es/components/settingTabs/index.less +51 -51
  27. package/es/constants/api.d.ts +13 -0
  28. package/es/constants/api.js +18 -2
  29. package/es/constants/icons/demo.css +539 -539
  30. package/es/constants/icons/demo_index.html +9871 -9871
  31. package/es/constants/icons/iconfont.css +1699 -1699
  32. package/es/constants/icons/iconfont.json +2956 -2956
  33. package/es/global.d.ts +4 -4
  34. package/es/modules/appSettings/appInfo/index.js +7 -7
  35. package/es/modules/appSettings/dataAccessFilter/index.js +5 -5
  36. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  37. package/es/modules/appSettings/virtualSource/index.js +7 -7
  38. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  39. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  40. package/es/modules/companySetting/appList/index.js +12 -12
  41. package/es/modules/companySetting/appList/index.less +126 -126
  42. package/es/modules/companySetting/application/applicationForm.js +9 -9
  43. package/es/modules/companySetting/application/applicationSetting.js +5 -5
  44. package/es/modules/companySetting/application/index.js +28 -28
  45. package/es/modules/companySetting/application/index.less +126 -126
  46. package/es/modules/companySetting/business/businessForm.js +7 -7
  47. package/es/modules/companySetting/business/index.js +27 -27
  48. package/es/modules/companySetting/business/index.less +92 -92
  49. package/es/modules/companySetting/cost/index.js +20 -20
  50. package/es/modules/companySetting/cost/index.less +38 -38
  51. package/es/modules/companySetting/department/index.js +16 -16
  52. package/es/modules/companySetting/department/index.less +157 -157
  53. package/es/modules/companySetting/edit/authConfig.js +5 -5
  54. package/es/modules/companySetting/edit/authConfigCEP.js +11 -11
  55. package/es/modules/companySetting/edit/authGroup.js +13 -13
  56. package/es/modules/companySetting/edit/authModule.js +18 -18
  57. package/es/modules/companySetting/edit/multiAuthModule.js +13 -13
  58. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  59. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  60. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  61. package/es/modules/companySetting/edit/styles/user.less +54 -54
  62. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  63. package/es/modules/companySetting/edit/user.js +14 -14
  64. package/es/modules/companySetting/edit/userGroup.js +16 -16
  65. package/es/modules/companySetting/index.js +29 -29
  66. package/es/modules/companySetting/index.less +90 -90
  67. package/es/modules/companySetting/info/index.js +7 -7
  68. package/es/modules/companySetting/info/index.less +42 -42
  69. package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
  70. package/es/modules/companySetting/mainPart/index.js +28 -28
  71. package/es/modules/companySetting/mainPart/index.less +239 -239
  72. package/es/modules/companySetting/mainPart/mainPartForm.js +13 -13
  73. package/es/modules/companySetting/mainPart/mainPartSetting.js +5 -5
  74. package/es/modules/companySetting/mainPart/useColumns.js +16 -16
  75. package/es/modules/companySetting/operationLog/index.js +13 -13
  76. package/es/modules/companySetting/operationLog/index.less +33 -33
  77. package/es/modules/companySetting/role/index.js +23 -23
  78. package/es/modules/companySetting/role/index.less +296 -296
  79. package/es/modules/companySetting/role/setDataRangeDialog/index.js +2 -2
  80. package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
  81. package/es/modules/companySetting/style/common.less +79 -79
  82. package/es/modules/companySetting/style/reset.less +117 -117
  83. package/es/modules/companySetting/user/index.js +193 -24
  84. package/es/modules/companySetting/user/index.less +11 -0
  85. package/es/modules/companySetting/user/invite.js +14 -14
  86. package/es/modules/companySetting/virtualApp/config.js +8 -8
  87. package/es/modules/companySetting/virtualApp/index.js +12 -12
  88. package/es/modules/companySetting/virtualApp/panels/list.js +8 -9
  89. package/es/modules/companySetting/virtualApp/panels/sourceItem.js +7 -7
  90. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  91. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  92. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  93. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  94. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  95. package/es/modules/companySetting/wechatBinding/index.js +7 -7
  96. package/es/modules/companySetting/wechatBinding/index.less +58 -58
  97. package/es/modules/createDemand/collectionAttributeList.js +9 -9
  98. package/es/modules/createDemand/constants.js +17 -17
  99. package/es/modules/createDemand/demo/index.js +7 -7
  100. package/es/modules/createDemand/demo/selectPoint.js +13 -13
  101. package/es/modules/createDemand/index.js +39 -41
  102. package/es/modules/createDemand/styles/index.less +277 -277
  103. package/es/modules/createDemand_bf/collectionAttributeList.js +9 -9
  104. package/es/modules/createDemand_bf/constants.js +4 -4
  105. package/es/modules/createDemand_bf/index.js +35 -35
  106. package/es/modules/createDemand_bf/styles/index.less +222 -222
  107. package/es/modules/createProcess/components/index.less +52 -52
  108. package/es/modules/createProcess/components/processNode.js +11 -11
  109. package/es/modules/createProcess/index.js +17 -17
  110. package/es/modules/createProcess/index.less +114 -114
  111. package/es/modules/createProcess/title/index.js +11 -11
  112. package/es/modules/createProcess/title/index.less +53 -53
  113. package/es/modules/dealDemand/collectionAttributeList.js +9 -9
  114. package/es/modules/dealDemand/constants.js +7 -7
  115. package/es/modules/dealDemand/demo/index.js +7 -7
  116. package/es/modules/dealDemand/demo/selectPoint.js +13 -13
  117. package/es/modules/dealDemand/index.js +22 -24
  118. package/es/modules/dealDemand/styles/index.less +265 -265
  119. package/es/modules/demandManage/index.js +14 -15
  120. package/es/modules/demandManage/styles/index.less +210 -210
  121. package/es/modules/getPassword/index.js +10 -10
  122. package/es/modules/getPassword/index.less +122 -122
  123. package/es/modules/messageList/index.js +7 -8
  124. package/es/modules/messageList/index.less +81 -81
  125. package/es/modules/personalSetting/index.js +5 -5
  126. package/es/modules/personalSetting/info/index.js +5 -5
  127. package/es/modules/personalSetting/reset/index.js +5 -5
  128. package/es/modules/personalSetting/securityLog/index.js +14 -14
  129. package/es/modules/personalSetting/securityLog/index.less +11 -11
  130. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  131. package/es/modules/personalSetting/unbinding/index.js +5 -5
  132. package/es/modules/pointMap/ImportModal/demo/index.js +5 -5
  133. package/es/modules/pointMap/ImportModal/index.js +14 -14
  134. package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
  135. package/es/modules/pointMap/demo/index.js +7 -7
  136. package/es/modules/pointMap/editTxt/index.js +11 -11
  137. package/es/modules/pointMap/editTxt/index.less +55 -55
  138. package/es/modules/pointMap/index.js +11 -11
  139. package/es/modules/pointMap/pageInfo.js +44 -46
  140. package/es/modules/pointMap/styles/index.less +38 -38
  141. package/es/modules/pointMap/styles/pageInfo.less +244 -244
  142. package/es/modules/pointMap/styles/tree.css +142 -0
  143. package/es/modules/pointMap/styles/tree.less +29 -0
  144. package/es/modules/pointMap/tree.js +75 -27
  145. package/es/modules/systemSetting/Dictionary.d.ts +3 -0
  146. package/es/modules/systemSetting/Dictionary.js +387 -0
  147. package/es/modules/systemSetting/DictionaryType.d.ts +14 -0
  148. package/es/modules/systemSetting/DictionaryType.js +203 -0
  149. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.js +14 -14
  150. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
  151. package/es/modules/systemSetting/approvalmanage/index.js +5 -5
  152. package/es/modules/systemSetting/approvalmanage/index.less +5 -5
  153. package/es/modules/systemSetting/approvalmanage/processManage/index.js +13 -13
  154. package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
  155. package/es/modules/systemSetting/authUrl.js +15 -15
  156. package/es/modules/systemSetting/document-setting/index.d.ts +3 -0
  157. package/es/modules/systemSetting/document-setting/index.js +467 -0
  158. package/es/modules/systemSetting/img/empty-data.png +0 -0
  159. package/es/modules/systemSetting/index.css +111 -0
  160. package/es/modules/systemSetting/index.js +19 -8
  161. package/es/modules/systemSetting/index.less +117 -0
  162. package/es/modules/systemSetting/notice/configItem/index.less +21 -21
  163. package/es/modules/systemSetting/notice/edit/index.js +5 -5
  164. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  165. package/es/modules/systemSetting/notice/index.js +11 -11
  166. package/es/requests/department.js +6 -6
  167. package/es/requests/role.js +6 -6
  168. package/es/types/companySetting.d.ts +1 -0
  169. package/es/utils/base64.js +0 -1
  170. package/es/utils/constants.js +0 -4
  171. package/es/utils/functionalPermissions.js +6 -8
  172. package/es/utils/util.js +16 -16
  173. package/package.json +9 -7
@@ -1,296 +1,296 @@
1
- @import './../../../constants/icons/iconfont.css';
2
-
3
- .role-list {
4
- .ant-form-item {
5
- .ant-form-item-control-input {
6
- width: 392px;
7
- height: 32px;
8
- }
9
- }
10
- .ant-input {
11
- border-color: @background-color-base !important;
12
-
13
- &:focus {
14
- border-color: @primary-color !important;
15
- }
16
- }
17
-
18
- .ant-table-cell {
19
- height: 50px;
20
- }
21
-
22
- .ant-table-row-indent + .ant-table-row-expand-icon {
23
- margin-top: 0;
24
- }
25
-
26
- height: 100%;
27
- padding: 0;
28
- overflow: auto;
29
-
30
- .app-list-head {
31
- display: flex;
32
- align-items: center;
33
- justify-content: space-between;
34
- margin-top: 24px;
35
-
36
- > div {
37
- color: var(--io-n, #021429);
38
- font-weight: 500;
39
- font-size: 16px;
40
- font-family: PingFang SC;
41
- font-style: normal;
42
- line-height: 24px;
43
- /* 150% */
44
- }
45
- }
46
-
47
- .platform-icons {
48
- display: flex;
49
- align-items: center;
50
- justify-content: flex-start;
51
- width: 100%;
52
-
53
- span {
54
- margin-right: 10px;
55
- color: #cfcfcf;
56
- font-size: 16px;
57
- }
58
- }
59
-
60
- .role-list-content {
61
- margin-top: 16px;
62
-
63
- .c-grid-cell,
64
- .c-grid-header-cell {
65
- text-align: left !important;
66
- border: none;
67
- border-bottom: 1px solid #d1d1d1;
68
- }
69
-
70
- .c-grid-cell {
71
- text-align: left !important;
72
- }
73
-
74
- .c-grid-body .c-grid-row:nth-child(2n) {
75
- background: #fff !important;
76
- }
77
-
78
- .app-name {
79
- cursor: pointer;
80
-
81
- &:hover {
82
- color: #00a0ea;
83
- }
84
- }
85
-
86
- .operating {
87
- display: flex;
88
- gap: 16px;
89
- }
90
- }
91
- }
92
-
93
- .ant-select-selection-item-content {
94
- .custom-item-right {
95
- display: none;
96
- }
97
- }
98
-
99
- .appIdsPopupClassName {
100
- .ant-select-tree-treenode-checkbox-checked {
101
- .custom-item-right {
102
- color: #165dff;
103
- }
104
- }
105
- }
106
-
107
- .add-drawer {
108
- z-index: 999 !important;
109
- .ant-drawer-header-title {
110
- flex-direction: row-reverse;
111
- }
112
-
113
- .ant-drawer-close {
114
- margin-right: 0 !important;
115
- }
116
- }
117
-
118
- .custom-item {
119
- display: flex;
120
- justify-content: space-between;
121
- > :nth-child(1) {
122
- max-width: 400px;
123
- overflow: hidden;
124
- white-space: nowrap;
125
- text-overflow: ellipsis;
126
- }
127
- .tishi {
128
- color: #9aa1a9;
129
- }
130
- }
131
- .biz-select-option.active {
132
- .custom-item {
133
- > :nth-child(1) {
134
- max-width: 260px;
135
- }
136
- }
137
- }
138
- .custom-item.v2 {
139
- > :nth-child(1) {
140
- max-width: 330px;
141
- }
142
- }
143
- .ant-select-tree-treenode-checkbox-checked {
144
- .custom-item.v2 {
145
- > :nth-child(1) {
146
- max-width: 250px;
147
- }
148
- }
149
- }
150
- .role-dialog-content {
151
- .group-config {
152
- display: flex;
153
- margin-bottom: 24px;
154
- padding-left: 120px;
155
-
156
- .config-name {
157
- margin-right: 12px;
158
- color: #5f6085;
159
- font-size: 14px;
160
- line-height: 30px;
161
- white-space: nowrap;
162
- }
163
-
164
- .biz-user-condition-type-label {
165
- margin-left: -7px;
166
- }
167
- }
168
-
169
- .ant-form-item {
170
- .ant-form-item-control-input {
171
- width: 484px;
172
- min-height: 32px;
173
- }
174
- }
175
-
176
- .ant-input {
177
- border-color: @background-color-base !important;
178
-
179
- &:focus {
180
- border-color: @primary-color !important;
181
- }
182
- }
183
-
184
- .ant-select-selector {
185
- border-color: @background-color-base !important;
186
- }
187
-
188
- .biz-select-handle-input {
189
- .ant-input {
190
- border-color: @background-color-base !important;
191
-
192
- &:focus {
193
- border-color: @background-color-base !important;
194
- }
195
- }
196
-
197
- &:focus {
198
- border-color: @primary-color !important;
199
- }
200
- }
201
-
202
- .ant-input-status-error {
203
- border: 1px solid #fb5547 !important;
204
-
205
- &:focus {
206
- border-color: #fb5547 !important;
207
- }
208
- }
209
-
210
- .ant-select-status-error {
211
- border: none !important;
212
-
213
- &:focus {
214
- box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
215
- }
216
- }
217
-
218
- .biz-select-handle-status-error.active:not(.disable) {
219
- box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
220
- }
221
-
222
- .biz-select-handle-status-error {
223
- .ant-input.ant-input-status-error:focus:not(.ant-input-disable):not(.ant-input-borderless),
224
- .ant-input.ant-input-status-error-focused:not(.ant-input-disable):not(.ant-input-borderless) {
225
- box-shadow: none !important;
226
- }
227
- }
228
-
229
- .ant-form-item:last-of-type {
230
- margin-bottom: 0;
231
- }
232
-
233
- color: #5f6085;
234
-
235
- .ant-form-item-label {
236
- width: 80px;
237
- text-align: right;
238
- }
239
-
240
- .menuCode-map {
241
- .ant-form-item-label::before {
242
- display: inline-block;
243
- margin-right: 4px;
244
- color: #ff4d4f;
245
- font-size: 14px;
246
- font-family: SimSun, sans-serif;
247
- line-height: 1;
248
- content: '*';
249
- }
250
-
251
- .ant-form-item-control-input {
252
- width: 100%;
253
- height: auto;
254
- padding: 14px 16px;
255
- border: 1px solid var(--io-n-1, #e6e7ea);
256
- border-radius: 4px;
257
-
258
- .ant-form-item {
259
- margin-bottom: 8px;
260
- }
261
-
262
- .ant-input {
263
- border: 1px solid #fafafb;
264
-
265
- &:focus {
266
- border-color: @primary-color !important;
267
- }
268
- }
269
-
270
- .ant-form-item-control-input {
271
- width: 484px;
272
- padding: 0;
273
- border: none;
274
- }
275
- }
276
- }
277
-
278
- .is-encryption {
279
- .ant-form-item-label {
280
- width: 116px;
281
- text-align: right;
282
- }
283
- }
284
- }
285
-
286
- .ant-tooltip {
287
- z-index: 9999;
288
- }
289
-
290
- .label-group-overlay {
291
- display: none;
292
- }
293
-
294
- .set-data-dialog {
295
- width: 2000px;
296
- }
1
+ @import './../../../constants/icons/iconfont.css';
2
+
3
+ .role-list {
4
+ .ant-form-item {
5
+ .ant-form-item-control-input {
6
+ width: 392px;
7
+ height: 32px;
8
+ }
9
+ }
10
+ .ant-input {
11
+ border-color: @background-color-base !important;
12
+
13
+ &:focus {
14
+ border-color: @primary-color !important;
15
+ }
16
+ }
17
+
18
+ .ant-table-cell {
19
+ height: 50px;
20
+ }
21
+
22
+ .ant-table-row-indent + .ant-table-row-expand-icon {
23
+ margin-top: 0;
24
+ }
25
+
26
+ height: 100%;
27
+ padding: 0;
28
+ overflow: auto;
29
+
30
+ .app-list-head {
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ margin-top: 24px;
35
+
36
+ > div {
37
+ color: var(--io-n, #021429);
38
+ font-weight: 500;
39
+ font-size: 16px;
40
+ font-family: PingFang SC;
41
+ font-style: normal;
42
+ line-height: 24px;
43
+ /* 150% */
44
+ }
45
+ }
46
+
47
+ .platform-icons {
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: flex-start;
51
+ width: 100%;
52
+
53
+ span {
54
+ margin-right: 10px;
55
+ color: #cfcfcf;
56
+ font-size: 16px;
57
+ }
58
+ }
59
+
60
+ .role-list-content {
61
+ margin-top: 16px;
62
+
63
+ .c-grid-cell,
64
+ .c-grid-header-cell {
65
+ text-align: left !important;
66
+ border: none;
67
+ border-bottom: 1px solid #d1d1d1;
68
+ }
69
+
70
+ .c-grid-cell {
71
+ text-align: left !important;
72
+ }
73
+
74
+ .c-grid-body .c-grid-row:nth-child(2n) {
75
+ background: #fff !important;
76
+ }
77
+
78
+ .app-name {
79
+ cursor: pointer;
80
+
81
+ &:hover {
82
+ color: #00a0ea;
83
+ }
84
+ }
85
+
86
+ .operating {
87
+ display: flex;
88
+ gap: 16px;
89
+ }
90
+ }
91
+ }
92
+
93
+ .ant-select-selection-item-content {
94
+ .custom-item-right {
95
+ display: none;
96
+ }
97
+ }
98
+
99
+ .appIdsPopupClassName {
100
+ .ant-select-tree-treenode-checkbox-checked {
101
+ .custom-item-right {
102
+ color: #165dff;
103
+ }
104
+ }
105
+ }
106
+
107
+ .add-drawer {
108
+ z-index: 999 !important;
109
+ .ant-drawer-header-title {
110
+ flex-direction: row-reverse;
111
+ }
112
+
113
+ .ant-drawer-close {
114
+ margin-right: 0 !important;
115
+ }
116
+ }
117
+
118
+ .custom-item {
119
+ display: flex;
120
+ justify-content: space-between;
121
+ > :nth-child(1) {
122
+ max-width: 400px;
123
+ overflow: hidden;
124
+ white-space: nowrap;
125
+ text-overflow: ellipsis;
126
+ }
127
+ .tishi {
128
+ color: #9aa1a9;
129
+ }
130
+ }
131
+ .biz-select-option.active {
132
+ .custom-item {
133
+ > :nth-child(1) {
134
+ max-width: 260px;
135
+ }
136
+ }
137
+ }
138
+ .custom-item.v2 {
139
+ > :nth-child(1) {
140
+ max-width: 330px;
141
+ }
142
+ }
143
+ .ant-select-tree-treenode-checkbox-checked {
144
+ .custom-item.v2 {
145
+ > :nth-child(1) {
146
+ max-width: 250px;
147
+ }
148
+ }
149
+ }
150
+ .role-dialog-content {
151
+ .group-config {
152
+ display: flex;
153
+ margin-bottom: 24px;
154
+ padding-left: 120px;
155
+
156
+ .config-name {
157
+ margin-right: 12px;
158
+ color: #5f6085;
159
+ font-size: 14px;
160
+ line-height: 30px;
161
+ white-space: nowrap;
162
+ }
163
+
164
+ .biz-user-condition-type-label {
165
+ margin-left: -7px;
166
+ }
167
+ }
168
+
169
+ .ant-form-item {
170
+ .ant-form-item-control-input {
171
+ width: 484px;
172
+ min-height: 32px;
173
+ }
174
+ }
175
+
176
+ .ant-input {
177
+ border-color: @background-color-base !important;
178
+
179
+ &:focus {
180
+ border-color: @primary-color !important;
181
+ }
182
+ }
183
+
184
+ .ant-select-selector {
185
+ border-color: @background-color-base !important;
186
+ }
187
+
188
+ .biz-select-handle-input {
189
+ .ant-input {
190
+ border-color: @background-color-base !important;
191
+
192
+ &:focus {
193
+ border-color: @background-color-base !important;
194
+ }
195
+ }
196
+
197
+ &:focus {
198
+ border-color: @primary-color !important;
199
+ }
200
+ }
201
+
202
+ .ant-input-status-error {
203
+ border: 1px solid #fb5547 !important;
204
+
205
+ &:focus {
206
+ border-color: #fb5547 !important;
207
+ }
208
+ }
209
+
210
+ .ant-select-status-error {
211
+ border: none !important;
212
+
213
+ &:focus {
214
+ box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
215
+ }
216
+ }
217
+
218
+ .biz-select-handle-status-error.active:not(.disable) {
219
+ box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
220
+ }
221
+
222
+ .biz-select-handle-status-error {
223
+ .ant-input.ant-input-status-error:focus:not(.ant-input-disable):not(.ant-input-borderless),
224
+ .ant-input.ant-input-status-error-focused:not(.ant-input-disable):not(.ant-input-borderless) {
225
+ box-shadow: none !important;
226
+ }
227
+ }
228
+
229
+ .ant-form-item:last-of-type {
230
+ margin-bottom: 0;
231
+ }
232
+
233
+ color: #5f6085;
234
+
235
+ .ant-form-item-label {
236
+ width: 80px;
237
+ text-align: right;
238
+ }
239
+
240
+ .menuCode-map {
241
+ .ant-form-item-label::before {
242
+ display: inline-block;
243
+ margin-right: 4px;
244
+ color: #ff4d4f;
245
+ font-size: 14px;
246
+ font-family: SimSun, sans-serif;
247
+ line-height: 1;
248
+ content: '*';
249
+ }
250
+
251
+ .ant-form-item-control-input {
252
+ width: 100%;
253
+ height: auto;
254
+ padding: 14px 16px;
255
+ border: 1px solid var(--io-n-1, #e6e7ea);
256
+ border-radius: 4px;
257
+
258
+ .ant-form-item {
259
+ margin-bottom: 8px;
260
+ }
261
+
262
+ .ant-input {
263
+ border: 1px solid #fafafb;
264
+
265
+ &:focus {
266
+ border-color: @primary-color !important;
267
+ }
268
+ }
269
+
270
+ .ant-form-item-control-input {
271
+ width: 484px;
272
+ padding: 0;
273
+ border: none;
274
+ }
275
+ }
276
+ }
277
+
278
+ .is-encryption {
279
+ .ant-form-item-label {
280
+ width: 116px;
281
+ text-align: right;
282
+ }
283
+ }
284
+ }
285
+
286
+ .ant-tooltip {
287
+ z-index: 9999;
288
+ }
289
+
290
+ .label-group-overlay {
291
+ display: none;
292
+ }
293
+
294
+ .set-data-dialog {
295
+ width: 2000px;
296
+ }
@@ -54,7 +54,7 @@ var SetDataRangeDialog = function SetDataRangeDialog(props) {
54
54
  value: 1
55
55
  }, "\u5168\u90E8\u6570\u636E"), /*#__PURE__*/React.createElement(Radio, {
56
56
  value: 0
57
- }, "\u7B5B\u9009\u7528\u6237")), !isAllUser ? /*#__PURE__*/React.createElement("li", {
57
+ }, "\u7B5B\u9009\u7528\u6237")), !isAllUser ? (/*#__PURE__*/React.createElement("li", {
58
58
  className: "group-config condition"
59
59
  }, /*#__PURE__*/React.createElement("div", {
60
60
  className: "config-name"
@@ -64,6 +64,6 @@ var SetDataRangeDialog = function SetDataRangeDialog(props) {
64
64
  currentSelectAppInfo: currentSelectAppInfo,
65
65
  onChangeCondition: onChangeCondition,
66
66
  currentJson: currentJson
67
- })) : null);
67
+ }))) : null);
68
68
  };
69
69
  export default SetDataRangeDialog;
@@ -1,37 +1,37 @@
1
- .set-data-dialog {
2
- .ant-modal-header {
3
- padding-bottom: 0;
4
- }
5
-
6
- .ant-card-head-title {
7
- // display: none;
8
- }
9
-
10
- .group-config {
11
- display: flex;
12
- max-height: 50vh;
13
- margin-top: 26px;
14
- overflow-y: auto;
15
-
16
- .config-name {
17
- margin-right: 20px;
18
- color: #5f6085;
19
- font-size: 14px;
20
- line-height: 30px;
21
- white-space: nowrap;
22
- }
23
-
24
- .ant-card {
25
- width: 100%;
26
- border: none;
27
-
28
- .ant-card-head {
29
- // display: none;
30
- }
31
-
32
- .biz-user-condition {
33
- background-color: #fff;
34
- }
35
- }
36
- }
37
- }
1
+ .set-data-dialog {
2
+ .ant-modal-header {
3
+ padding-bottom: 0;
4
+ }
5
+
6
+ .ant-card-head-title {
7
+ // display: none;
8
+ }
9
+
10
+ .group-config {
11
+ display: flex;
12
+ max-height: 50vh;
13
+ margin-top: 26px;
14
+ overflow-y: auto;
15
+
16
+ .config-name {
17
+ margin-right: 20px;
18
+ color: #5f6085;
19
+ font-size: 14px;
20
+ line-height: 30px;
21
+ white-space: nowrap;
22
+ }
23
+
24
+ .ant-card {
25
+ width: 100%;
26
+ border: none;
27
+
28
+ .ant-card-head {
29
+ // display: none;
30
+ }
31
+
32
+ .biz-user-condition {
33
+ background-color: #fff;
34
+ }
35
+ }
36
+ }
37
+ }