@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,244 +1,244 @@
1
- .setting-point-map-page {
2
- width: 100%;
3
- height: 100%;
4
- background-color: #fff;
5
- border-radius: 8px;
6
- .bianji1-button:hover {
7
- background: rgba(22, 93, 255, 0.04);
8
- border: 1px solid #1454e5;
9
- border-radius: 4px;
10
- }
11
- &-confirm {
12
- .ant-modal-confirm .ant-modal-body {
13
- padding: 24px;
14
- }
15
- .ant-modal-confirm-title {
16
- font-size: 24px !important;
17
- }
18
- .ant-modal-confirm-content {
19
- margin-top: 16px;
20
- }
21
- }
22
- &-header {
23
- display: flex;
24
- flex-direction: row;
25
- align-items: center;
26
- justify-content: space-between;
27
- padding: 16px 24px 16px 0;
28
- border-bottom: 1px solid var(--io-n-05, #f2f3f4);
29
- &-left {
30
- display: flex;
31
- flex: 1 0 0;
32
- gap: 8px;
33
- align-items: center;
34
- height: 24px;
35
- padding: 10px 16px;
36
- color: var(--io-N-, #021429);
37
- font-weight: 400;
38
- font-size: 14px;
39
- font-family: 'PingFang SC';
40
- font-style: normal;
41
- line-height: 22px; /* 157.143% */
42
- border-left: 2px solid var(--io-i-, #165dff);
43
- }
44
- .button:not(.disabled):not(.ant-btn-primary) {
45
- // float: right;
46
- padding: 0 16px;
47
- color: #1454e5;
48
- border: 1px solid #1454e5;
49
- }
50
- }
51
- &-content {
52
- display: flex;
53
- flex-direction: column;
54
- gap: 24px;
55
- height: calc(100% - 65px);
56
- padding: 24px 28px 24px 0;
57
- overflow-y: auto;
58
- &-states-color-icon {
59
- display: inline-block;
60
- width: 6px;
61
- height: 6px;
62
- margin-right: 8px;
63
- margin-bottom: 2px;
64
- border-radius: 3px;
65
- }
66
- &-img-select {
67
- position: relative;
68
- display: flex;
69
- align-items: center;
70
- justify-content: center;
71
- width: 80px;
72
- height: 80px;
73
- color: #9aa1a9;
74
- font-size: 24px;
75
- background: var(--io-n-05, #f2f3f4);
76
- border: 1px solid var(--io-N1-, #e6e7ea);
77
- border-radius: 4px;
78
- img {
79
- max-width: 78px;
80
- max-height: 78px;
81
- }
82
- .ant-image-mask {
83
- border-radius: 4px !important;
84
- }
85
- &-btn {
86
- position: absolute;
87
- right: 0;
88
- bottom: 0;
89
- left: 0;
90
- display: flex;
91
- gap: 8px;
92
- align-items: center;
93
- justify-content: center;
94
- height: 24px;
95
- color: var(--io-W, #fff);
96
- font-size: 14px;
97
- background: rgba(2, 20, 41, 0.5);
98
- border-bottom-right-radius: 4px;
99
- border-bottom-left-radius: 4px;
100
- cursor: pointer;
101
- }
102
- }
103
- }
104
- &-info {
105
- display: flex;
106
- flex-direction: row;
107
- gap: 12px;
108
- align-items: center;
109
- height: 32px;
110
- &-title {
111
- display: flex;
112
- flex-direction: row;
113
- gap: 4px;
114
- justify-content: flex-end;
115
- width: 92px;
116
- color: var(--io-N6-, #67727f);
117
- color: #354354;
118
- font-weight: 400;
119
- font-size: 14px;
120
- line-height: 32px;
121
- text-align: right;
122
- }
123
- &-input {
124
- position: relative;
125
- flex: 1;
126
- .button:not(.disabled):not(.ant-btn-primary) {
127
- // float: right;
128
- padding: 0 16px;
129
- color: #1454e5;
130
- border: 1px solid #1454e5;
131
- }
132
- &-num {
133
- position: absolute;
134
- right: 12px;
135
- bottom: 6px;
136
- color: var(--io-N4-, #9aa1a9);
137
- font-weight: 400;
138
- font-size: 14px;
139
- font-family: 'PingFang SC';
140
- font-style: normal;
141
- line-height: 20px;
142
- }
143
- }
144
- .ant-upload.ant-upload-disabled {
145
- .setting-point-map-page-info-upload {
146
- cursor: not-allowed;
147
- }
148
- }
149
- &-upload {
150
- position: relative;
151
- display: flex;
152
- align-items: center;
153
- justify-content: center;
154
- width: 80px;
155
- height: 80px;
156
- color: #9aa1a9;
157
- background: var(--io-n-05, #f2f3f4);
158
- border: 1px solid var(--io-N1-, #e6e7ea);
159
- border-radius: 4px;
160
- cursor: pointer;
161
- img {
162
- max-width: 78px;
163
- max-height: 78px;
164
- }
165
- .ant-image-mask {
166
- border-radius: 4px !important;
167
- }
168
- .cuowu {
169
- position: absolute;
170
- top: -10px;
171
- right: -10px;
172
- cursor: pointer;
173
- }
174
- .cuowu:hover {
175
- color: #fb5547;
176
- }
177
- .cuowu:before {
178
- background: #fff;
179
- border-radius: 50%;
180
- }
181
- &-tip {
182
- margin-top: 8px;
183
- overflow: hidden;
184
- color: var(--io-N4-, #9aa1a9);
185
- font-weight: 400;
186
- font-size: 14px;
187
- font-family: 'PingFang SC';
188
- font-style: normal;
189
- line-height: 22px; /* 157.143% */
190
- text-overflow: ellipsis;
191
- }
192
- }
193
- }
194
- &-table {
195
- margin-left: 24px;
196
- .ant-table-cell {
197
- height: 50px !important;
198
- // padding: 8px !important;
199
- }
200
- .isShowF2F3F4 td {
201
- background-color: #f2f3f4;
202
- }
203
- }
204
- &-circle-select {
205
- margin-top: -16px;
206
- &-btn {
207
- display: flex;
208
- flex-direction: row;
209
- gap: 16px;
210
- align-items: center;
211
- margin-bottom: 16px;
212
- color: var(--io-N8-, #354354);
213
- font-size: 14px;
214
- }
215
- &-content {
216
- width: 672px;
217
- height: 350px;
218
- overflow-x: auto;
219
- overflow-y: auto;
220
- background: var(--io-n-02, #fafafb);
221
- border: 1px solid var(--io-N1-, #e6e7ea);
222
- border-radius: 4px;
223
- }
224
- }
225
- &-pop {
226
- display: flex;
227
- flex-direction: column;
228
- gap: 15px;
229
- width: 200px;
230
- &-header {
231
- color: var(--io-N-, #021429);
232
- font-weight: 400;
233
- font-size: 14px;
234
- line-height: 22px; /* 157.143% */
235
- }
236
- &-footer {
237
- display: flex;
238
- flex-direction: row;
239
- gap: 8px;
240
- align-items: center;
241
- justify-content: flex-end;
242
- }
243
- }
244
- }
1
+ .setting-point-map-page {
2
+ width: 100%;
3
+ height: 100%;
4
+ background-color: #fff;
5
+ border-radius: 8px;
6
+ .bianji1-button:hover {
7
+ background: rgba(22, 93, 255, 0.04);
8
+ border: 1px solid #1454e5;
9
+ border-radius: 4px;
10
+ }
11
+ &-confirm {
12
+ .ant-modal-confirm .ant-modal-body {
13
+ padding: 24px;
14
+ }
15
+ .ant-modal-confirm-title {
16
+ font-size: 24px !important;
17
+ }
18
+ .ant-modal-confirm-content {
19
+ margin-top: 16px;
20
+ }
21
+ }
22
+ &-header {
23
+ display: flex;
24
+ flex-direction: row;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 16px 24px 16px 0;
28
+ border-bottom: 1px solid var(--io-n-05, #f2f3f4);
29
+ &-left {
30
+ display: flex;
31
+ flex: 1 0 0;
32
+ gap: 8px;
33
+ align-items: center;
34
+ height: 24px;
35
+ padding: 10px 16px;
36
+ color: var(--io-N-, #021429);
37
+ font-weight: 400;
38
+ font-size: 14px;
39
+ font-family: 'PingFang SC';
40
+ font-style: normal;
41
+ line-height: 22px; /* 157.143% */
42
+ border-left: 2px solid var(--io-i-, #165dff);
43
+ }
44
+ .button:not(.disabled):not(.ant-btn-primary) {
45
+ // float: right;
46
+ padding: 0 16px;
47
+ color: #1454e5;
48
+ border: 1px solid #1454e5;
49
+ }
50
+ }
51
+ &-content {
52
+ display: flex;
53
+ flex-direction: column;
54
+ gap: 24px;
55
+ height: calc(100% - 65px);
56
+ padding: 24px 28px 24px 0;
57
+ overflow-y: auto;
58
+ &-states-color-icon {
59
+ display: inline-block;
60
+ width: 6px;
61
+ height: 6px;
62
+ margin-right: 8px;
63
+ margin-bottom: 2px;
64
+ border-radius: 3px;
65
+ }
66
+ &-img-select {
67
+ position: relative;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ width: 80px;
72
+ height: 80px;
73
+ color: #9aa1a9;
74
+ font-size: 24px;
75
+ background: var(--io-n-05, #f2f3f4);
76
+ border: 1px solid var(--io-N1-, #e6e7ea);
77
+ border-radius: 4px;
78
+ img {
79
+ max-width: 78px;
80
+ max-height: 78px;
81
+ }
82
+ .ant-image-mask {
83
+ border-radius: 4px !important;
84
+ }
85
+ &-btn {
86
+ position: absolute;
87
+ right: 0;
88
+ bottom: 0;
89
+ left: 0;
90
+ display: flex;
91
+ gap: 8px;
92
+ align-items: center;
93
+ justify-content: center;
94
+ height: 24px;
95
+ color: var(--io-W, #fff);
96
+ font-size: 14px;
97
+ background: rgba(2, 20, 41, 0.5);
98
+ border-bottom-right-radius: 4px;
99
+ border-bottom-left-radius: 4px;
100
+ cursor: pointer;
101
+ }
102
+ }
103
+ }
104
+ &-info {
105
+ display: flex;
106
+ flex-direction: row;
107
+ gap: 12px;
108
+ align-items: center;
109
+ height: 32px;
110
+ &-title {
111
+ display: flex;
112
+ flex-direction: row;
113
+ gap: 4px;
114
+ justify-content: flex-end;
115
+ width: 92px;
116
+ color: var(--io-N6-, #67727f);
117
+ color: #354354;
118
+ font-weight: 400;
119
+ font-size: 14px;
120
+ line-height: 32px;
121
+ text-align: right;
122
+ }
123
+ &-input {
124
+ position: relative;
125
+ flex: 1;
126
+ .button:not(.disabled):not(.ant-btn-primary) {
127
+ // float: right;
128
+ padding: 0 16px;
129
+ color: #1454e5;
130
+ border: 1px solid #1454e5;
131
+ }
132
+ &-num {
133
+ position: absolute;
134
+ right: 12px;
135
+ bottom: 6px;
136
+ color: var(--io-N4-, #9aa1a9);
137
+ font-weight: 400;
138
+ font-size: 14px;
139
+ font-family: 'PingFang SC';
140
+ font-style: normal;
141
+ line-height: 20px;
142
+ }
143
+ }
144
+ .ant-upload.ant-upload-disabled {
145
+ .setting-point-map-page-info-upload {
146
+ cursor: not-allowed;
147
+ }
148
+ }
149
+ &-upload {
150
+ position: relative;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ width: 80px;
155
+ height: 80px;
156
+ color: #9aa1a9;
157
+ background: var(--io-n-05, #f2f3f4);
158
+ border: 1px solid var(--io-N1-, #e6e7ea);
159
+ border-radius: 4px;
160
+ cursor: pointer;
161
+ img {
162
+ max-width: 78px;
163
+ max-height: 78px;
164
+ }
165
+ .ant-image-mask {
166
+ border-radius: 4px !important;
167
+ }
168
+ .cuowu {
169
+ position: absolute;
170
+ top: -10px;
171
+ right: -10px;
172
+ cursor: pointer;
173
+ }
174
+ .cuowu:hover {
175
+ color: #fb5547;
176
+ }
177
+ .cuowu:before {
178
+ background: #fff;
179
+ border-radius: 50%;
180
+ }
181
+ &-tip {
182
+ margin-top: 8px;
183
+ overflow: hidden;
184
+ color: var(--io-N4-, #9aa1a9);
185
+ font-weight: 400;
186
+ font-size: 14px;
187
+ font-family: 'PingFang SC';
188
+ font-style: normal;
189
+ line-height: 22px; /* 157.143% */
190
+ text-overflow: ellipsis;
191
+ }
192
+ }
193
+ }
194
+ &-table {
195
+ margin-left: 24px;
196
+ .ant-table-cell {
197
+ height: 50px !important;
198
+ // padding: 8px !important;
199
+ }
200
+ .isShowF2F3F4 td {
201
+ background-color: #f2f3f4;
202
+ }
203
+ }
204
+ &-circle-select {
205
+ margin-top: -16px;
206
+ &-btn {
207
+ display: flex;
208
+ flex-direction: row;
209
+ gap: 16px;
210
+ align-items: center;
211
+ margin-bottom: 16px;
212
+ color: var(--io-N8-, #354354);
213
+ font-size: 14px;
214
+ }
215
+ &-content {
216
+ width: 672px;
217
+ height: 350px;
218
+ overflow-x: auto;
219
+ overflow-y: auto;
220
+ background: var(--io-n-02, #fafafb);
221
+ border: 1px solid var(--io-N1-, #e6e7ea);
222
+ border-radius: 4px;
223
+ }
224
+ }
225
+ &-pop {
226
+ display: flex;
227
+ flex-direction: column;
228
+ gap: 15px;
229
+ width: 200px;
230
+ &-header {
231
+ color: var(--io-N-, #021429);
232
+ font-weight: 400;
233
+ font-size: 14px;
234
+ line-height: 22px; /* 157.143% */
235
+ }
236
+ &-footer {
237
+ display: flex;
238
+ flex-direction: row;
239
+ gap: 8px;
240
+ align-items: center;
241
+ justify-content: flex-end;
242
+ }
243
+ }
244
+ }
@@ -0,0 +1,142 @@
1
+ .setting-point-map-tree {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 100%;
5
+ height: 100%;
6
+ padding: 16px 24px;
7
+ overflow: hidden;
8
+ background-color: #fff;
9
+ border-radius: 8px;
10
+ }
11
+ .setting-point-map-tree-select {
12
+ display: flex;
13
+ flex-direction: row;
14
+ justify-content: space-between;
15
+ height: 32px;
16
+ }
17
+ .setting-point-map-tree-select-box {
18
+ display: flex;
19
+ gap: 8px;
20
+ align-items: center;
21
+ }
22
+ .setting-point-map-tree-select-box-txt {
23
+ margin-right: 8px;
24
+ overflow: hidden;
25
+ white-space: nowrap;
26
+ text-overflow: ellipsis;
27
+ }
28
+ .setting-point-map-tree-select-box .transform180 {
29
+ display: inline-block;
30
+ transform: rotateX(180deg);
31
+ }
32
+ .setting-point-map-tree-search {
33
+ position: relative;
34
+ margin-top: 16px;
35
+ display: grid;
36
+ align-items: center;
37
+ grid-template-columns: 1fr 80px;
38
+ grid-gap: 16px;
39
+ }
40
+ .setting-point-map-tree-search .qrcode-img {
41
+ display: inline-flex;
42
+ flex-direction: column;
43
+ align-items: center;
44
+ width: 200px;
45
+ min-height: 200px;
46
+ padding: 20px;
47
+ }
48
+ .setting-point-map-tree-search .qrcode-img > div {
49
+ text-align: center;
50
+ }
51
+ .setting-point-map-tree-search .qrcode-img > div > :nth-child(2) {
52
+ color: #9aa1a9;
53
+ font-size: 12px;
54
+ }
55
+ .setting-point-map-tree-search .qrcode-img img {
56
+ width: 144px;
57
+ height: 144px;
58
+ margin-top: 10px;
59
+ }
60
+ .setting-point-map-tree-search .loading .ant-spin-nested-loading {
61
+ padding-top: 138px;
62
+ }
63
+ .setting-point-map-tree-search .ant-select-selector {
64
+ padding-left: 40px !important;
65
+ }
66
+ .setting-point-map-tree-search .ant-select-selection-search-input {
67
+ padding-left: 30px !important;
68
+ }
69
+ .setting-point-map-tree-search-popup .ant-select-item {
70
+ height: 32px !important;
71
+ padding: 4px 12px !important;
72
+ }
73
+ .setting-point-map-tree-search .sousuo {
74
+ position: absolute;
75
+ top: 6px;
76
+ left: 16px;
77
+ }
78
+ .setting-point-map-tree-tree {
79
+ display: flex;
80
+ flex: 1;
81
+ flex-direction: column;
82
+ margin: 16px 0 0;
83
+ overflow: hidden;
84
+ }
85
+ .setting-point-map-tree-tree .gengduocaozuo1 {
86
+ color: #354354;
87
+ }
88
+ .setting-point-map-tree-tree .gengduocaozuo1:hover {
89
+ color: #165dff;
90
+ }
91
+ .setting-point-map-tree-tree .ant-tree-switcher {
92
+ color: #354354;
93
+ }
94
+ .setting-point-map-tree-tree .ant-tree,
95
+ .setting-point-map-tree-tree .ant-tree-list,
96
+ .setting-point-map-tree-tree .ant-tree-list-holder {
97
+ height: 100%;
98
+ }
99
+ .setting-point-map-tree-tree .ant-tree-list-holder {
100
+ overflow-x: hidden;
101
+ overflow-y: auto;
102
+ }
103
+ .setting-point-map-tree-tree .ant-tree-node-content-wrapper {
104
+ width: calc(100% - 200px);
105
+ }
106
+ .setting-point-map-tree-tree .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
107
+ background-color: #e8efff;
108
+ }
109
+ .setting-point-map-tree-tree .ant-tree-switcher {
110
+ line-height: 32px;
111
+ }
112
+ .setting-point-map-tree-tree-item {
113
+ display: flex;
114
+ flex: 1 0;
115
+ gap: 10px;
116
+ align-items: center;
117
+ justify-content: space-between;
118
+ height: 32px;
119
+ padding: 0px 4px;
120
+ border-radius: 4px;
121
+ }
122
+ .setting-point-map-tree-tree-item-title {
123
+ overflow: hidden;
124
+ white-space: nowrap;
125
+ text-overflow: ellipsis;
126
+ }
127
+ .setting-point-map-tree-tree .ant-tree-title {
128
+ display: block;
129
+ }
130
+ .setting-point-map-tree-empty {
131
+ display: flex;
132
+ flex: 1;
133
+ flex-direction: column;
134
+ align-items: center;
135
+ justify-content: center;
136
+ }
137
+ .setting-point-map-tree-empty .ant-empty-normal {
138
+ margin: 16px 0;
139
+ }
140
+ .setting-point-map-tree-empty .zengjia:before {
141
+ margin-right: 8px;
142
+ }
@@ -30,7 +30,36 @@
30
30
  }
31
31
  &-search {
32
32
  position: relative;
33
+ display: grid;
34
+ grid-gap: 16px;
35
+ grid-template-columns: 1fr 80px;
36
+ align-items: center;
33
37
  margin-top: 16px;
38
+ .qrcode-img {
39
+ display: inline-flex;
40
+ flex-direction: column;
41
+ align-items: center;
42
+ width: 200px;
43
+ min-height: 200px;
44
+ padding: 20px;
45
+ > div {
46
+ text-align: center;
47
+ > :nth-child(2) {
48
+ color: #9aa1a9;
49
+ font-size: 12px;
50
+ }
51
+ }
52
+ img {
53
+ width: 144px;
54
+ height: 144px;
55
+ margin-top: 10px;
56
+ }
57
+ }
58
+ .loading {
59
+ .ant-spin-nested-loading {
60
+ padding-top: 138px;
61
+ }
62
+ }
34
63
  .ant-select-selector {
35
64
  padding-left: 40px !important;
36
65
  }