@zgfe/modules-settings 2.1.0-zhongyuan.1 → 2.1.0-zhongyuan.3

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 (30) hide show
  1. package/es/components/importMetaDialog/index.d.ts +11 -0
  2. package/es/components/importMetaDialog/index.js +202 -0
  3. package/es/components/importMetaDialog/styles/index.less +115 -0
  4. package/es/constants/api.d.ts +15 -0
  5. package/es/constants/api.js +18 -0
  6. package/es/modules/demandManage/index.js +2 -2
  7. package/es/modules/pointMap/createMetaDrawer.js +40 -3
  8. package/es/modules/pointMap/pageInfo.js +20 -5
  9. package/es/modules/pointMap/styles/index.less +157 -152
  10. package/es/modules/pointMap/styles/pageInfo.less +439 -426
  11. package/es/modules/pointMap/styles/tree.less +14 -7
  12. package/es/modules/pointMap/tree.js +101 -36
  13. package/es/modules/systemSetting/Dictionary.d.ts +5 -2
  14. package/es/modules/systemSetting/Dictionary.js +54 -370
  15. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
  16. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +244 -0
  17. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
  18. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
  19. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +206 -0
  20. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
  21. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
  22. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
  23. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +126 -0
  24. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
  25. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
  26. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +251 -0
  27. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
  28. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
  29. package/es/modules/systemSetting/index.js +3 -1
  30. package/package.json +2 -2
@@ -1,152 +1,157 @@
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
- }
39
-
40
- .setting-create-meta-drawer {
41
- .set:hover {
42
- color: #ff4d4f;
43
- }
44
- &-content {
45
- display: flex;
46
- flex: 1;
47
- flex-direction: column;
48
- gap: 24px;
49
- &-select {
50
- display: flex;
51
- align-items: center;
52
- justify-content: right;
53
- margin-right: -12px;
54
- margin-left: -16px;
55
- }
56
- .ant-table-thead > tr > th {
57
- color: var(--io-N-, #021429);
58
- font-weight: 400;
59
- font-size: 14px;
60
- font-family: 'PingFang SC';
61
- font-style: normal;
62
- line-height: normal;
63
- }
64
- }
65
- &-table {
66
- margin: 20px 0px;
67
- overflow: hidden;
68
- border-radius: 8px;
69
- }
70
-
71
- &-info {
72
- display: flex;
73
- flex-direction: row;
74
- gap: 12px;
75
- align-items: center;
76
- height: 32px;
77
- &-title {
78
- display: flex;
79
- flex-direction: row;
80
- gap: 4px;
81
- justify-content: flex-end;
82
- width: 68px;
83
- color: var(--io-N6-, #67727f);
84
- font-weight: 400;
85
- font-size: 14px;
86
- font-family: 'PingFang SC';
87
- font-style: normal;
88
- line-height: 32px;
89
- line-height: normal;
90
- text-align: right;
91
- }
92
- &-input {
93
- position: relative;
94
- flex: 1;
95
- .button:not(.disabled):not(.ant-btn-primary) {
96
- float: right;
97
- padding: 0 16px;
98
- color: #1454e5;
99
- border: 1px solid #1454e5;
100
- }
101
- &-num {
102
- position: absolute;
103
- top: 6px;
104
- right: 12px;
105
- color: var(--io-N4-, #9aa1a9);
106
- font-weight: 400;
107
- font-size: 14px;
108
- font-family: 'PingFang SC';
109
- font-style: normal;
110
- line-height: 20px;
111
- }
112
- }
113
- }
114
-
115
- &-footer {
116
- display: flex;
117
- gap: 16px;
118
- align-items: center;
119
- justify-content: flex-end;
120
- margin: 0 -24px -24px;
121
- padding: 18px 24px 18px 0px;
122
- background: #fff;
123
- border-top: 1px solid var(--io-N1-, #e6e7ea);
124
- }
125
- .ant-drawer-content-wrapper {
126
- overflow-x: hidden;
127
- }
128
- .ant-drawer-content,
129
- .ant-drawer-wrapper-body {
130
- overflow: hidden !important;
131
- }
132
- .ant-drawer-body {
133
- display: flex;
134
- flex-direction: column;
135
- }
136
- .ant-drawer-title {
137
- span {
138
- margin-left: 8px;
139
- color: #9aa1a9;
140
- font-size: 12px;
141
- }
142
- }
143
- .ant-drawer-close {
144
- display: none;
145
- }
146
- .ant-drawer-extra {
147
- .qingchu {
148
- font-size: 20px !important;
149
- cursor: pointer;
150
- }
151
- }
152
- }
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
+ }