@zgfe/modules-settings 2.1.0-zhongyuan.9 → 3.0.0-zhongyuan-set.0

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 (37) hide show
  1. package/es/constants/api.d.ts +2 -0
  2. package/es/constants/api.js +5 -1
  3. package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
  4. package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
  5. package/es/modules/companySetting/application/applicationForm.js +34 -4
  6. package/es/modules/companySetting/application/index.js +7 -8
  7. package/es/modules/companySetting/application/index.less +144 -144
  8. package/es/modules/companySetting/index.js +37 -33
  9. package/es/modules/companySetting/operationLog/index.js +22 -5
  10. package/es/modules/companySetting/role/index.less +296 -296
  11. package/es/modules/companySetting/user/index.js +41 -27
  12. package/es/modules/companySetting/user/invite.js +28 -100
  13. package/es/modules/createDemand/demo/selectPoint.js +1 -2
  14. package/es/modules/createDemand/index.js +9 -8
  15. package/es/modules/createDemand/styles/index.less +403 -403
  16. package/es/modules/createDemand_bf/demo/index.js +0 -1
  17. package/es/modules/createDemand_bf/index.js +0 -1
  18. package/es/modules/dealDemand/demo/index.js +0 -1
  19. package/es/modules/dealDemand/demo/selectPoint.js +1 -1
  20. package/es/modules/dealDemand/index.js +0 -2
  21. package/es/modules/demandManage/index.js +2 -2
  22. package/es/modules/demandManage/styles/index.less +155 -155
  23. package/es/modules/personalSetting/securityLog/index.js +1 -1
  24. package/es/modules/pointMap/createMetaDrawer.js +162 -71
  25. package/es/modules/pointMap/index.js +3 -1
  26. package/es/modules/pointMap/pageInfo.js +17 -10
  27. package/es/modules/pointMap/styles/index.less +165 -165
  28. package/es/modules/pointMap/styles/tree.css +164 -145
  29. package/es/modules/pointMap/styles/tree.less +174 -156
  30. package/es/modules/pointMap/tree.js +133 -82
  31. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +4 -3
  32. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -48
  33. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +9 -5
  34. package/es/modules/systemSetting/document-setting/index.js +7 -6
  35. package/es/modules/systemSetting/index.js +13 -15
  36. package/es/modules/systemSetting/index.less +175 -169
  37. package/package.json +3 -3
