@zgfe/modules-settings 1.2.51-zhongyuan.1 → 1.2.51-zhongyuan.8

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 +385 -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 +89 -0
  160. package/es/modules/systemSetting/index.js +19 -8
  161. package/es/modules/systemSetting/index.less +133 -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 +5 -2
@@ -1,277 +1,277 @@
1
- .system-setting-create-demand {
2
- display: flex;
3
- flex-direction: column;
4
- height: 100%;
5
- padding: 0 16px 16px;
6
- background: #fafafb;
7
- .setting-point-map-page-content-img-select {
8
- position: relative;
9
- }
10
- .ant-image {
11
- position: static;
12
- }
13
- .ant-image .ant-image-mask {
14
- color: #fff;
15
- font-size: 24px;
16
- background: rgba(2, 20, 41, 0.5) !important;
17
- }
18
- &-row {
19
- display: flex;
20
- flex: 1;
21
- flex-direction: row;
22
- overflow-y: auto;
23
- }
24
- &-right {
25
- position: relative;
26
- display: flex;
27
- flex: 288;
28
- overflow: hidden;
29
- background: #f2f3f4;
30
- border: 1px solid #e6e7ea;
31
- border-bottom: 0;
32
- border-top-right-radius: 8px;
33
- // border-bottom-right-radius: 8px;
34
- .setting-graph-panel {
35
- right: 14px;
36
- left: auto;
37
- transform: none;
38
- }
39
- &-end {
40
- display: flex;
41
- align-items: center;
42
- justify-content: center;
43
- width: 100%;
44
- }
45
- &-title {
46
- position: absolute;
47
- top: 16px;
48
- left: 16px;
49
- color: var(--io-N-, #021429);
50
- font-weight: 400;
51
- font-size: 14px;
52
- font-family: 'PingFang SC';
53
- font-style: normal;
54
- line-height: 22px; /* 157.143% */
55
- text-align: right;
56
- }
57
- }
58
- &-header {
59
- display: flex;
60
- flex-direction: row;
61
- gap: 16px;
62
- align-items: center;
63
- padding: 12px 0;
64
- color: var(--io-N6-, #67727f);
65
- font-weight: 400;
66
- font-size: 14px;
67
- &-back {
68
- cursor: pointer;
69
- }
70
- }
71
- &-footer {
72
- display: flex;
73
- gap: 16px;
74
- align-items: center;
75
- padding: 18px 24px;
76
- background: #fff;
77
- border-top: 1px solid var(--io-N1-, #e6e7ea);
78
- border-bottom-right-radius: 8px;
79
- border-bottom-left-radius: 8px;
80
- .button:not(.disabled) {
81
- color: #1454e5;
82
- border: 1px solid #1454e5;
83
- }
84
- }
85
- &-info {
86
- display: flex;
87
- flex: 912;
88
- flex-direction: column;
89
- gap: 24px;
90
- align-items: flex-start;
91
- padding: 0 0 24px;
92
- overflow: hidden;
93
- overflow-y: auto;
94
- background: #fff;
95
- border-top-left-radius: 8px;
96
- // border-bottom-left-radius: 8px;
97
- &-img {
98
- display: flex;
99
- flex-direction: column;
100
- gap: 24px;
101
- align-items: flex-start;
102
- width: 100%;
103
- padding: 24px 24px 0;
104
- background: #fff;
105
- }
106
- &-item {
107
- display: flex;
108
- flex-direction: row;
109
- // align-items: center;
110
- gap: 12px;
111
- width: 100%;
112
- &-yasuobao {
113
- width: 24px;
114
- height: 24px;
115
- background: url('./../images/yasuobao.png') no-repeat;
116
- background-size: contain;
117
- &-txt:hover {
118
- text-decoration: underline;
119
- }
120
- }
121
- &-txt {
122
- width: 96px;
123
- margin-top: 6px;
124
- color: var(----3, #5f6085);
125
- font-weight: 400;
126
- font-size: 14px;
127
- text-align: right;
128
- span {
129
- margin-right: 4px;
130
- color: var(--io-Error-E-, #fb5547);
131
- font-weight: 400;
132
- font-size: 14px;
133
- }
134
- }
135
- &-content {
136
- position: relative;
137
- flex: 1;
138
- width: calc(100% - 108px);
139
- input,
140
- textarea {
141
- border-color: #fafafb;
142
- }
143
- &-input-num {
144
- position: absolute;
145
- right: 12px;
146
- bottom: 6px;
147
- color: var(--io-N4-, #9aa1a9);
148
- font-weight: 400;
149
- font-size: 14px;
150
- }
151
- &-picker {
152
- width: 100%;
153
- background-color: #fafafb;
154
- }
155
- .ant-upload-disabled .system-setting-create-demand-info-item-content-btn {
156
- color: #ccd0d4;
157
- }
158
- &-btn {
159
- display: flex;
160
- gap: 8px;
161
- align-items: center;
162
- height: 32px;
163
- padding: 10px 16px;
164
- color: var(--io-N-, #021429);
165
- font-weight: 400;
166
- font-size: 14px;
167
- font-family: 'PingFang SC';
168
- font-style: normal;
169
- line-height: normal;
170
- background: var(--io-n-05, #f2f3f4);
171
- border: 1px dashed var(--io-N1-, #e6e7ea);
172
- border-radius: 4px;
173
- }
174
- &-tip {
175
- color: var(--io-N4-, #9aa1a9);
176
- font-weight: 400;
177
- font-size: 14px;
178
- font-family: 'PingFang SC';
179
- font-style: normal;
180
- line-height: normal;
181
- }
182
- &-row {
183
- display: flex;
184
- flex-direction: row;
185
- gap: 12px;
186
- align-items: center;
187
- height: 34px;
188
- .qingchu {
189
- font-size: 16px;
190
- cursor: pointer;
191
- }
192
- .icon-yasuobao {
193
- font-size: 24px;
194
- }
195
- }
196
- &-tab {
197
- display: flex;
198
- flex: 1 0 0;
199
- gap: 24px;
200
- align-items: flex-start;
201
- padding: 12px 24px 0px 24px;
202
- background: var(--io-n-02, #fafafb);
203
- border-bottom: 1px solid var(--io-N1-, #e6e7ea);
204
- &-item {
205
- display: flex;
206
- flex-direction: column;
207
- align-items: flex-start;
208
- padding-bottom: 10px;
209
- color: #021429;
210
- font-size: 16px;
211
- line-height: 20px; /* 125% */
212
- border-bottom: 2px solid transparent;
213
- cursor: pointer;
214
- }
215
- &-item-select {
216
- display: flex;
217
- flex-direction: column;
218
- align-items: flex-start;
219
- padding-bottom: 10px;
220
- color: #165dff;
221
- font-size: 16px;
222
- line-height: 20px; /* 125% */
223
- border-bottom: 2px solid #165dff;
224
- cursor: pointer;
225
- }
226
- }
227
- &-filter {
228
- display: flex;
229
- flex-direction: row;
230
- gap: 16px;
231
- padding: 1px 0 16px;
232
- .button:not(.disabled) {
233
- color: #1454e5;
234
- border: 1px solid #1454e5;
235
- }
236
- }
237
- }
238
- }
239
- }
240
- &-drawer {
241
- .ant-drawer-header-title .ant-drawer-close {
242
- position: absolute;
243
- right: 6px;
244
- }
245
- }
246
-
247
- &-content-img-select {
248
- position: relative;
249
- display: flex;
250
- align-items: center;
251
- align-self: stretch;
252
- justify-content: center;
253
- width: 80px;
254
- height: 80px;
255
- background: var(--io-n-05, #f2f3f4);
256
- border: 1px solid var(--io-N1-, #e6e7ea);
257
- border-radius: 4px;
258
- img {
259
- max-width: 78px;
260
- max-height: 78px;
261
- }
262
- }
263
- }
264
- #system-setting-demand {
265
- position: fixed;
266
- z-index: -1000;
267
- width: 100%;
268
- height: 100vh;
269
- margin: 50px;
270
- .x6-graph-background,
271
- .x6-graph-grid,
272
- .x6-graph-svg {
273
- position: relative;
274
- width: 100%;
275
- height: 100vh;
276
- }
277
- }
1
+ .system-setting-create-demand {
2
+ display: flex;
3
+ flex-direction: column;
4
+ height: 100%;
5
+ padding: 0 16px 16px;
6
+ background: #fafafb;
7
+ .setting-point-map-page-content-img-select {
8
+ position: relative;
9
+ }
10
+ .ant-image {
11
+ position: static;
12
+ }
13
+ .ant-image .ant-image-mask {
14
+ color: #fff;
15
+ font-size: 24px;
16
+ background: rgba(2, 20, 41, 0.5) !important;
17
+ }
18
+ &-row {
19
+ display: flex;
20
+ flex: 1;
21
+ flex-direction: row;
22
+ overflow-y: auto;
23
+ }
24
+ &-right {
25
+ position: relative;
26
+ display: flex;
27
+ flex: 288;
28
+ overflow: hidden;
29
+ background: #f2f3f4;
30
+ border: 1px solid #e6e7ea;
31
+ border-bottom: 0;
32
+ border-top-right-radius: 8px;
33
+ // border-bottom-right-radius: 8px;
34
+ .setting-graph-panel {
35
+ right: 14px;
36
+ left: auto;
37
+ transform: none;
38
+ }
39
+ &-end {
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ width: 100%;
44
+ }
45
+ &-title {
46
+ position: absolute;
47
+ top: 16px;
48
+ left: 16px;
49
+ color: var(--io-N-, #021429);
50
+ font-weight: 400;
51
+ font-size: 14px;
52
+ font-family: 'PingFang SC';
53
+ font-style: normal;
54
+ line-height: 22px; /* 157.143% */
55
+ text-align: right;
56
+ }
57
+ }
58
+ &-header {
59
+ display: flex;
60
+ flex-direction: row;
61
+ gap: 16px;
62
+ align-items: center;
63
+ padding: 12px 0;
64
+ color: var(--io-N6-, #67727f);
65
+ font-weight: 400;
66
+ font-size: 14px;
67
+ &-back {
68
+ cursor: pointer;
69
+ }
70
+ }
71
+ &-footer {
72
+ display: flex;
73
+ gap: 16px;
74
+ align-items: center;
75
+ padding: 18px 24px;
76
+ background: #fff;
77
+ border-top: 1px solid var(--io-N1-, #e6e7ea);
78
+ border-bottom-right-radius: 8px;
79
+ border-bottom-left-radius: 8px;
80
+ .button:not(.disabled) {
81
+ color: #1454e5;
82
+ border: 1px solid #1454e5;
83
+ }
84
+ }
85
+ &-info {
86
+ display: flex;
87
+ flex: 912;
88
+ flex-direction: column;
89
+ gap: 24px;
90
+ align-items: flex-start;
91
+ padding: 0 0 24px;
92
+ overflow: hidden;
93
+ overflow-y: auto;
94
+ background: #fff;
95
+ border-top-left-radius: 8px;
96
+ // border-bottom-left-radius: 8px;
97
+ &-img {
98
+ display: flex;
99
+ flex-direction: column;
100
+ gap: 24px;
101
+ align-items: flex-start;
102
+ width: 100%;
103
+ padding: 24px 24px 0;
104
+ background: #fff;
105
+ }
106
+ &-item {
107
+ display: flex;
108
+ flex-direction: row;
109
+ // align-items: center;
110
+ gap: 12px;
111
+ width: 100%;
112
+ &-yasuobao {
113
+ width: 24px;
114
+ height: 24px;
115
+ background: url('./../images/yasuobao.png') no-repeat;
116
+ background-size: contain;
117
+ &-txt:hover {
118
+ text-decoration: underline;
119
+ }
120
+ }
121
+ &-txt {
122
+ width: 96px;
123
+ margin-top: 6px;
124
+ color: var(----3, #5f6085);
125
+ font-weight: 400;
126
+ font-size: 14px;
127
+ text-align: right;
128
+ span {
129
+ margin-right: 4px;
130
+ color: var(--io-Error-E-, #fb5547);
131
+ font-weight: 400;
132
+ font-size: 14px;
133
+ }
134
+ }
135
+ &-content {
136
+ position: relative;
137
+ flex: 1;
138
+ width: calc(100% - 108px);
139
+ input,
140
+ textarea {
141
+ border-color: #fafafb;
142
+ }
143
+ &-input-num {
144
+ position: absolute;
145
+ right: 12px;
146
+ bottom: 6px;
147
+ color: var(--io-N4-, #9aa1a9);
148
+ font-weight: 400;
149
+ font-size: 14px;
150
+ }
151
+ &-picker {
152
+ width: 100%;
153
+ background-color: #fafafb;
154
+ }
155
+ .ant-upload-disabled .system-setting-create-demand-info-item-content-btn {
156
+ color: #ccd0d4;
157
+ }
158
+ &-btn {
159
+ display: flex;
160
+ gap: 8px;
161
+ align-items: center;
162
+ height: 32px;
163
+ padding: 10px 16px;
164
+ color: var(--io-N-, #021429);
165
+ font-weight: 400;
166
+ font-size: 14px;
167
+ font-family: 'PingFang SC';
168
+ font-style: normal;
169
+ line-height: normal;
170
+ background: var(--io-n-05, #f2f3f4);
171
+ border: 1px dashed var(--io-N1-, #e6e7ea);
172
+ border-radius: 4px;
173
+ }
174
+ &-tip {
175
+ color: var(--io-N4-, #9aa1a9);
176
+ font-weight: 400;
177
+ font-size: 14px;
178
+ font-family: 'PingFang SC';
179
+ font-style: normal;
180
+ line-height: normal;
181
+ }
182
+ &-row {
183
+ display: flex;
184
+ flex-direction: row;
185
+ gap: 12px;
186
+ align-items: center;
187
+ height: 34px;
188
+ .qingchu {
189
+ font-size: 16px;
190
+ cursor: pointer;
191
+ }
192
+ .icon-yasuobao {
193
+ font-size: 24px;
194
+ }
195
+ }
196
+ &-tab {
197
+ display: flex;
198
+ flex: 1 0 0;
199
+ gap: 24px;
200
+ align-items: flex-start;
201
+ padding: 12px 24px 0px 24px;
202
+ background: var(--io-n-02, #fafafb);
203
+ border-bottom: 1px solid var(--io-N1-, #e6e7ea);
204
+ &-item {
205
+ display: flex;
206
+ flex-direction: column;
207
+ align-items: flex-start;
208
+ padding-bottom: 10px;
209
+ color: #021429;
210
+ font-size: 16px;
211
+ line-height: 20px; /* 125% */
212
+ border-bottom: 2px solid transparent;
213
+ cursor: pointer;
214
+ }
215
+ &-item-select {
216
+ display: flex;
217
+ flex-direction: column;
218
+ align-items: flex-start;
219
+ padding-bottom: 10px;
220
+ color: #165dff;
221
+ font-size: 16px;
222
+ line-height: 20px; /* 125% */
223
+ border-bottom: 2px solid #165dff;
224
+ cursor: pointer;
225
+ }
226
+ }
227
+ &-filter {
228
+ display: flex;
229
+ flex-direction: row;
230
+ gap: 16px;
231
+ padding: 1px 0 16px;
232
+ .button:not(.disabled) {
233
+ color: #1454e5;
234
+ border: 1px solid #1454e5;
235
+ }
236
+ }
237
+ }
238
+ }
239
+ }
240
+ &-drawer {
241
+ .ant-drawer-header-title .ant-drawer-close {
242
+ position: absolute;
243
+ right: 6px;
244
+ }
245
+ }
246
+
247
+ &-content-img-select {
248
+ position: relative;
249
+ display: flex;
250
+ align-items: center;
251
+ align-self: stretch;
252
+ justify-content: center;
253
+ width: 80px;
254
+ height: 80px;
255
+ background: var(--io-n-05, #f2f3f4);
256
+ border: 1px solid var(--io-N1-, #e6e7ea);
257
+ border-radius: 4px;
258
+ img {
259
+ max-width: 78px;
260
+ max-height: 78px;
261
+ }
262
+ }
263
+ }
264
+ #system-setting-demand {
265
+ position: fixed;
266
+ z-index: -1000;
267
+ width: 100%;
268
+ height: 100vh;
269
+ margin: 50px;
270
+ .x6-graph-background,
271
+ .x6-graph-grid,
272
+ .x6-graph-svg {
273
+ position: relative;
274
+ width: 100%;
275
+ height: 100vh;
276
+ }
277
+ }
@@ -1,9 +1,9 @@
1
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
2
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
3
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
4
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
7
7
  import { Table, Popover, Select } from 'antd';
8
8
  import React, { useState } from 'react';
9
9
  import './styles/index.less';
@@ -42,7 +42,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
42
42
  }, text || '-');
43
43
  }
44
44
  }, {
45
- title: /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
45
+ title: (/*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
46
46
  value: propType,
47
47
  style: {
48
48
  width: 182,
@@ -70,7 +70,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
70
70
  color: '#021429'
71
71
  }
72
72
  })
73
- })),
73
+ }))),
74
74
  dataIndex: 'prop_type',
75
75
  width: 202,
76
76
  render: function render(prop_type) {
@@ -82,7 +82,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
82
82
  return /*#__PURE__*/React.createElement("div", null, json[prop_type]);
83
83
  }
84
84
  }, {
85
- title: /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
85
+ title: (/*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
86
86
  value: encryptionType,
87
87
  style: {
88
88
  width: 182,
@@ -110,7 +110,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
110
110
  color: '#021429'
111
111
  }
112
112
  })
113
- })),
113
+ }))),
114
114
  dataIndex: 'encryption_type',
115
115
  width: 202,
116
116
  render: function render(encryption_type) {
@@ -67,7 +67,7 @@ var columnsAttr = function columnsAttr(setPropType, setEncryptionType) {
67
67
  // return <div>{(record as any).alias_name}</div>;
68
68
  // },
69
69
  }, {
70
- title: /*#__PURE__*/React.createElement(Select, {
70
+ title: (/*#__PURE__*/React.createElement(Select, {
71
71
  defaultValue: 0,
72
72
  style: {
73
73
  width: '100%',
@@ -95,7 +95,7 @@ var columnsAttr = function columnsAttr(setPropType, setEncryptionType) {
95
95
  color: '#021429'
96
96
  }
97
97
  })
98
- }),
98
+ })),
99
99
  dataIndex: 'type',
100
100
  width: 136,
101
101
  render: function render(type) {
@@ -107,7 +107,7 @@ var columnsAttr = function columnsAttr(setPropType, setEncryptionType) {
107
107
  return /*#__PURE__*/React.createElement("div", null, json[type]);
108
108
  }
109
109
  }, {
110
- title: /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
110
+ title: (/*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
111
111
  defaultValue: -1,
112
112
  style: {
113
113
  width: '100%',
@@ -135,7 +135,7 @@ var columnsAttr = function columnsAttr(setPropType, setEncryptionType) {
135
135
  color: '#021429'
136
136
  }
137
137
  })
138
- })),
138
+ }))),
139
139
  dataIndex: 'encryption_type',
140
140
  width: 136,
141
141
  render: function render(encryption_type) {