@zgfe/modules-dm 1.0.56-zhongyuan.25 → 1.0.56-zhongyuan.27
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.
- package/es/modules/dataManage/collectionAttributeList.js +44 -8
- package/es/modules/dataManage/components/creditPop/index.less +121 -121
- package/es/modules/dataManage/components/depositPop/index.less +115 -115
- package/es/modules/dataManage/components/developModal/index.css +36 -36
- package/es/modules/dataManage/components/developModal/index.less +36 -36
- package/es/modules/dataManage/components/editTxt/index.less +44 -44
- package/es/modules/dataManage/components/eventFilter/styles/index.less +72 -72
- package/es/modules/dataManage/components/importAttrDialog/styles/index.less +90 -90
- package/es/modules/dataManage/components/importMetaDialog/styles/index.less +91 -91
- package/es/modules/dataManage/components/tablePlus.js +2 -2
- package/es/modules/dataManage/styles/detailed.less +74 -74
- package/es/modules/dataManage/styles/index.less +1195 -1195
- package/es/modules/dataPlan/styles/index.less +316 -316
- package/package.json +2 -2
|
@@ -1,316 +1,316 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
.plan-list {
|
|
3
|
-
position: relative;
|
|
4
|
-
height: 100%;
|
|
5
|
-
padding: 24px;
|
|
6
|
-
background: #fff;
|
|
7
|
-
border-radius: 8px;
|
|
8
|
-
.clearfix:after {
|
|
9
|
-
display: block;
|
|
10
|
-
clear: both;
|
|
11
|
-
height: 0;
|
|
12
|
-
content: '';
|
|
13
|
-
}
|
|
14
|
-
&-form {
|
|
15
|
-
position: relative;
|
|
16
|
-
margin-top: 5px;
|
|
17
|
-
.ant-form-item {
|
|
18
|
-
width: 35%;
|
|
19
|
-
margin-right: 80px;
|
|
20
|
-
}
|
|
21
|
-
.ant-form-item-label {
|
|
22
|
-
color: @text-color-secondary;
|
|
23
|
-
}
|
|
24
|
-
.ant-form-item-label {
|
|
25
|
-
text-align: left;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
&-submit {
|
|
29
|
-
position: absolute;
|
|
30
|
-
top: 0;
|
|
31
|
-
right: 90px;
|
|
32
|
-
}
|
|
33
|
-
&-reset {
|
|
34
|
-
position: absolute;
|
|
35
|
-
top: 0;
|
|
36
|
-
right: 0;
|
|
37
|
-
}
|
|
38
|
-
&-switchbox {
|
|
39
|
-
// margin-top: 26px;
|
|
40
|
-
// padding-top: 26px;
|
|
41
|
-
// border-top: 1px solid #e8efff;
|
|
42
|
-
.switch-div {
|
|
43
|
-
float: left;
|
|
44
|
-
.ant-switch {
|
|
45
|
-
width: 24px;
|
|
46
|
-
margin-top: -2px;
|
|
47
|
-
}
|
|
48
|
-
span {
|
|
49
|
-
margin-right: 20px;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
.add {
|
|
53
|
-
float: right;
|
|
54
|
-
line-height: 20px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
&-table-see {
|
|
58
|
-
margin-right: 20px;
|
|
59
|
-
color: #165dff;
|
|
60
|
-
cursor: pointer;
|
|
61
|
-
user-select: none;
|
|
62
|
-
}
|
|
63
|
-
&-table-del {
|
|
64
|
-
color: #165dff;
|
|
65
|
-
cursor: pointer;
|
|
66
|
-
user-select: none;
|
|
67
|
-
}
|
|
68
|
-
&-table {
|
|
69
|
-
height: 550px;
|
|
70
|
-
margin-top: 20px;
|
|
71
|
-
overflow-y: scroll;
|
|
72
|
-
}
|
|
73
|
-
&-pagination {
|
|
74
|
-
position: absolute;
|
|
75
|
-
right: 20px;
|
|
76
|
-
bottom: -50px;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.add-plan {
|
|
81
|
-
position: relative;
|
|
82
|
-
height: 100%;
|
|
83
|
-
&-drawer {
|
|
84
|
-
.ant-drawer-header-title {
|
|
85
|
-
height: 20px;
|
|
86
|
-
.ant-drawer-close {
|
|
87
|
-
position: absolute;
|
|
88
|
-
right: 6px;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
.ant-drawer-mask {
|
|
92
|
-
background: rgba(0, 0, 0, 0.8);
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
.spin {
|
|
96
|
-
position: absolute;
|
|
97
|
-
top: 50%;
|
|
98
|
-
left: 50%;
|
|
99
|
-
}
|
|
100
|
-
.point-active,
|
|
101
|
-
.point-active-null {
|
|
102
|
-
display: inline-block;
|
|
103
|
-
width: 6px;
|
|
104
|
-
height: 6px;
|
|
105
|
-
margin-right: 5px;
|
|
106
|
-
vertical-align: 2px;
|
|
107
|
-
border-radius: 50%;
|
|
108
|
-
}
|
|
109
|
-
.point-active {
|
|
110
|
-
background: @primary-color;
|
|
111
|
-
}
|
|
112
|
-
.point-active-null {
|
|
113
|
-
background: #fb5547;
|
|
114
|
-
}
|
|
115
|
-
&-top {
|
|
116
|
-
position: relative;
|
|
117
|
-
display: flex;
|
|
118
|
-
margin-top: -8px;
|
|
119
|
-
.input-waring {
|
|
120
|
-
position: absolute;
|
|
121
|
-
bottom: -30px;
|
|
122
|
-
left: 0;
|
|
123
|
-
color: red;
|
|
124
|
-
}
|
|
125
|
-
> :nth-child(1) {
|
|
126
|
-
line-height: 30px;
|
|
127
|
-
}
|
|
128
|
-
.plan-name-div {
|
|
129
|
-
display: flex;
|
|
130
|
-
height: 32px;
|
|
131
|
-
margin-top: -10px;
|
|
132
|
-
margin-bottom: -8px;
|
|
133
|
-
color: #242541;
|
|
134
|
-
font-weight: 500;
|
|
135
|
-
font-size: 16px;
|
|
136
|
-
line-height: 32px;
|
|
137
|
-
.bsicon {
|
|
138
|
-
margin-right: 40px;
|
|
139
|
-
margin-left: 10px;
|
|
140
|
-
color: @primary-color;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
.plan-name {
|
|
144
|
-
width: 200px;
|
|
145
|
-
margin-right: 20px;
|
|
146
|
-
// margin: 0 50px;
|
|
147
|
-
}
|
|
148
|
-
.cancel {
|
|
149
|
-
margin-right: 20px;
|
|
150
|
-
}
|
|
151
|
-
.back {
|
|
152
|
-
cursor: pointer;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
&-tabs {
|
|
156
|
-
position: relative;
|
|
157
|
-
// display: flex;
|
|
158
|
-
// margin-bottom: 15px;
|
|
159
|
-
> :nth-child(1) {
|
|
160
|
-
border-radius: 4px 0 0 4px !important;
|
|
161
|
-
}
|
|
162
|
-
> :nth-child(2) {
|
|
163
|
-
border-radius: 0 4px 4px 0 !important;
|
|
164
|
-
}
|
|
165
|
-
.handle-box {
|
|
166
|
-
position: absolute;
|
|
167
|
-
top: 5px;
|
|
168
|
-
right: 0;
|
|
169
|
-
.bsicon {
|
|
170
|
-
margin-right: 10px;
|
|
171
|
-
}
|
|
172
|
-
.ant-btn {
|
|
173
|
-
margin-left: 20px;
|
|
174
|
-
}
|
|
175
|
-
.export-data {
|
|
176
|
-
margin-left: 20px;
|
|
177
|
-
.ant-select-selection-placeholder {
|
|
178
|
-
color: #000;
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
&-table-header {
|
|
184
|
-
.ant-table-tbody {
|
|
185
|
-
display: none;
|
|
186
|
-
}
|
|
187
|
-
.ant-table {
|
|
188
|
-
border-radius: 8px 8px 0 0 !important;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
&-table-header.empty {
|
|
192
|
-
.ant-table {
|
|
193
|
-
border-radius: 8px !important;
|
|
194
|
-
}
|
|
195
|
-
.ant-table-tbody {
|
|
196
|
-
display: contents;
|
|
197
|
-
}
|
|
198
|
-
.ant-table-tbody > tr > td {
|
|
199
|
-
border-bottom: 0px solid #e8efff;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
.user-list,
|
|
203
|
-
.event-list {
|
|
204
|
-
position: relative;
|
|
205
|
-
&-pagination {
|
|
206
|
-
position: absolute;
|
|
207
|
-
right: 20px;
|
|
208
|
-
bottom: -50px;
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
.event-list {
|
|
212
|
-
ant-table-thead > tr > th,
|
|
213
|
-
.ant-table-tbody > tr > td,
|
|
214
|
-
.ant-table tfoot > tr > th,
|
|
215
|
-
.ant-table tfoot > tr > td {
|
|
216
|
-
height: 48px;
|
|
217
|
-
padding: 0 !important;
|
|
218
|
-
// margin-left: 16px!important;
|
|
219
|
-
}
|
|
220
|
-
.table-multiline {
|
|
221
|
-
line-height: 48px;
|
|
222
|
-
:nth-child(1) {
|
|
223
|
-
border-top: none;
|
|
224
|
-
}
|
|
225
|
-
> div {
|
|
226
|
-
padding-left: 16px;
|
|
227
|
-
border-top: 1px solid rgb(236, 237, 240);
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
.table-single {
|
|
231
|
-
// height: 100%;
|
|
232
|
-
// line-height: 100%;
|
|
233
|
-
padding-left: 16px;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
.table-plus {
|
|
237
|
-
&-table {
|
|
238
|
-
margin-top: -2px;
|
|
239
|
-
.ant-table-thead {
|
|
240
|
-
display: none;
|
|
241
|
-
}
|
|
242
|
-
.ant-table {
|
|
243
|
-
border: none;
|
|
244
|
-
border-radius: 0;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
// &-table-header {
|
|
248
|
-
// display: flex;
|
|
249
|
-
// margin: 0;
|
|
250
|
-
// padding: 0;
|
|
251
|
-
// list-style-type: none;
|
|
252
|
-
// background: #fff;
|
|
253
|
-
// li {
|
|
254
|
-
// width: 25%;
|
|
255
|
-
// padding: 16px;
|
|
256
|
-
// border: 1px solid #e8efff;
|
|
257
|
-
// }
|
|
258
|
-
// }
|
|
259
|
-
.ant-table-title {
|
|
260
|
-
text-align: center;
|
|
261
|
-
.set-button {
|
|
262
|
-
margin-left: 20px;
|
|
263
|
-
color: @primary-color;
|
|
264
|
-
user-select: none;
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
.ant-table-selection-column {
|
|
268
|
-
border: 1px solid red;
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
.add-event {
|
|
272
|
-
.set-del {
|
|
273
|
-
margin-left: 15px;
|
|
274
|
-
color: #021429;
|
|
275
|
-
}
|
|
276
|
-
.set-del-err {
|
|
277
|
-
color: #cacdd4;
|
|
278
|
-
cursor: not-allowed;
|
|
279
|
-
}
|
|
280
|
-
.ant-modal-body {
|
|
281
|
-
padding: 5px 24px 24px 24px;
|
|
282
|
-
}
|
|
283
|
-
.ant-form-item {
|
|
284
|
-
margin: 0;
|
|
285
|
-
}
|
|
286
|
-
&-add-button {
|
|
287
|
-
margin-top: 10px;
|
|
288
|
-
.bsicon {
|
|
289
|
-
margin-right: 5px;
|
|
290
|
-
line-height: 22px;
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
.search-box {
|
|
295
|
-
position: relative;
|
|
296
|
-
display: flex;
|
|
297
|
-
margin-bottom: 16px;
|
|
298
|
-
line-height: 32px;
|
|
299
|
-
&-input {
|
|
300
|
-
width: 264px;
|
|
301
|
-
height: 32px;
|
|
302
|
-
margin-right: 12px;
|
|
303
|
-
}
|
|
304
|
-
&-text {
|
|
305
|
-
span {
|
|
306
|
-
color: @primary-color;
|
|
307
|
-
font-weight: bold;
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
&-add-button {
|
|
311
|
-
position: absolute;
|
|
312
|
-
right: 0;
|
|
313
|
-
line-height: 20px;
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
.plan-list {
|
|
3
|
+
position: relative;
|
|
4
|
+
height: 100%;
|
|
5
|
+
padding: 24px;
|
|
6
|
+
background: #fff;
|
|
7
|
+
border-radius: 8px;
|
|
8
|
+
.clearfix:after {
|
|
9
|
+
display: block;
|
|
10
|
+
clear: both;
|
|
11
|
+
height: 0;
|
|
12
|
+
content: '';
|
|
13
|
+
}
|
|
14
|
+
&-form {
|
|
15
|
+
position: relative;
|
|
16
|
+
margin-top: 5px;
|
|
17
|
+
.ant-form-item {
|
|
18
|
+
width: 35%;
|
|
19
|
+
margin-right: 80px;
|
|
20
|
+
}
|
|
21
|
+
.ant-form-item-label {
|
|
22
|
+
color: @text-color-secondary;
|
|
23
|
+
}
|
|
24
|
+
.ant-form-item-label {
|
|
25
|
+
text-align: left;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
&-submit {
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: 0;
|
|
31
|
+
right: 90px;
|
|
32
|
+
}
|
|
33
|
+
&-reset {
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0;
|
|
36
|
+
right: 0;
|
|
37
|
+
}
|
|
38
|
+
&-switchbox {
|
|
39
|
+
// margin-top: 26px;
|
|
40
|
+
// padding-top: 26px;
|
|
41
|
+
// border-top: 1px solid #e8efff;
|
|
42
|
+
.switch-div {
|
|
43
|
+
float: left;
|
|
44
|
+
.ant-switch {
|
|
45
|
+
width: 24px;
|
|
46
|
+
margin-top: -2px;
|
|
47
|
+
}
|
|
48
|
+
span {
|
|
49
|
+
margin-right: 20px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
.add {
|
|
53
|
+
float: right;
|
|
54
|
+
line-height: 20px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
&-table-see {
|
|
58
|
+
margin-right: 20px;
|
|
59
|
+
color: #165dff;
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
user-select: none;
|
|
62
|
+
}
|
|
63
|
+
&-table-del {
|
|
64
|
+
color: #165dff;
|
|
65
|
+
cursor: pointer;
|
|
66
|
+
user-select: none;
|
|
67
|
+
}
|
|
68
|
+
&-table {
|
|
69
|
+
height: 550px;
|
|
70
|
+
margin-top: 20px;
|
|
71
|
+
overflow-y: scroll;
|
|
72
|
+
}
|
|
73
|
+
&-pagination {
|
|
74
|
+
position: absolute;
|
|
75
|
+
right: 20px;
|
|
76
|
+
bottom: -50px;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.add-plan {
|
|
81
|
+
position: relative;
|
|
82
|
+
height: 100%;
|
|
83
|
+
&-drawer {
|
|
84
|
+
.ant-drawer-header-title {
|
|
85
|
+
height: 20px;
|
|
86
|
+
.ant-drawer-close {
|
|
87
|
+
position: absolute;
|
|
88
|
+
right: 6px;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
.ant-drawer-mask {
|
|
92
|
+
background: rgba(0, 0, 0, 0.8);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
.spin {
|
|
96
|
+
position: absolute;
|
|
97
|
+
top: 50%;
|
|
98
|
+
left: 50%;
|
|
99
|
+
}
|
|
100
|
+
.point-active,
|
|
101
|
+
.point-active-null {
|
|
102
|
+
display: inline-block;
|
|
103
|
+
width: 6px;
|
|
104
|
+
height: 6px;
|
|
105
|
+
margin-right: 5px;
|
|
106
|
+
vertical-align: 2px;
|
|
107
|
+
border-radius: 50%;
|
|
108
|
+
}
|
|
109
|
+
.point-active {
|
|
110
|
+
background: @primary-color;
|
|
111
|
+
}
|
|
112
|
+
.point-active-null {
|
|
113
|
+
background: #fb5547;
|
|
114
|
+
}
|
|
115
|
+
&-top {
|
|
116
|
+
position: relative;
|
|
117
|
+
display: flex;
|
|
118
|
+
margin-top: -8px;
|
|
119
|
+
.input-waring {
|
|
120
|
+
position: absolute;
|
|
121
|
+
bottom: -30px;
|
|
122
|
+
left: 0;
|
|
123
|
+
color: red;
|
|
124
|
+
}
|
|
125
|
+
> :nth-child(1) {
|
|
126
|
+
line-height: 30px;
|
|
127
|
+
}
|
|
128
|
+
.plan-name-div {
|
|
129
|
+
display: flex;
|
|
130
|
+
height: 32px;
|
|
131
|
+
margin-top: -10px;
|
|
132
|
+
margin-bottom: -8px;
|
|
133
|
+
color: #242541;
|
|
134
|
+
font-weight: 500;
|
|
135
|
+
font-size: 16px;
|
|
136
|
+
line-height: 32px;
|
|
137
|
+
.bsicon {
|
|
138
|
+
margin-right: 40px;
|
|
139
|
+
margin-left: 10px;
|
|
140
|
+
color: @primary-color;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
.plan-name {
|
|
144
|
+
width: 200px;
|
|
145
|
+
margin-right: 20px;
|
|
146
|
+
// margin: 0 50px;
|
|
147
|
+
}
|
|
148
|
+
.cancel {
|
|
149
|
+
margin-right: 20px;
|
|
150
|
+
}
|
|
151
|
+
.back {
|
|
152
|
+
cursor: pointer;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
&-tabs {
|
|
156
|
+
position: relative;
|
|
157
|
+
// display: flex;
|
|
158
|
+
// margin-bottom: 15px;
|
|
159
|
+
> :nth-child(1) {
|
|
160
|
+
border-radius: 4px 0 0 4px !important;
|
|
161
|
+
}
|
|
162
|
+
> :nth-child(2) {
|
|
163
|
+
border-radius: 0 4px 4px 0 !important;
|
|
164
|
+
}
|
|
165
|
+
.handle-box {
|
|
166
|
+
position: absolute;
|
|
167
|
+
top: 5px;
|
|
168
|
+
right: 0;
|
|
169
|
+
.bsicon {
|
|
170
|
+
margin-right: 10px;
|
|
171
|
+
}
|
|
172
|
+
.ant-btn {
|
|
173
|
+
margin-left: 20px;
|
|
174
|
+
}
|
|
175
|
+
.export-data {
|
|
176
|
+
margin-left: 20px;
|
|
177
|
+
.ant-select-selection-placeholder {
|
|
178
|
+
color: #000;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
&-table-header {
|
|
184
|
+
.ant-table-tbody {
|
|
185
|
+
display: none;
|
|
186
|
+
}
|
|
187
|
+
.ant-table {
|
|
188
|
+
border-radius: 8px 8px 0 0 !important;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
&-table-header.empty {
|
|
192
|
+
.ant-table {
|
|
193
|
+
border-radius: 8px !important;
|
|
194
|
+
}
|
|
195
|
+
.ant-table-tbody {
|
|
196
|
+
display: contents;
|
|
197
|
+
}
|
|
198
|
+
.ant-table-tbody > tr > td {
|
|
199
|
+
border-bottom: 0px solid #e8efff;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
.user-list,
|
|
203
|
+
.event-list {
|
|
204
|
+
position: relative;
|
|
205
|
+
&-pagination {
|
|
206
|
+
position: absolute;
|
|
207
|
+
right: 20px;
|
|
208
|
+
bottom: -50px;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
.event-list {
|
|
212
|
+
ant-table-thead > tr > th,
|
|
213
|
+
.ant-table-tbody > tr > td,
|
|
214
|
+
.ant-table tfoot > tr > th,
|
|
215
|
+
.ant-table tfoot > tr > td {
|
|
216
|
+
height: 48px;
|
|
217
|
+
padding: 0 !important;
|
|
218
|
+
// margin-left: 16px!important;
|
|
219
|
+
}
|
|
220
|
+
.table-multiline {
|
|
221
|
+
line-height: 48px;
|
|
222
|
+
:nth-child(1) {
|
|
223
|
+
border-top: none;
|
|
224
|
+
}
|
|
225
|
+
> div {
|
|
226
|
+
padding-left: 16px;
|
|
227
|
+
border-top: 1px solid rgb(236, 237, 240);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
.table-single {
|
|
231
|
+
// height: 100%;
|
|
232
|
+
// line-height: 100%;
|
|
233
|
+
padding-left: 16px;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
.table-plus {
|
|
237
|
+
&-table {
|
|
238
|
+
margin-top: -2px;
|
|
239
|
+
.ant-table-thead {
|
|
240
|
+
display: none;
|
|
241
|
+
}
|
|
242
|
+
.ant-table {
|
|
243
|
+
border: none;
|
|
244
|
+
border-radius: 0;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
// &-table-header {
|
|
248
|
+
// display: flex;
|
|
249
|
+
// margin: 0;
|
|
250
|
+
// padding: 0;
|
|
251
|
+
// list-style-type: none;
|
|
252
|
+
// background: #fff;
|
|
253
|
+
// li {
|
|
254
|
+
// width: 25%;
|
|
255
|
+
// padding: 16px;
|
|
256
|
+
// border: 1px solid #e8efff;
|
|
257
|
+
// }
|
|
258
|
+
// }
|
|
259
|
+
.ant-table-title {
|
|
260
|
+
text-align: center;
|
|
261
|
+
.set-button {
|
|
262
|
+
margin-left: 20px;
|
|
263
|
+
color: @primary-color;
|
|
264
|
+
user-select: none;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
.ant-table-selection-column {
|
|
268
|
+
border: 1px solid red;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
.add-event {
|
|
272
|
+
.set-del {
|
|
273
|
+
margin-left: 15px;
|
|
274
|
+
color: #021429;
|
|
275
|
+
}
|
|
276
|
+
.set-del-err {
|
|
277
|
+
color: #cacdd4;
|
|
278
|
+
cursor: not-allowed;
|
|
279
|
+
}
|
|
280
|
+
.ant-modal-body {
|
|
281
|
+
padding: 5px 24px 24px 24px;
|
|
282
|
+
}
|
|
283
|
+
.ant-form-item {
|
|
284
|
+
margin: 0;
|
|
285
|
+
}
|
|
286
|
+
&-add-button {
|
|
287
|
+
margin-top: 10px;
|
|
288
|
+
.bsicon {
|
|
289
|
+
margin-right: 5px;
|
|
290
|
+
line-height: 22px;
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
.search-box {
|
|
295
|
+
position: relative;
|
|
296
|
+
display: flex;
|
|
297
|
+
margin-bottom: 16px;
|
|
298
|
+
line-height: 32px;
|
|
299
|
+
&-input {
|
|
300
|
+
width: 264px;
|
|
301
|
+
height: 32px;
|
|
302
|
+
margin-right: 12px;
|
|
303
|
+
}
|
|
304
|
+
&-text {
|
|
305
|
+
span {
|
|
306
|
+
color: @primary-color;
|
|
307
|
+
font-weight: bold;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
&-add-button {
|
|
311
|
+
position: absolute;
|
|
312
|
+
right: 0;
|
|
313
|
+
line-height: 20px;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.56-zhongyuan.
|
|
3
|
+
"version": "1.0.56-zhongyuan.27",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"umi-request": "^1.4.0",
|
|
58
58
|
"yorkie": "^2.0.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "4edf2c27ac29a072a6716a3cadf213fce95ff464",
|
|
61
61
|
"gitHooks": {
|
|
62
62
|
"pre-commit": "lint-staged"
|
|
63
63
|
}
|