@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,81 +1,81 @@
1
- .system-setting-message {
2
- display: flex;
3
- flex-direction: column;
4
- width: 100%;
5
- height: 100%;
6
- background-color: #fff;
7
- &-header {
8
- display: flex;
9
- align-items: center;
10
- justify-content: space-between;
11
- height: 56px;
12
- padding: 16px 24px;
13
- color: var(--io-N-, #021429);
14
- font-weight: 500;
15
- font-size: 16px;
16
- border-bottom: 1px solid var(--io-N1-, #e6e7ea);
17
- .qingchu {
18
- font-size: 24px !important;
19
- cursor: pointer;
20
- }
21
- }
22
- &-content {
23
- display: flex;
24
- flex: 1;
25
- flex-direction: column;
26
- overflow-y: auto;
27
- &-filter {
28
- display: flex;
29
- flex-direction: row;
30
- align-items: center;
31
- justify-content: space-between;
32
- padding: 16px 16px 8px 16px;
33
- &-select {
34
- width: 120px;
35
- }
36
- }
37
- &-list {
38
- display: flex;
39
- flex-direction: column;
40
- align-items: flex-start;
41
- padding: 0 16px;
42
- &-empty {
43
- width: 100%;
44
- margin-top: 54px;
45
- }
46
- &-item {
47
- display: flex;
48
- flex-direction: row;
49
- gap: 8px;
50
- padding: 12px 0;
51
- &-dian {
52
- width: 8px;
53
- height: 8px;
54
- margin: 6px;
55
- border-radius: 8px;
56
- }
57
- &-title {
58
- margin-bottom: 8px;
59
- color: var(--io-N-, #021429);
60
- font-size: 14px;
61
- line-height: 20px;
62
- cursor: pointer;
63
- &:hover {
64
- color: #165dff !important;
65
- }
66
- }
67
- &-date {
68
- color: var(--io-N6-, #67727f);
69
- font-size: 14px;
70
- line-height: 20px;
71
- }
72
- }
73
- }
74
- }
75
- &-search-popup {
76
- .ant-select-item {
77
- height: 32px !important;
78
- padding: 4px 12px !important;
79
- }
80
- }
81
- }
1
+ .system-setting-message {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 100%;
5
+ height: 100%;
6
+ background-color: #fff;
7
+ &-header {
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: space-between;
11
+ height: 56px;
12
+ padding: 16px 24px;
13
+ color: var(--io-N-, #021429);
14
+ font-weight: 500;
15
+ font-size: 16px;
16
+ border-bottom: 1px solid var(--io-N1-, #e6e7ea);
17
+ .qingchu {
18
+ font-size: 24px !important;
19
+ cursor: pointer;
20
+ }
21
+ }
22
+ &-content {
23
+ display: flex;
24
+ flex: 1;
25
+ flex-direction: column;
26
+ overflow-y: auto;
27
+ &-filter {
28
+ display: flex;
29
+ flex-direction: row;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ padding: 16px 16px 8px 16px;
33
+ &-select {
34
+ width: 120px;
35
+ }
36
+ }
37
+ &-list {
38
+ display: flex;
39
+ flex-direction: column;
40
+ align-items: flex-start;
41
+ padding: 0 16px;
42
+ &-empty {
43
+ width: 100%;
44
+ margin-top: 54px;
45
+ }
46
+ &-item {
47
+ display: flex;
48
+ flex-direction: row;
49
+ gap: 8px;
50
+ padding: 12px 0;
51
+ &-dian {
52
+ width: 8px;
53
+ height: 8px;
54
+ margin: 6px;
55
+ border-radius: 8px;
56
+ }
57
+ &-title {
58
+ margin-bottom: 8px;
59
+ color: var(--io-N-, #021429);
60
+ font-size: 14px;
61
+ line-height: 20px;
62
+ cursor: pointer;
63
+ &:hover {
64
+ color: #165dff !important;
65
+ }
66
+ }
67
+ &-date {
68
+ color: var(--io-N6-, #67727f);
69
+ font-size: 14px;
70
+ line-height: 20px;
71
+ }
72
+ }
73
+ }
74
+ }
75
+ &-search-popup {
76
+ .ant-select-item {
77
+ height: 32px !important;
78
+ padding: 4px 12px !important;
79
+ }
80
+ }
81
+ }
@@ -1,11 +1,11 @@
1
- .security-log-page {
2
- padding: 40px;
3
- &-spin {
4
- padding-top: 200px;
5
- text-align: center;
6
- }
7
- &-header {
8
- margin-bottom: 30px;
9
- text-align: right;
10
- }
11
- }
1
+ .security-log-page {
2
+ padding: 40px;
3
+ &-spin {
4
+ padding-top: 200px;
5
+ text-align: center;
6
+ }
7
+ &-header {
8
+ margin-bottom: 30px;
9
+ text-align: right;
10
+ }
11
+ }
@@ -1,73 +1,73 @@
1
- .personal-mfa-unbinding-page {
2
- // margin: -40px;
3
-
4
- .unbinding-banner {
5
- width: 100%;
6
- padding: 32px 0 24px;
7
- text-align: center;
8
- background: url('../images/banner.png');
9
- background-size: 100% 100%;
10
-
11
- .unbinding-img {
12
- display: inline-block;
13
- width: 120px;
14
- height: 120px;
15
- background-image: url('../images/unbinding.png');
16
- background-size: 120px 120px;
17
- }
18
-
19
- .title {
20
- margin-top: 16px;
21
- color: #021429;
22
- font-weight: 600;
23
- font-size: 16px;
24
- line-height: 22px;
25
- }
26
-
27
- .desc {
28
- margin-top: 8px;
29
- color: #67727f;
30
- font-size: 14px;
31
- line-height: 20px;
32
- }
33
-
34
- .label {
35
- width: 86px;
36
- height: 24px;
37
- margin: 8px auto 0;
38
- color: #29bd52;
39
- font-size: 14px;
40
- line-height: 24px;
41
- background: #d4f2dc;
42
- border-radius: 2px;
43
- }
44
- }
45
-
46
- .unbinding-content-wrap {
47
- padding-top: 24px;
48
-
49
- .unbinding-content {
50
- width: 520px;
51
- height: 180px;
52
- margin: 0 auto;
53
- padding: 24px;
54
- border: 1px solid #e6e7ea;
55
- border-radius: 4px;
56
-
57
- .title {
58
- color: #021429;
59
- font-weight: 500;
60
- font-size: 14px;
61
- line-height: 20px;
62
- }
63
-
64
- .verification {
65
- margin-top: 24px;
66
- .button-container {
67
- margin-left: 40px;
68
- text-align: center;
69
- }
70
- }
71
- }
72
- }
73
- }
1
+ .personal-mfa-unbinding-page {
2
+ // margin: -40px;
3
+
4
+ .unbinding-banner {
5
+ width: 100%;
6
+ padding: 32px 0 24px;
7
+ text-align: center;
8
+ background: url('../images/banner.png');
9
+ background-size: 100% 100%;
10
+
11
+ .unbinding-img {
12
+ display: inline-block;
13
+ width: 120px;
14
+ height: 120px;
15
+ background-image: url('../images/unbinding.png');
16
+ background-size: 120px 120px;
17
+ }
18
+
19
+ .title {
20
+ margin-top: 16px;
21
+ color: #021429;
22
+ font-weight: 600;
23
+ font-size: 16px;
24
+ line-height: 22px;
25
+ }
26
+
27
+ .desc {
28
+ margin-top: 8px;
29
+ color: #67727f;
30
+ font-size: 14px;
31
+ line-height: 20px;
32
+ }
33
+
34
+ .label {
35
+ width: 86px;
36
+ height: 24px;
37
+ margin: 8px auto 0;
38
+ color: #29bd52;
39
+ font-size: 14px;
40
+ line-height: 24px;
41
+ background: #d4f2dc;
42
+ border-radius: 2px;
43
+ }
44
+ }
45
+
46
+ .unbinding-content-wrap {
47
+ padding-top: 24px;
48
+
49
+ .unbinding-content {
50
+ width: 520px;
51
+ height: 180px;
52
+ margin: 0 auto;
53
+ padding: 24px;
54
+ border: 1px solid #e6e7ea;
55
+ border-radius: 4px;
56
+
57
+ .title {
58
+ color: #021429;
59
+ font-weight: 500;
60
+ font-size: 14px;
61
+ line-height: 20px;
62
+ }
63
+
64
+ .verification {
65
+ margin-top: 24px;
66
+ .button-container {
67
+ margin-left: 40px;
68
+ text-align: center;
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
@@ -1,91 +1,91 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
-
3
- .import-meta-modal {
4
- &-icon-file {
5
- color: @primary-color;
6
- font-size: 48px !important;
7
- }
8
- &-icon-export {
9
- margin-right: @margin-xss;
10
- }
11
- &-export-btn {
12
- display: block;
13
- width: fit-content;
14
- // margin-top: @margin-md;
15
- }
16
- .ant-upload.ant-upload-drag {
17
- background: #fafafb;
18
- /* io/中性/N2-置灰信息 */
19
- border: 1px dashed #ccd0d4;
20
- }
21
- .ant-upload.ant-upload-drag .ant-upload {
22
- padding: 40px 0;
23
- }
24
- &-export-container {
25
- border-radius: 4px;
26
- &-h1 {
27
- margin-top: -8px;
28
- margin-bottom: 4px;
29
- }
30
- &-h2 {
31
- color: @text-color-secondary;
32
- font-size: 12px;
33
- }
34
- }
35
-
36
- &-show-container {
37
- display: flex;
38
- align-items: center;
39
- justify-content: space-between;
40
- padding: 24px;
41
- background: #fafafb;
42
- /* io/中性/N1-按钮边框 线色 */
43
- border: 1px solid #e6e7ea;
44
- border-radius: 4px;
45
- &-content {
46
- display: flex;
47
- align-items: center;
48
- &-icon {
49
- margin-right: 12px;
50
- color: @primary-color;
51
- font-size: 40px !important;
52
- }
53
- &-file {
54
- &-title {
55
- font-size: 16px;
56
- }
57
- &-size {
58
- color: @text-color-secondary;
59
- font-size: 12px;
60
- }
61
- }
62
- }
63
- }
64
-
65
- &-spin {
66
- background: #fafafb;
67
- border: 1px solid #e6e7ea;
68
- border-radius: 4px;
69
- &-icon.anticon {
70
- color: @primary-color;
71
- font-size: 24px;
72
- }
73
- .ant-spin-text {
74
- margin-top: @margin-xs;
75
- }
76
- }
77
-
78
- &-upload-txt {
79
- font-size: 16px;
80
- }
81
-
82
- .ant-modal-body {
83
- padding-top: 8px !important;
84
- }
85
- &-footer {
86
- display: flex;
87
- flex-direction: row;
88
- align-items: center;
89
- justify-content: space-between;
90
- }
91
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+
3
+ .import-meta-modal {
4
+ &-icon-file {
5
+ color: @primary-color;
6
+ font-size: 48px !important;
7
+ }
8
+ &-icon-export {
9
+ margin-right: @margin-xss;
10
+ }
11
+ &-export-btn {
12
+ display: block;
13
+ width: fit-content;
14
+ // margin-top: @margin-md;
15
+ }
16
+ .ant-upload.ant-upload-drag {
17
+ background: #fafafb;
18
+ /* io/中性/N2-置灰信息 */
19
+ border: 1px dashed #ccd0d4;
20
+ }
21
+ .ant-upload.ant-upload-drag .ant-upload {
22
+ padding: 40px 0;
23
+ }
24
+ &-export-container {
25
+ border-radius: 4px;
26
+ &-h1 {
27
+ margin-top: -8px;
28
+ margin-bottom: 4px;
29
+ }
30
+ &-h2 {
31
+ color: @text-color-secondary;
32
+ font-size: 12px;
33
+ }
34
+ }
35
+
36
+ &-show-container {
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ padding: 24px;
41
+ background: #fafafb;
42
+ /* io/中性/N1-按钮边框 线色 */
43
+ border: 1px solid #e6e7ea;
44
+ border-radius: 4px;
45
+ &-content {
46
+ display: flex;
47
+ align-items: center;
48
+ &-icon {
49
+ margin-right: 12px;
50
+ color: @primary-color;
51
+ font-size: 40px !important;
52
+ }
53
+ &-file {
54
+ &-title {
55
+ font-size: 16px;
56
+ }
57
+ &-size {
58
+ color: @text-color-secondary;
59
+ font-size: 12px;
60
+ }
61
+ }
62
+ }
63
+ }
64
+
65
+ &-spin {
66
+ background: #fafafb;
67
+ border: 1px solid #e6e7ea;
68
+ border-radius: 4px;
69
+ &-icon.anticon {
70
+ color: @primary-color;
71
+ font-size: 24px;
72
+ }
73
+ .ant-spin-text {
74
+ margin-top: @margin-xs;
75
+ }
76
+ }
77
+
78
+ &-upload-txt {
79
+ font-size: 16px;
80
+ }
81
+
82
+ .ant-modal-body {
83
+ padding-top: 8px !important;
84
+ }
85
+ &-footer {
86
+ display: flex;
87
+ flex-direction: row;
88
+ align-items: center;
89
+ justify-content: space-between;
90
+ }
91
+ }
@@ -1,55 +1,55 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
- .setting-point-map-edit-text {
3
- display: flex;
4
- align-items: center;
5
- &-input {
6
- position: relative;
7
- width: 350px;
8
- height: 100%;
9
- .ant-input {
10
- background-color: #fff !important;
11
- border-color: #fff;
12
- &:not(.ant-input-status-error):hover {
13
- border-color: @primary-color!important;
14
- }
15
- &:not(.ant-input-status-error):focus {
16
- border-color: @primary-color!important;
17
- }
18
- }
19
- &-content {
20
- padding-right: 55px;
21
- }
22
- &-num {
23
- position: absolute;
24
- right: 12px;
25
- bottom: 8px;
26
- color: var(--io-N4-, #9aa1a9);
27
- font-weight: 400;
28
- font-size: 14px;
29
- }
30
- }
31
- &-error-tip {
32
- position: absolute;
33
- top: 100%;
34
- left: 0;
35
- color: @error-color;
36
- line-height: 1.2;
37
- }
38
-
39
- &-content {
40
- display: inline-block;
41
- max-width: 330px;
42
- height: @height-sm;
43
- color: #021429;
44
- // font-weight: bold;
45
- font-size: 14px;
46
- line-height: @height-sm;
47
- .__default-overflow();
48
- }
49
- &-icon {
50
- margin-left: @margin-xs;
51
- color: #9aa1a9;
52
- font-size: 16px !important;
53
- cursor: pointer;
54
- }
55
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+ .setting-point-map-edit-text {
3
+ display: flex;
4
+ align-items: center;
5
+ &-input {
6
+ position: relative;
7
+ width: 350px;
8
+ height: 100%;
9
+ .ant-input {
10
+ background-color: #fff !important;
11
+ border-color: #fff;
12
+ &:not(.ant-input-status-error):hover {
13
+ border-color: @primary-color!important;
14
+ }
15
+ &:not(.ant-input-status-error):focus {
16
+ border-color: @primary-color!important;
17
+ }
18
+ }
19
+ &-content {
20
+ padding-right: 55px;
21
+ }
22
+ &-num {
23
+ position: absolute;
24
+ right: 12px;
25
+ bottom: 8px;
26
+ color: var(--io-N4-, #9aa1a9);
27
+ font-weight: 400;
28
+ font-size: 14px;
29
+ }
30
+ }
31
+ &-error-tip {
32
+ position: absolute;
33
+ top: 100%;
34
+ left: 0;
35
+ color: @error-color;
36
+ line-height: 1.2;
37
+ }
38
+
39
+ &-content {
40
+ display: inline-block;
41
+ max-width: 330px;
42
+ height: @height-sm;
43
+ color: #021429;
44
+ // font-weight: bold;
45
+ font-size: 14px;
46
+ line-height: @height-sm;
47
+ .__default-overflow();
48
+ }
49
+ &-icon {
50
+ margin-left: @margin-xs;
51
+ color: #9aa1a9;
52
+ font-size: 16px !important;
53
+ cursor: pointer;
54
+ }
55
+ }