@zgfe/modules-settings 1.2.10-lmy-role21 → 1.2.10-lmy-role22
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/companySetting/department/index.js +2 -1
- package/es/modules/companySetting/department/index.less +6 -0
- package/es/modules/companySetting/index.less +2 -1
- package/es/modules/companySetting/role/index.js +26 -1
- package/es/modules/companySetting/role/index.less +10 -0
- package/es/modules/companySetting/user/index.js +1 -0
- package/es/modules/companySetting/user/index.less +8 -5
- package/es/modules/companySetting/user/invite.js +5 -0
- package/package.json +1 -1
|
@@ -250,7 +250,8 @@ var DepartmentList = function DepartmentList(props) {
|
|
|
250
250
|
className: "department-list"
|
|
251
251
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
252
252
|
style: {
|
|
253
|
-
marginTop: '8px'
|
|
253
|
+
marginTop: '8px',
|
|
254
|
+
marginLeft: '2px'
|
|
254
255
|
}
|
|
255
256
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
256
257
|
prefix: /*#__PURE__*/React.createElement(IconFont, {
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.company-setting-tabs {
|
|
23
|
+
height: calc(100% - 78px);
|
|
23
24
|
margin: 16px;
|
|
24
25
|
background: #fff !important;
|
|
25
26
|
border-radius: 8px;
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.ant-tabs-content {
|
|
41
|
-
padding: 0 24px;
|
|
42
|
+
padding: 0 24px 24px;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
.setting-tab {
|
|
@@ -350,6 +350,11 @@ var RoleList = function RoleList(props) {
|
|
|
350
350
|
label: '通用版本',
|
|
351
351
|
id: 1
|
|
352
352
|
}, roleId);
|
|
353
|
+
form.setFieldsValue({
|
|
354
|
+
systemVersion: {
|
|
355
|
+
id: 1
|
|
356
|
+
}
|
|
357
|
+
});
|
|
353
358
|
setMenuCodeMap({
|
|
354
359
|
map1: codeMap['1'] || codeMap.map1,
|
|
355
360
|
map2: codeMap['2'] || codeMap.map2,
|
|
@@ -362,6 +367,11 @@ var RoleList = function RoleList(props) {
|
|
|
362
367
|
label: '通用版本',
|
|
363
368
|
id: 1
|
|
364
369
|
}, roleId);
|
|
370
|
+
form.setFieldsValue({
|
|
371
|
+
systemVersion: {
|
|
372
|
+
id: 1
|
|
373
|
+
}
|
|
374
|
+
});
|
|
365
375
|
setMenuCodeMap({
|
|
366
376
|
map1: codeMap['1'] || codeMap.map1,
|
|
367
377
|
map2: [],
|
|
@@ -374,6 +384,11 @@ var RoleList = function RoleList(props) {
|
|
|
374
384
|
label: '城商行',
|
|
375
385
|
id: 2
|
|
376
386
|
}, roleId);
|
|
387
|
+
form.setFieldsValue({
|
|
388
|
+
systemVersion: {
|
|
389
|
+
id: 2
|
|
390
|
+
}
|
|
391
|
+
});
|
|
377
392
|
setMenuCodeMap({
|
|
378
393
|
map1: [],
|
|
379
394
|
map2: codeMap['2'] || codeMap.map2,
|
|
@@ -450,7 +465,8 @@ var RoleList = function RoleList(props) {
|
|
|
450
465
|
className: "role-list"
|
|
451
466
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
452
467
|
style: {
|
|
453
|
-
marginTop: '8px'
|
|
468
|
+
marginTop: '8px',
|
|
469
|
+
marginLeft: '2px'
|
|
454
470
|
}
|
|
455
471
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
456
472
|
prefix: /*#__PURE__*/React.createElement(IconFont, {
|
|
@@ -487,6 +503,15 @@ var RoleList = function RoleList(props) {
|
|
|
487
503
|
width: 1220,
|
|
488
504
|
className: "add-drawer",
|
|
489
505
|
closable: true,
|
|
506
|
+
closeIcon: /*#__PURE__*/React.createElement("i", {
|
|
507
|
+
style: {
|
|
508
|
+
fontSize: 24,
|
|
509
|
+
marginRight: 0,
|
|
510
|
+
color: '#021429',
|
|
511
|
+
fontWeight: 'normal'
|
|
512
|
+
},
|
|
513
|
+
className: "bsicon qingchu"
|
|
514
|
+
}),
|
|
490
515
|
footerStyle: {
|
|
491
516
|
border: 'none',
|
|
492
517
|
padding: '24px',
|
|
@@ -95,6 +95,10 @@
|
|
|
95
95
|
.ant-drawer-header-title {
|
|
96
96
|
flex-direction: row-reverse;
|
|
97
97
|
}
|
|
98
|
+
|
|
99
|
+
.ant-drawer-close {
|
|
100
|
+
margin-right: 0 !important;
|
|
101
|
+
}
|
|
98
102
|
}
|
|
99
103
|
|
|
100
104
|
.role-dialog-content {
|
|
@@ -113,6 +117,12 @@
|
|
|
113
117
|
}
|
|
114
118
|
}
|
|
115
119
|
|
|
120
|
+
.ant-input-status-error {
|
|
121
|
+
&:focus {
|
|
122
|
+
border-color: #fb5547 !important;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
116
126
|
.biz-select-handle-input {
|
|
117
127
|
.ant-input {
|
|
118
128
|
border-color: @background-color-base !important;
|
|
@@ -55,7 +55,6 @@
|
|
|
55
55
|
|
|
56
56
|
&:focus {
|
|
57
57
|
border-color: @primary-color !important;
|
|
58
|
-
box-shadow: #f55858 !important;
|
|
59
58
|
}
|
|
60
59
|
}
|
|
61
60
|
|
|
@@ -273,8 +272,6 @@
|
|
|
273
272
|
|
|
274
273
|
.user-dialog-content {
|
|
275
274
|
.ant-input {
|
|
276
|
-
border: 1px solid #fafafb;
|
|
277
|
-
|
|
278
275
|
&:focus {
|
|
279
276
|
border-color: @primary-color !important;
|
|
280
277
|
}
|
|
@@ -282,14 +279,20 @@
|
|
|
282
279
|
|
|
283
280
|
.biz-select-handle-input {
|
|
284
281
|
.ant-input {
|
|
285
|
-
border-color:
|
|
282
|
+
border-color: none !important;
|
|
286
283
|
|
|
287
284
|
&:focus {
|
|
288
|
-
border-color:
|
|
285
|
+
border-color: none !important;
|
|
289
286
|
}
|
|
290
287
|
}
|
|
291
288
|
}
|
|
292
289
|
|
|
290
|
+
.ant-input-status-error {
|
|
291
|
+
&:focus {
|
|
292
|
+
border-color: #fb5547 !important;
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
|
|
293
296
|
.ant-form-item:last-of-type {
|
|
294
297
|
margin-bottom: 0;
|
|
295
298
|
}
|
|
@@ -335,6 +335,11 @@ var UserGroup = function UserGroup(props) {
|
|
|
335
335
|
})), !isAdmin && /*#__PURE__*/React.createElement(Form.Item, {
|
|
336
336
|
name: 'accountStatus',
|
|
337
337
|
label: "\u72B6\u6001",
|
|
338
|
+
style: {
|
|
339
|
+
height: '24px',
|
|
340
|
+
display: 'flex',
|
|
341
|
+
alignItems: 'flex-end'
|
|
342
|
+
},
|
|
338
343
|
rules: [{
|
|
339
344
|
required: true,
|
|
340
345
|
message: '请选择状态'
|