@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,92 +1,92 @@
1
- .business {
2
- &-modal {
3
- .ant-modal-body {
4
- padding: 24px !important;
5
- }
6
-
7
- .ant-modal-confirm-body .ant-modal-confirm-title {
8
- color: #000;
9
- font-size: 24px;
10
- line-height: 24px;
11
- }
12
-
13
- .ant-modal-confirm-body .ant-modal-confirm-content {
14
- margin-top: 0;
15
- padding-top: 24px;
16
- }
17
-
18
- .ant-modal-close {
19
- padding-top: 8px;
20
- padding-right: 6px;
21
-
22
- &-x {
23
- color: #021429;
24
- font-size: 24px;
25
- }
26
- }
27
- }
28
-
29
- .bsicon {
30
- color: #9aa1a9;
31
- font-size: 16px !important;
32
- }
33
- .bsicon:hover {
34
- color: var(--io-i-, #165dff);
35
- }
36
-
37
- .bsicon.shanchu:hover {
38
- color: #fb5547;
39
- }
40
-
41
- &-form {
42
- display: flex;
43
- align-items: center;
44
- justify-content: space-between;
45
-
46
- &-item {
47
- display: flex;
48
- gap: 8px;
49
- align-items: center;
50
-
51
- .bsicon {
52
- color: #fd9f41;
53
- }
54
-
55
- .bsicon:hover {
56
- color: var(--io-i-, #fd9f41);
57
- }
58
- }
59
-
60
- .ant-btn-sm {
61
- height: 32px;
62
- padding: 4px 16px;
63
- }
64
- }
65
-
66
- .ant-divider-horizontal {
67
- margin: 14px 0;
68
- }
69
-
70
- .biz-loading-container.loading {
71
- margin-top: 100px;
72
- }
73
-
74
- &-disabled,
75
- &-disabled:hover,
76
- &-disabled:focus {
77
- cursor: not-allowed !important;
78
- }
79
-
80
- .ant-btn-primary[disabled],
81
- .ant-btn-primary[disabled]:hover,
82
- .ant-btn-primary[disabled]:focus,
83
- .ant-btn-primary[disabled]:active {
84
- color: #fff;
85
- background: var(--io-i2-, #d0dfff);
86
- border: 1px solid #d0dfff;
87
- }
88
- }
89
-
90
- .ant-input[disabled] {
91
- color: #9aa1a9;
92
- }
1
+ .business {
2
+ &-modal {
3
+ .ant-modal-body {
4
+ padding: 24px !important;
5
+ }
6
+
7
+ .ant-modal-confirm-body .ant-modal-confirm-title {
8
+ color: #000;
9
+ font-size: 24px;
10
+ line-height: 24px;
11
+ }
12
+
13
+ .ant-modal-confirm-body .ant-modal-confirm-content {
14
+ margin-top: 0;
15
+ padding-top: 24px;
16
+ }
17
+
18
+ .ant-modal-close {
19
+ padding-top: 8px;
20
+ padding-right: 6px;
21
+
22
+ &-x {
23
+ color: #021429;
24
+ font-size: 24px;
25
+ }
26
+ }
27
+ }
28
+
29
+ .bsicon {
30
+ color: #9aa1a9;
31
+ font-size: 16px !important;
32
+ }
33
+ .bsicon:hover {
34
+ color: var(--io-i-, #165dff);
35
+ }
36
+
37
+ .bsicon.shanchu:hover {
38
+ color: #fb5547;
39
+ }
40
+
41
+ &-form {
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: space-between;
45
+
46
+ &-item {
47
+ display: flex;
48
+ gap: 8px;
49
+ align-items: center;
50
+
51
+ .bsicon {
52
+ color: #fd9f41;
53
+ }
54
+
55
+ .bsicon:hover {
56
+ color: var(--io-i-, #fd9f41);
57
+ }
58
+ }
59
+
60
+ .ant-btn-sm {
61
+ height: 32px;
62
+ padding: 4px 16px;
63
+ }
64
+ }
65
+
66
+ .ant-divider-horizontal {
67
+ margin: 14px 0;
68
+ }
69
+
70
+ .biz-loading-container.loading {
71
+ margin-top: 100px;
72
+ }
73
+
74
+ &-disabled,
75
+ &-disabled:hover,
76
+ &-disabled:focus {
77
+ cursor: not-allowed !important;
78
+ }
79
+
80
+ .ant-btn-primary[disabled],
81
+ .ant-btn-primary[disabled]:hover,
82
+ .ant-btn-primary[disabled]:focus,
83
+ .ant-btn-primary[disabled]:active {
84
+ color: #fff;
85
+ background: var(--io-i2-, #d0dfff);
86
+ border: 1px solid #d0dfff;
87
+ }
88
+ }
89
+
90
+ .ant-input[disabled] {
91
+ color: #9aa1a9;
92
+ }
@@ -1,38 +1,38 @@
1
- @import './../../../constants/icons/iconfont.css';
2
-
3
- .company-setting-cost {
4
- min-height: 400px;
5
- max-height: 100%;
6
- margin-top: 8px;
7
- padding: 0;
8
- overflow: auto;
9
-
10
- h5 {
11
- font-weight: normal;
12
- font-size: 14px;
13
- }
14
-
15
- table {
16
- width: 100%;
17
- margin: 15px 0 40px 0;
18
- border-collapse: collapse;
19
-
20
- thead {
21
- color: #636363;
22
- font-weight: bold;
23
- font-size: 14px;
24
- background: #fbfbfb;
25
- }
26
-
27
- td,
28
- th {
29
- padding: 10px 15px;
30
- text-align: center;
31
- border: 1px solid #cecece;
32
- }
33
-
34
- td {
35
- height: 50px;
36
- }
37
- }
38
- }
1
+ @import './../../../constants/icons/iconfont.css';
2
+
3
+ .company-setting-cost {
4
+ min-height: 400px;
5
+ max-height: 100%;
6
+ margin-top: 8px;
7
+ padding: 0;
8
+ overflow: auto;
9
+
10
+ h5 {
11
+ font-weight: normal;
12
+ font-size: 14px;
13
+ }
14
+
15
+ table {
16
+ width: 100%;
17
+ margin: 15px 0 40px 0;
18
+ border-collapse: collapse;
19
+
20
+ thead {
21
+ color: #636363;
22
+ font-weight: bold;
23
+ font-size: 14px;
24
+ background: #fbfbfb;
25
+ }
26
+
27
+ td,
28
+ th {
29
+ padding: 10px 15px;
30
+ text-align: center;
31
+ border: 1px solid #cecece;
32
+ }
33
+
34
+ td {
35
+ height: 50px;
36
+ }
37
+ }
38
+ }
@@ -1,157 +1,157 @@
1
- @import './../../../constants/icons/iconfont.css';
2
-
3
- .department-list {
4
- height: 100%;
5
- padding: 0;
6
- overflow: auto;
7
-
8
- .ant-form-item {
9
- .ant-form-item-control-input {
10
- width: 392px;
11
- height: 32px;
12
- }
13
- }
14
-
15
- .ant-input {
16
- border-color: @background-color-base !important;
17
-
18
- &:focus {
19
- border-color: @primary-color !important;
20
- }
21
- }
22
-
23
- .ant-table-cell {
24
- height: 50px;
25
- }
26
-
27
- .ant-table-row-indent + .ant-table-row-expand-icon {
28
- margin-top: 0;
29
- }
30
-
31
- .app-list-head {
32
- display: flex;
33
- align-items: center;
34
- justify-content: space-between;
35
-
36
- > div {
37
- color: var(--io-n, #021429);
38
- font-weight: 500;
39
- font-size: 16px;
40
- font-family: PingFang SC;
41
- font-style: normal;
42
- line-height: 24px;
43
- /* 150% */
44
- }
45
- }
46
-
47
- .platform-icons {
48
- display: flex;
49
- align-items: center;
50
- justify-content: flex-start;
51
- width: 100%;
52
-
53
- span {
54
- margin-right: 10px;
55
- color: #cfcfcf;
56
- font-size: 16px;
57
- }
58
- }
59
-
60
- .department-list-content {
61
- margin-top: 16px;
62
-
63
- .c-grid-cell,
64
- .c-grid-header-cell {
65
- text-align: left !important;
66
- border: none;
67
- border-bottom: 1px solid #d1d1d1;
68
- }
69
-
70
- .c-grid-cell {
71
- text-align: left !important;
72
- }
73
-
74
- .c-grid-body .c-grid-row:nth-child(2n) {
75
- background: #fff !important;
76
- }
77
-
78
- .app-name {
79
- cursor: pointer;
80
-
81
- &:hover {
82
- color: #00a0ea;
83
- }
84
- }
85
-
86
- .operating {
87
- display: flex;
88
- gap: 16px;
89
- }
90
- }
91
- }
92
-
93
- .department-dialog-content {
94
- .ant-input {
95
- border-color: @background-color-base !important;
96
-
97
- &:focus {
98
- border-color: @primary-color !important;
99
- }
100
- }
101
-
102
- .ant-select-selector {
103
- border-color: @background-color-base !important;
104
- }
105
-
106
- .biz-select-handle-input {
107
- .ant-input {
108
- border-color: @background-color-base !important;
109
-
110
- &:focus {
111
- border-color: @background-color-base !important;
112
- }
113
- }
114
-
115
- &:focus {
116
- border-color: @primary-color !important;
117
- }
118
- }
119
-
120
- .ant-input-status-error {
121
- border: 1px solid #fb5547 !important;
122
-
123
- &:focus {
124
- border-color: #fb5547 !important;
125
- }
126
- }
127
-
128
- .ant-select-status-error {
129
- border: none !important;
130
-
131
- &:focus {
132
- box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
133
- }
134
- }
135
-
136
- .biz-select-handle-status-error.active:not(.disable) {
137
- box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
138
- }
139
-
140
- .biz-select-handle-status-error {
141
- .ant-input.ant-input-status-error:focus:not(.ant-input-disable):not(.ant-input-borderless),
142
- .ant-input.ant-input-status-error-focused:not(.ant-input-disable):not(.ant-input-borderless) {
143
- box-shadow: none !important;
144
- }
145
- }
146
-
147
- .ant-form-item:last-of-type {
148
- margin-bottom: 0;
149
- }
150
-
151
- color: #5f6085;
152
-
153
- .ant-form-item-label {
154
- width: 80px;
155
- text-align: right;
156
- }
157
- }
1
+ @import './../../../constants/icons/iconfont.css';
2
+
3
+ .department-list {
4
+ height: 100%;
5
+ padding: 0;
6
+ overflow: auto;
7
+
8
+ .ant-form-item {
9
+ .ant-form-item-control-input {
10
+ width: 392px;
11
+ height: 32px;
12
+ }
13
+ }
14
+
15
+ .ant-input {
16
+ border-color: @background-color-base !important;
17
+
18
+ &:focus {
19
+ border-color: @primary-color !important;
20
+ }
21
+ }
22
+
23
+ .ant-table-cell {
24
+ height: 50px;
25
+ }
26
+
27
+ .ant-table-row-indent + .ant-table-row-expand-icon {
28
+ margin-top: 0;
29
+ }
30
+
31
+ .app-list-head {
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+
36
+ > div {
37
+ color: var(--io-n, #021429);
38
+ font-weight: 500;
39
+ font-size: 16px;
40
+ font-family: PingFang SC;
41
+ font-style: normal;
42
+ line-height: 24px;
43
+ /* 150% */
44
+ }
45
+ }
46
+
47
+ .platform-icons {
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: flex-start;
51
+ width: 100%;
52
+
53
+ span {
54
+ margin-right: 10px;
55
+ color: #cfcfcf;
56
+ font-size: 16px;
57
+ }
58
+ }
59
+
60
+ .department-list-content {
61
+ margin-top: 16px;
62
+
63
+ .c-grid-cell,
64
+ .c-grid-header-cell {
65
+ text-align: left !important;
66
+ border: none;
67
+ border-bottom: 1px solid #d1d1d1;
68
+ }
69
+
70
+ .c-grid-cell {
71
+ text-align: left !important;
72
+ }
73
+
74
+ .c-grid-body .c-grid-row:nth-child(2n) {
75
+ background: #fff !important;
76
+ }
77
+
78
+ .app-name {
79
+ cursor: pointer;
80
+
81
+ &:hover {
82
+ color: #00a0ea;
83
+ }
84
+ }
85
+
86
+ .operating {
87
+ display: flex;
88
+ gap: 16px;
89
+ }
90
+ }
91
+ }
92
+
93
+ .department-dialog-content {
94
+ .ant-input {
95
+ border-color: @background-color-base !important;
96
+
97
+ &:focus {
98
+ border-color: @primary-color !important;
99
+ }
100
+ }
101
+
102
+ .ant-select-selector {
103
+ border-color: @background-color-base !important;
104
+ }
105
+
106
+ .biz-select-handle-input {
107
+ .ant-input {
108
+ border-color: @background-color-base !important;
109
+
110
+ &:focus {
111
+ border-color: @background-color-base !important;
112
+ }
113
+ }
114
+
115
+ &:focus {
116
+ border-color: @primary-color !important;
117
+ }
118
+ }
119
+
120
+ .ant-input-status-error {
121
+ border: 1px solid #fb5547 !important;
122
+
123
+ &:focus {
124
+ border-color: #fb5547 !important;
125
+ }
126
+ }
127
+
128
+ .ant-select-status-error {
129
+ border: none !important;
130
+
131
+ &:focus {
132
+ box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
133
+ }
134
+ }
135
+
136
+ .biz-select-handle-status-error.active:not(.disable) {
137
+ box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
138
+ }
139
+
140
+ .biz-select-handle-status-error {
141
+ .ant-input.ant-input-status-error:focus:not(.ant-input-disable):not(.ant-input-borderless),
142
+ .ant-input.ant-input-status-error-focused:not(.ant-input-disable):not(.ant-input-borderless) {
143
+ box-shadow: none !important;
144
+ }
145
+ }
146
+
147
+ .ant-form-item:last-of-type {
148
+ margin-bottom: 0;
149
+ }
150
+
151
+ color: #5f6085;
152
+
153
+ .ant-form-item-label {
154
+ width: 80px;
155
+ text-align: right;
156
+ }
157
+ }
@@ -1,3 +1,3 @@
1
- .company-setting-auth-config {
2
- margin: 0 20px;
3
- }
1
+ .company-setting-auth-config {
2
+ margin: 0 20px;
3
+ }
@@ -1,10 +1,10 @@
1
- .company-auth-group {
2
- position: relative;
3
- .company-auth-group-top {
4
- height: 36px;
5
- margin-top: 20px;
6
- padding: 0 20px;
7
- line-height: 36px;
8
- background-color: #f3f8fa;
9
- }
10
- }
1
+ .company-auth-group {
2
+ position: relative;
3
+ .company-auth-group-top {
4
+ height: 36px;
5
+ margin-top: 20px;
6
+ padding: 0 20px;
7
+ line-height: 36px;
8
+ background-color: #f3f8fa;
9
+ }
10
+ }