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

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 (89) hide show
  1. package/README.md +33 -33
  2. package/es/components/card/index.less +87 -87
  3. package/es/components/pageLoading/index.less +7 -7
  4. package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
  5. package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
  6. package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
  7. package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
  8. package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
  9. package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
  10. package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
  11. package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
  12. package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
  13. package/es/components/picCircleSelect/index.less +37 -37
  14. package/es/components/processCanvas/styles/customNode.less +149 -149
  15. package/es/components/processCanvas/styles/index.less +34 -34
  16. package/es/components/settingTabs/index.less +51 -51
  17. package/es/constants/api.d.ts +13 -0
  18. package/es/constants/api.js +18 -1
  19. package/es/constants/icons/demo.css +539 -539
  20. package/es/constants/icons/demo_index.html +9871 -9871
  21. package/es/constants/icons/iconfont.css +1699 -1699
  22. package/es/constants/icons/iconfont.json +2956 -2956
  23. package/es/global.d.ts +4 -4
  24. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  25. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  26. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  27. package/es/modules/companySetting/appList/index.less +126 -126
  28. package/es/modules/companySetting/application/index.less +126 -126
  29. package/es/modules/companySetting/business/index.less +92 -92
  30. package/es/modules/companySetting/cost/index.less +38 -38
  31. package/es/modules/companySetting/department/index.less +157 -157
  32. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  33. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  34. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  35. package/es/modules/companySetting/edit/styles/user.less +54 -54
  36. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  37. package/es/modules/companySetting/index.less +90 -90
  38. package/es/modules/companySetting/info/index.less +42 -42
  39. package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
  40. package/es/modules/companySetting/mainPart/index.less +239 -239
  41. package/es/modules/companySetting/operationLog/index.less +33 -33
  42. package/es/modules/companySetting/role/index.less +296 -296
  43. package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
  44. package/es/modules/companySetting/style/common.less +79 -79
  45. package/es/modules/companySetting/style/reset.less +117 -117
  46. package/es/modules/companySetting/user/index.js +173 -4
  47. package/es/modules/companySetting/user/index.less +11 -0
  48. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  49. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  50. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  51. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  52. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  53. package/es/modules/companySetting/wechatBinding/index.less +58 -58
  54. package/es/modules/createDemand/styles/index.less +277 -277
  55. package/es/modules/createDemand_bf/styles/index.less +222 -222
  56. package/es/modules/createProcess/components/index.less +52 -52
  57. package/es/modules/createProcess/index.less +114 -114
  58. package/es/modules/createProcess/title/index.less +53 -53
  59. package/es/modules/dealDemand/styles/index.less +265 -265
  60. package/es/modules/demandManage/styles/index.less +210 -210
  61. package/es/modules/getPassword/index.less +122 -122
  62. package/es/modules/messageList/index.less +81 -81
  63. package/es/modules/personalSetting/securityLog/index.less +11 -11
  64. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  65. package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
  66. package/es/modules/pointMap/editTxt/index.less +55 -55
  67. package/es/modules/pointMap/styles/index.less +38 -38
  68. package/es/modules/pointMap/styles/pageInfo.less +244 -244
  69. package/es/modules/pointMap/styles/tree.css +142 -0
  70. package/es/modules/pointMap/styles/tree.less +29 -0
  71. package/es/modules/pointMap/tree.js +53 -4
  72. package/es/modules/systemSetting/Dictionary.d.ts +3 -0
  73. package/es/modules/systemSetting/Dictionary.js +383 -0
  74. package/es/modules/systemSetting/DictionaryType.d.ts +14 -0
  75. package/es/modules/systemSetting/DictionaryType.js +203 -0
  76. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
  77. package/es/modules/systemSetting/approvalmanage/index.less +5 -5
  78. package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
  79. package/es/modules/systemSetting/authUrl.js +2 -2
  80. package/es/modules/systemSetting/document-setting/index.d.ts +3 -0
  81. package/es/modules/systemSetting/document-setting/index.js +467 -0
  82. package/es/modules/systemSetting/img/empty-data.png +0 -0
  83. package/es/modules/systemSetting/index.css +130 -0
  84. package/es/modules/systemSetting/index.js +13 -1
  85. package/es/modules/systemSetting/index.less +136 -0
  86. package/es/modules/systemSetting/notice/configItem/index.less +21 -21
  87. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  88. package/es/types/companySetting.d.ts +1 -0
  89. package/package.json +6 -2
@@ -1,38 +1,38 @@
1
- .setting-point-map {
2
- display: flex;
3
- flex-direction: row;
4
- gap: 16px;
5
- width: 100%;
6
- height: 100%;
7
- padding: 16px;
8
- background-color: #fafafb;
9
- &-left {
10
- position: relative;
11
- min-width: 350px;
12
- max-width: 600px;
13
- &-drag {
14
- position: absolute;
15
- top: 0;
16
- right: 0;
17
- width: 6px;
18
- height: 100%;
19
- border-right: 2px solid transparent;
20
- cursor: ew-resize;
21
- }
22
- }
23
- &-right {
24
- flex: 1;
25
- overflow: hidden;
26
- }
27
- .setting-point-map-page-content-img-select {
28
- position: relative;
29
- }
30
- .ant-image {
31
- position: static;
32
- }
33
- .ant-image .ant-image-mask {
34
- color: #fff;
35
- font-size: 24px;
36
- background: rgba(2, 20, 41, 0.5) !important;
37
- }
38
- }
1
+ .setting-point-map {
2
+ display: flex;
3
+ flex-direction: row;
4
+ gap: 16px;
5
+ width: 100%;
6
+ height: 100%;
7
+ padding: 16px;
8
+ background-color: #fafafb;
9
+ &-left {
10
+ position: relative;
11
+ min-width: 350px;
12
+ max-width: 600px;
13
+ &-drag {
14
+ position: absolute;
15
+ top: 0;
16
+ right: 0;
17
+ width: 6px;
18
+ height: 100%;
19
+ border-right: 2px solid transparent;
20
+ cursor: ew-resize;
21
+ }
22
+ }
23
+ &-right {
24
+ flex: 1;
25
+ overflow: hidden;
26
+ }
27
+ .setting-point-map-page-content-img-select {
28
+ position: relative;
29
+ }
30
+ .ant-image {
31
+ position: static;
32
+ }
33
+ .ant-image .ant-image-mask {
34
+ color: #fff;
35
+ font-size: 24px;
36
+ background: rgba(2, 20, 41, 0.5) !important;
37
+ }
38
+ }
@@ -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
+ }