@@ -1,165 +1,165 @@
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
- &-addListBtn {
39
- display: flex;
40
- align-items: center;
41
- justify-content: space-between;
42
- }
43
- }
44
-
45
- .setting-create-meta-drawer {
46
- .set:hover {
47
- color: #ff4d4f;
48
- }
49
- &-content {
50
- display: flex;
51
- flex: 1;
52
- flex-direction: column;
53
- gap: 24px;
54
- &-select {
55
- display: flex;
56
- align-items: center;
57
- justify-content: right;
58
- margin-right: -12px;
59
- margin-left: -16px;
60
- }
61
- .ant-table-thead > tr > th {
62
- color: var(--io-N-, #021429);
63
- font-weight: 400;
64
- font-size: 14px;
65
- font-family: 'PingFang SC';
66
- font-style: normal;
67
- line-height: normal;
68
- }
69
- }
70
- &-table {
71
- margin: 20px 0px;
72
- overflow: hidden;
73
- border-radius: 8px;
74
- }
75
-
76
- &-info {
77
- display: flex;
78
- flex-direction: row;
79
- gap: 12px;
80
- align-items: center;
81
- height: 32px;
82
- &-title {
83
- display: flex;
84
- flex-direction: row;
85
- gap: 4px;
86
- justify-content: flex-end;
87
- width: 68px;
88
- color: var(--io-N6-, #67727f);
89
- font-weight: 400;
90
- font-size: 14px;
91
- font-family: 'PingFang SC';
92
- font-style: normal;
93
- line-height: 32px;
94
- line-height: normal;
95
- text-align: right;
96
- }
97
- &-input {
98
- position: relative;
99
- flex: 1;
100
- .button:not(.disabled):not(.ant-btn-primary) {
101
- float: right;
102
- padding: 0 16px;
103
- color: #1454e5;
104
- border: 1px solid #1454e5;
105
- }
106
- &-num {
107
- position: absolute;
108
- top: 6px;
109
- right: 12px;
110
- color: var(--io-N4-, #9aa1a9);
111
- font-weight: 400;
112
- font-size: 14px;
113
- font-family: 'PingFang SC';
114
- font-style: normal;
115
- line-height: 20px;
116
- }
117
- }
118
- }
119
-
120
- &-footer {
121
- display: flex;
122
- gap: 16px;
123
- align-items: center;
124
- justify-content: flex-end;
125
- margin: 0 -24px -24px;
126
- padding: 18px 24px 18px 0px;
127
- background: #fff;
128
- border-top: 1px solid var(--io-N1-, #e6e7ea);
129
- }
130
- .ant-drawer-content-wrapper {
131
- overflow-x: hidden;
132
- }
133
- .ant-drawer-content,
134
- .ant-drawer-wrapper-body {
135
- overflow: hidden !important;
136
- }
137
- .ant-drawer-body {
138
- display: flex;
139
- flex-direction: column;
140
- }
141
- .ant-drawer-title {
142
- span {
143
- margin-left: 8px;
144
- color: #9aa1a9;
145
- font-size: 12px;
146
- }
147
- }
148
- .ant-drawer-close {
149
- display: none;
150
- }
151
- .ant-drawer-extra {
152
- .qingchu {
153
- font-size: 20px !important;
154
- cursor: pointer;
155
- }
156
- }
157
- .ant-form-item-control-input-content {
158
- display: flex;
159
- align-items: center;
160
- }
161
- .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
162
- color: #021429;
163
- background-color: #f2f3f4;
164
- }
165
- }
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
+ &-addListBtn {
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: space-between;
42
+ }
43
+ }
44
+
45
+ .setting-create-meta-drawer {
46
+ .set:hover {
47
+ color: #ff4d4f;
48
+ }
49
+ &-content {
50
+ display: flex;
51
+ flex: 1;
52
+ flex-direction: column;
53
+ gap: 24px;
54
+ &-select {
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: right;
58
+ margin-right: -12px;
59
+ margin-left: -16px;
60
+ }
61
+ .ant-table-thead > tr > th {
62
+ color: var(--io-N-, #021429);
63
+ font-weight: 400;
64
+ font-size: 14px;
65
+ font-family: 'PingFang SC';
66
+ font-style: normal;
67
+ line-height: normal;
68
+ }
69
+ }
70
+ &-table {
71
+ margin: 20px 0px;
72
+ overflow: hidden;
73
+ border-radius: 8px;
74
+ }
75
+
76
+ &-info {
77
+ display: flex;
78
+ flex-direction: row;
79
+ gap: 12px;
80
+ align-items: center;
81
+ height: 32px;
82
+ &-title {
83
+ display: flex;
84
+ flex-direction: row;
85
+ gap: 4px;
86
+ justify-content: flex-end;
87
+ width: 68px;
88
+ color: var(--io-N6-, #67727f);
89
+ font-weight: 400;
90
+ font-size: 14px;
91
+ font-family: 'PingFang SC';
92
+ font-style: normal;
93
+ line-height: 32px;
94
+ line-height: normal;
95
+ text-align: right;
96
+ }
97
+ &-input {
98
+ position: relative;
99
+ flex: 1;
100
+ .button:not(.disabled):not(.ant-btn-primary) {
101
+ float: right;
102
+ padding: 0 16px;
103
+ color: #1454e5;
104
+ border: 1px solid #1454e5;
105
+ }
106
+ &-num {
107
+ position: absolute;
108
+ top: 6px;
109
+ right: 12px;
110
+ color: var(--io-N4-, #9aa1a9);
111
+ font-weight: 400;
112
+ font-size: 14px;
113
+ font-family: 'PingFang SC';
114
+ font-style: normal;
115
+ line-height: 20px;
116
+ }
117
+ }
118
+ }
119
+
120
+ &-footer {
121
+ display: flex;
122
+ gap: 16px;
123
+ align-items: center;
124
+ justify-content: flex-end;
125
+ margin: 0 -24px -24px;
126
+ padding: 18px 24px 18px 0px;
127
+ background: #fff;
128
+ border-top: 1px solid var(--io-N1-, #e6e7ea);
129
+ }
130
+ .ant-drawer-content-wrapper {
131
+ overflow-x: hidden;
132
+ }
133
+ .ant-drawer-content,
134
+ .ant-drawer-wrapper-body {
135
+ overflow: hidden !important;
136
+ }
137
+ .ant-drawer-body {
138
+ display: flex;
139
+ flex-direction: column;
140
+ }
141
+ .ant-drawer-title {
142
+ span {
143
+ margin-left: 8px;
144
+ color: #9aa1a9;
145
+ font-size: 12px;
146
+ }
147
+ }
148
+ .ant-drawer-close {
149
+ display: none;
150
+ }
151
+ .ant-drawer-extra {
152
+ .qingchu {
153
+ font-size: 20px !important;
154
+ cursor: pointer;
155
+ }
156
+ }
157
+ .ant-form-item-control-input-content {
158
+ display: flex;
159
+ align-items: center;
160
+ }
161
+ .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
162
+ color: #021429;
163
+ background-color: #f2f3f4;
164
+ }
165
+ }
@@ -1,145 +1,164 @@
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
- display: grid;
35
- grid-gap: 16px;
36
- grid-template-columns: 1fr 20px;
37
- align-items: center;
38
- margin-top: 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
- 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 .ant-popover-placement-bottom .ant-popover-arrow {
61
- left: 84% ;
62
- }
63
- .setting-point-map-tree-search .loading .ant-spin-nested-loading {
64
- padding-top: 138px;
65
- }
66
- .setting-point-map-tree-search .ant-select-selector {
67
- padding-left: 40px !important;
68
- }
69
- .setting-point-map-tree-search .ant-select-selection-search-input {
70
- padding-left: 30px !important;
71
- }
72
- .setting-point-map-tree-search-popup .ant-select-item {
73
- height: 32px !important;
74
- padding: 4px 12px !important;
75
- }
76
- .setting-point-map-tree-search .sousuo {
77
- position: absolute;
78
- top: 6px;
79
- left: 16px;
80
- }
81
- .setting-point-map-tree-tree {
82
- display: flex;
83
- flex: 1;
84
- flex-direction: column;
85
- margin: 16px 0 0;
86
- overflow: hidden;
87
- }
88
- .setting-point-map-tree-tree .gengduocaozuo1 {
89
- color: #354354;
90
- }
91
- .setting-point-map-tree-tree .gengduocaozuo1:hover {
92
- color: #165dff;
93
- }
94
- .setting-point-map-tree-tree .ant-tree-switcher {
95
- color: #354354;
96
- }
97
- .setting-point-map-tree-tree .ant-tree,
98
- .setting-point-map-tree-tree .ant-tree-list,
99
- .setting-point-map-tree-tree .ant-tree-list-holder {
100
- height: 100%;
101
- }
102
- .setting-point-map-tree-tree .ant-tree-list-holder {
103
- overflow-x: hidden;
104
- overflow-y: auto;
105
- }
106
- .setting-point-map-tree-tree .ant-tree-node-content-wrapper {
107
- width: calc(100% - 200px);
108
- }
109
- .setting-point-map-tree-tree .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
110
- background-color: #e8efff;
111
- }
112
- .setting-point-map-tree-tree .ant-tree-switcher {
113
- line-height: 32px;
114
- }
115
- .setting-point-map-tree-tree-item {
116
- display: flex;
117
- flex: 1 0;
118
- gap: 10px;
119
- align-items: center;
120
- justify-content: space-between;
121
- height: 32px;
122
- padding: 0px 4px;
123
- border-radius: 4px;
124
- }
125
- .setting-point-map-tree-tree-item-title {
126
- overflow: hidden;
127
- white-space: nowrap;
128
- text-overflow: ellipsis;
129
- }
130
- .setting-point-map-tree-tree .ant-tree-title {
131
- display: block;
132
- }
133
- .setting-point-map-tree-empty {
134
- display: flex;
135
- flex: 1;
136
- flex-direction: column;
137
- align-items: center;
138
- justify-content: center;
139
- }
140
- .setting-point-map-tree-empty .ant-empty-normal {
141
- margin: 16px 0;
142
- }
143
- .setting-point-map-tree-empty .zengjia:before {
144
- margin-right: 8px;
145
- }
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
+ display: grid;
35
+ grid-gap: 16px;
36
+ grid-template-columns: 88px 1fr 20px;
37
+ align-items: center;
38
+ margin-top: 16px;
39
+ }
40
+ .setting-point-map-tree-search-selectType {
41
+ width: 100px;
42
+ }
43
+ .setting-point-map-tree-search .qrcode-img {
44
+ display: inline-flex;
45
+ flex-direction: column;
46
+ align-items: center;
47
+ width: 200px;
48
+ height: 240px;
49
+ padding: 20px;
50
+ }
51
+ .setting-point-map-tree-search .qrcode-img > div {
52
+ text-align: center;
53
+ }
54
+ .setting-point-map-tree-search .qrcode-img > div > :nth-child(2) {
55
+ color: #9aa1a9;
56
+ font-size: 12px;
57
+ }
58
+ .setting-point-map-tree-search .qrcode-img img {
59
+ width: 144px;
60
+ height: 144px;
61
+ margin-top: 10px;
62
+ }
63
+ .setting-point-map-tree-search .ant-popover-placement-bottom .ant-popover-arrow {
64
+ left: 84%;
65
+ }
66
+ .setting-point-map-tree-search .loading .ant-spin-nested-loading {
67
+ padding-top: 138px;
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
+ display: none;
78
+ }
79
+ .setting-point-map-tree-tree {
80
+ display: flex;
81
+ flex: 1;
82
+ flex-direction: column;
83
+ margin: 16px 0 0;
84
+ overflow: hidden;
85
+ }
86
+ .setting-point-map-tree-tree .gengduocaozuo1 {
87
+ color: #354354;
88
+ transform: translateY(4px);
89
+ }
90
+ .setting-point-map-tree-tree .gengduocaozuo1:hover {
91
+ color: #165dff;
92
+ }
93
+ .setting-point-map-tree-tree .ant-tree-switcher {
94
+ color: #354354;
95
+ }
96
+ .setting-point-map-tree-tree .ant-tree,
97
+ .setting-point-map-tree-tree .ant-tree-list,
98
+ .setting-point-map-tree-tree .ant-tree-list-holder {
99
+ height: 100%;
100
+ }
101
+ .setting-point-map-tree-tree .ant-tree-list-holder {
102
+ overflow-x: hidden;
103
+ overflow-y: auto;
104
+ }
105
+ .setting-point-map-tree-tree .ant-tree-node-content-wrapper {
106
+ width: calc(100% - 200px);
107
+ }
108
+ .setting-point-map-tree-tree .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
109
+ background-color: #e8efff;
110
+ }
111
+ .setting-point-map-tree-tree .ant-tree-switcher {
112
+ line-height: 32px;
113
+ }
114
+ .setting-point-map-tree-tree-item {
115
+ display: flex;
116
+ flex: 1 0;
117
+ gap: 10px;
118
+ align-items: center;
119
+ justify-content: space-between;
120
+ height: 32px;
121
+ padding: 0px 4px;
122
+ border-radius: 4px;
123
+ }
124
+ .setting-point-map-tree-tree-item-title {
125
+ overflow: hidden;
126
+ white-space: nowrap;
127
+ text-overflow: ellipsis;
128
+ }
129
+ .setting-point-map-tree-tree-item-title-name {
130
+ margin-right: 10px;
131
+ }
132
+ .setting-point-map-tree-tree-item-iconList {
133
+ position: absolute;
134
+ top: 0;
135
+ right: 0;
136
+ bottom: 0;
137
+ display: none;
138
+ justify-content: space-around;
139
+ width: 85px;
140
+ font-size: 16px;
141
+ background: #ffffff;
142
+ }
143
+ .setting-point-map-tree-tree-item-iconList .anticon:hover {
144
+ color: #165dff;
145
+ }
146
+ .setting-point-map-tree-tree-item:hover .setting-point-map-tree-tree-item-iconList {
147
+ display: flex;
148
+ }
149
+ .setting-point-map-tree-tree .ant-tree-title {
150
+ display: block;
151
+ }
152
+ .setting-point-map-tree-empty {
153
+ display: flex;
154
+ flex: 1;
155
+ flex-direction: column;
156
+ align-items: center;
157
+ justify-content: center;
158
+ }
159
+ .setting-point-map-tree-empty .ant-empty-normal {
160
+ margin: 16px 0;
161
+ }
162
+ .setting-point-map-tree-empty .zengjia:before {
163
+ margin-right: 8px;
164
+ }