@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,222 +1,222 @@
1
- .system-setting-create-demand {
2
- display: flex;
3
- flex-direction: column;
4
- height: 100%;
5
- padding: 0 16px 16px;
6
- background: #fafafb;
7
- &-row {
8
- display: flex;
9
- flex: 1;
10
- flex-direction: row;
11
- overflow-y: auto;
12
- }
13
- &-right {
14
- position: relative;
15
- display: flex;
16
- flex: 288;
17
- overflow: hidden;
18
- background: #f2f3f4;
19
- border: 1px solid #e6e7ea;
20
- border-bottom: 0;
21
- border-top-right-radius: 8px;
22
- // border-bottom-right-radius: 8px;
23
- .setting-graph-panel {
24
- right: 14px;
25
- left: auto;
26
- transform: none;
27
- }
28
- &-end {
29
- display: flex;
30
- align-items: center;
31
- justify-content: center;
32
- width: 100%;
33
- }
34
- &-title {
35
- position: absolute;
36
- top: 16px;
37
- left: 16px;
38
- color: var(--io-N-, #021429);
39
- font-weight: 400;
40
- font-size: 14px;
41
- font-family: 'PingFang SC';
42
- font-style: normal;
43
- line-height: 22px; /* 157.143% */
44
- text-align: right;
45
- }
46
- }
47
- &-header {
48
- display: flex;
49
- flex-direction: row;
50
- gap: 16px;
51
- align-items: center;
52
- padding: 12px 0;
53
- color: var(--io-N6-, #67727f);
54
- font-weight: 400;
55
- font-size: 14px;
56
- &-back {
57
- cursor: pointer;
58
- }
59
- }
60
- &-footer {
61
- display: flex;
62
- gap: 16px;
63
- align-items: center;
64
- padding: 18px 24px;
65
- background: #fff;
66
- border-top: 1px solid var(--io-N1-, #e6e7ea);
67
- border-bottom-right-radius: 8px;
68
- border-bottom-left-radius: 8px;
69
- }
70
- &-info {
71
- display: flex;
72
- flex: 912;
73
- flex-direction: column;
74
- gap: 24px;
75
- align-items: flex-start;
76
- padding: 24px 24px 24px 24px;
77
- overflow: hidden;
78
- overflow-y: auto;
79
- background: #fff;
80
- border-top-left-radius: 8px;
81
- // border-bottom-left-radius: 8px;
82
- &-item {
83
- display: flex;
84
- flex-direction: row;
85
- // align-items: center;
86
- gap: 12px;
87
- width: 100%;
88
- &-yasuobao {
89
- width: 24px;
90
- height: 24px;
91
- background: url('./../images/yasuobao.png') no-repeat;
92
- background-size: contain;
93
- &-txt:hover {
94
- text-decoration: underline;
95
- }
96
- }
97
- &-txt {
98
- width: 96px;
99
- margin-top: 6px;
100
- color: var(----3, #5f6085);
101
- font-weight: 400;
102
- font-size: 14px;
103
- text-align: right;
104
- span {
105
- margin-right: 4px;
106
- color: var(--io-Error-E-, #fb5547);
107
- font-weight: 400;
108
- font-size: 14px;
109
- }
110
- }
111
- &-content {
112
- position: relative;
113
- flex: 1;
114
- width: calc(100% - 108px);
115
- input,
116
- textarea {
117
- border-color: #fafafb;
118
- }
119
- &-input-num {
120
- position: absolute;
121
- right: 12px;
122
- bottom: 6px;
123
- color: var(--io-N4-, #9aa1a9);
124
- font-weight: 400;
125
- font-size: 14px;
126
- }
127
- &-picker {
128
- width: 100%;
129
- background-color: #fafafb;
130
- }
131
- .ant-upload-disabled .system-setting-create-demand-info-item-content-btn {
132
- color: #ccd0d4;
133
- }
134
- &-btn {
135
- display: flex;
136
- gap: 8px;
137
- align-items: center;
138
- height: 32px;
139
- padding: 10px 16px;
140
- color: var(--io-N-, #021429);
141
- font-weight: 400;
142
- font-size: 14px;
143
- font-family: 'PingFang SC';
144
- font-style: normal;
145
- line-height: normal;
146
- background: var(--io-n-05, #f2f3f4);
147
- border: 1px dashed var(--io-N1-, #e6e7ea);
148
- border-radius: 4px;
149
- }
150
- &-tip {
151
- color: var(--io-N4-, #9aa1a9);
152
- font-weight: 400;
153
- font-size: 14px;
154
- font-family: 'PingFang SC';
155
- font-style: normal;
156
- line-height: normal;
157
- }
158
- &-row {
159
- display: flex;
160
- flex-direction: row;
161
- gap: 12px;
162
- align-items: center;
163
- height: 34px;
164
- .qingchu {
165
- font-size: 16px;
166
- cursor: pointer;
167
- }
168
- .icon-yasuobao {
169
- font-size: 24px;
170
- }
171
- }
172
- &-tab {
173
- display: flex;
174
- flex: 1 0 0;
175
- gap: 24px;
176
- align-items: flex-start;
177
- padding: 12px 24px 0px 24px;
178
- background: var(--io-n-02, #fafafb);
179
- border-bottom: 1px solid var(--io-N1-, #e6e7ea);
180
- &-item {
181
- display: flex;
182
- flex-direction: column;
183
- align-items: flex-start;
184
- padding-bottom: 10px;
185
- color: #021429;
186
- font-size: 16px;
187
- line-height: 20px; /* 125% */
188
- border-bottom: 2px solid transparent;
189
- cursor: pointer;
190
- }
191
- &-item-select {
192
- display: flex;
193
- flex-direction: column;
194
- align-items: flex-start;
195
- padding-bottom: 10px;
196
- color: #165dff;
197
- font-size: 16px;
198
- line-height: 20px; /* 125% */
199
- border-bottom: 2px solid #165dff;
200
- cursor: pointer;
201
- }
202
- }
203
- &-filter {
204
- display: flex;
205
- flex-direction: row;
206
- gap: 16px;
207
- padding: 16px 0;
208
- .button:not(.disabled) {
209
- color: #1454e5;
210
- border: 1px solid #1454e5;
211
- }
212
- }
213
- }
214
- }
215
- }
216
- &-drawer {
217
- .ant-drawer-header-title .ant-drawer-close {
218
- position: absolute;
219
- right: 6px;
220
- }
221
- }
222
- }
1
+ .system-setting-create-demand {
2
+ display: flex;
3
+ flex-direction: column;
4
+ height: 100%;
5
+ padding: 0 16px 16px;
6
+ background: #fafafb;
7
+ &-row {
8
+ display: flex;
9
+ flex: 1;
10
+ flex-direction: row;
11
+ overflow-y: auto;
12
+ }
13
+ &-right {
14
+ position: relative;
15
+ display: flex;
16
+ flex: 288;
17
+ overflow: hidden;
18
+ background: #f2f3f4;
19
+ border: 1px solid #e6e7ea;
20
+ border-bottom: 0;
21
+ border-top-right-radius: 8px;
22
+ // border-bottom-right-radius: 8px;
23
+ .setting-graph-panel {
24
+ right: 14px;
25
+ left: auto;
26
+ transform: none;
27
+ }
28
+ &-end {
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: center;
32
+ width: 100%;
33
+ }
34
+ &-title {
35
+ position: absolute;
36
+ top: 16px;
37
+ left: 16px;
38
+ color: var(--io-N-, #021429);
39
+ font-weight: 400;
40
+ font-size: 14px;
41
+ font-family: 'PingFang SC';
42
+ font-style: normal;
43
+ line-height: 22px; /* 157.143% */
44
+ text-align: right;
45
+ }
46
+ }
47
+ &-header {
48
+ display: flex;
49
+ flex-direction: row;
50
+ gap: 16px;
51
+ align-items: center;
52
+ padding: 12px 0;
53
+ color: var(--io-N6-, #67727f);
54
+ font-weight: 400;
55
+ font-size: 14px;
56
+ &-back {
57
+ cursor: pointer;
58
+ }
59
+ }
60
+ &-footer {
61
+ display: flex;
62
+ gap: 16px;
63
+ align-items: center;
64
+ padding: 18px 24px;
65
+ background: #fff;
66
+ border-top: 1px solid var(--io-N1-, #e6e7ea);
67
+ border-bottom-right-radius: 8px;
68
+ border-bottom-left-radius: 8px;
69
+ }
70
+ &-info {
71
+ display: flex;
72
+ flex: 912;
73
+ flex-direction: column;
74
+ gap: 24px;
75
+ align-items: flex-start;
76
+ padding: 24px 24px 24px 24px;
77
+ overflow: hidden;
78
+ overflow-y: auto;
79
+ background: #fff;
80
+ border-top-left-radius: 8px;
81
+ // border-bottom-left-radius: 8px;
82
+ &-item {
83
+ display: flex;
84
+ flex-direction: row;
85
+ // align-items: center;
86
+ gap: 12px;
87
+ width: 100%;
88
+ &-yasuobao {
89
+ width: 24px;
90
+ height: 24px;
91
+ background: url('./../images/yasuobao.png') no-repeat;
92
+ background-size: contain;
93
+ &-txt:hover {
94
+ text-decoration: underline;
95
+ }
96
+ }
97
+ &-txt {
98
+ width: 96px;
99
+ margin-top: 6px;
100
+ color: var(----3, #5f6085);
101
+ font-weight: 400;
102
+ font-size: 14px;
103
+ text-align: right;
104
+ span {
105
+ margin-right: 4px;
106
+ color: var(--io-Error-E-, #fb5547);
107
+ font-weight: 400;
108
+ font-size: 14px;
109
+ }
110
+ }
111
+ &-content {
112
+ position: relative;
113
+ flex: 1;
114
+ width: calc(100% - 108px);
115
+ input,
116
+ textarea {
117
+ border-color: #fafafb;
118
+ }
119
+ &-input-num {
120
+ position: absolute;
121
+ right: 12px;
122
+ bottom: 6px;
123
+ color: var(--io-N4-, #9aa1a9);
124
+ font-weight: 400;
125
+ font-size: 14px;
126
+ }
127
+ &-picker {
128
+ width: 100%;
129
+ background-color: #fafafb;
130
+ }
131
+ .ant-upload-disabled .system-setting-create-demand-info-item-content-btn {
132
+ color: #ccd0d4;
133
+ }
134
+ &-btn {
135
+ display: flex;
136
+ gap: 8px;
137
+ align-items: center;
138
+ height: 32px;
139
+ padding: 10px 16px;
140
+ color: var(--io-N-, #021429);
141
+ font-weight: 400;
142
+ font-size: 14px;
143
+ font-family: 'PingFang SC';
144
+ font-style: normal;
145
+ line-height: normal;
146
+ background: var(--io-n-05, #f2f3f4);
147
+ border: 1px dashed var(--io-N1-, #e6e7ea);
148
+ border-radius: 4px;
149
+ }
150
+ &-tip {
151
+ color: var(--io-N4-, #9aa1a9);
152
+ font-weight: 400;
153
+ font-size: 14px;
154
+ font-family: 'PingFang SC';
155
+ font-style: normal;
156
+ line-height: normal;
157
+ }
158
+ &-row {
159
+ display: flex;
160
+ flex-direction: row;
161
+ gap: 12px;
162
+ align-items: center;
163
+ height: 34px;
164
+ .qingchu {
165
+ font-size: 16px;
166
+ cursor: pointer;
167
+ }
168
+ .icon-yasuobao {
169
+ font-size: 24px;
170
+ }
171
+ }
172
+ &-tab {
173
+ display: flex;
174
+ flex: 1 0 0;
175
+ gap: 24px;
176
+ align-items: flex-start;
177
+ padding: 12px 24px 0px 24px;
178
+ background: var(--io-n-02, #fafafb);
179
+ border-bottom: 1px solid var(--io-N1-, #e6e7ea);
180
+ &-item {
181
+ display: flex;
182
+ flex-direction: column;
183
+ align-items: flex-start;
184
+ padding-bottom: 10px;
185
+ color: #021429;
186
+ font-size: 16px;
187
+ line-height: 20px; /* 125% */
188
+ border-bottom: 2px solid transparent;
189
+ cursor: pointer;
190
+ }
191
+ &-item-select {
192
+ display: flex;
193
+ flex-direction: column;
194
+ align-items: flex-start;
195
+ padding-bottom: 10px;
196
+ color: #165dff;
197
+ font-size: 16px;
198
+ line-height: 20px; /* 125% */
199
+ border-bottom: 2px solid #165dff;
200
+ cursor: pointer;
201
+ }
202
+ }
203
+ &-filter {
204
+ display: flex;
205
+ flex-direction: row;
206
+ gap: 16px;
207
+ padding: 16px 0;
208
+ .button:not(.disabled) {
209
+ color: #1454e5;
210
+ border: 1px solid #1454e5;
211
+ }
212
+ }
213
+ }
214
+ }
215
+ }
216
+ &-drawer {
217
+ .ant-drawer-header-title .ant-drawer-close {
218
+ position: absolute;
219
+ right: 6px;
220
+ }
221
+ }
222
+ }
@@ -1,52 +1,52 @@
1
- .system-setting-approval-process-create-node {
2
- display: flex;
3
- flex-direction: column;
4
- width: 100%;
5
- height: 100%;
6
- &-header {
7
- display: flex;
8
- align-items: center;
9
- justify-content: space-between;
10
- height: 56px;
11
- padding: 16px 24px;
12
- color: var(--io-N-, #021429);
13
- font-weight: 500;
14
- font-size: 16px;
15
- border-bottom: 1px solid var(--io-N1-, #e6e7ea);
16
- .qingchu {
17
- font-size: 24px !important;
18
- cursor: pointer;
19
- }
20
- }
21
- &-content {
22
- display: flex;
23
- flex: 1;
24
- flex-direction: column;
25
- padding: 16px !important;
26
- overflow-y: auto;
27
- &-red {
28
- margin-right: 4px;
29
- color: var(--io-Error-E-, #fb5547);
30
- }
31
- &-txt {
32
- margin-bottom: 12px;
33
- color: var(----3, #5f6085);
34
- }
35
- &-input-num {
36
- position: absolute;
37
- right: 12px;
38
- bottom: 6px;
39
- color: var(--io-N4-, #9aa1a9);
40
- font-weight: 400;
41
- font-size: 14px;
42
- }
43
- }
44
- &-footer {
45
- display: flex;
46
- gap: 16px;
47
- align-items: center;
48
- justify-content: flex-end;
49
- padding: 16px 24px;
50
- border-top: 1px solid var(--io-N1-, #e6e7ea);
51
- }
52
- }
1
+ .system-setting-approval-process-create-node {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 100%;
5
+ height: 100%;
6
+ &-header {
7
+ display: flex;
8
+ align-items: center;
9
+ justify-content: space-between;
10
+ height: 56px;
11
+ padding: 16px 24px;
12
+ color: var(--io-N-, #021429);
13
+ font-weight: 500;
14
+ font-size: 16px;
15
+ border-bottom: 1px solid var(--io-N1-, #e6e7ea);
16
+ .qingchu {
17
+ font-size: 24px !important;
18
+ cursor: pointer;
19
+ }
20
+ }
21
+ &-content {
22
+ display: flex;
23
+ flex: 1;
24
+ flex-direction: column;
25
+ padding: 16px !important;
26
+ overflow-y: auto;
27
+ &-red {
28
+ margin-right: 4px;
29
+ color: var(--io-Error-E-, #fb5547);
30
+ }
31
+ &-txt {
32
+ margin-bottom: 12px;
33
+ color: var(----3, #5f6085);
34
+ }
35
+ &-input-num {
36
+ position: absolute;
37
+ right: 12px;
38
+ bottom: 6px;
39
+ color: var(--io-N4-, #9aa1a9);
40
+ font-weight: 400;
41
+ font-size: 14px;
42
+ }
43
+ }
44
+ &-footer {
45
+ display: flex;
46
+ gap: 16px;
47
+ align-items: center;
48
+ justify-content: flex-end;
49
+ padding: 16px 24px;
50
+ border-top: 1px solid var(--io-N1-, #e6e7ea);
51
+ }
52
+ }