@zgfe/modules-settings 2.0.0-zhongyuan.8 → 2.1.0-zhongyuan-set.1
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/README.md +33 -33
- package/es/components/card/index.less +87 -87
- package/es/components/importMetaDialog/index.d.ts +13 -0
- package/es/components/importMetaDialog/index.js +217 -0
- package/es/components/importMetaDialog/styles/index.less +115 -0
- package/es/components/pageLoading/index.less +7 -7
- package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
- package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
- package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
- package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
- package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
- package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
- package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
- package/es/components/picCircleSelect/index.less +37 -37
- package/es/components/processCanvas/styles/customNode.less +149 -149
- package/es/components/processCanvas/styles/index.less +34 -34
- package/es/components/settingTabs/index.less +51 -51
- package/es/constants/api.d.ts +30 -0
- package/es/constants/api.js +43 -1
- package/es/constants/icons/demo.css +539 -539
- package/es/constants/icons/demo_index.html +9871 -9871
- package/es/constants/icons/iconfont.css +1699 -1699
- package/es/constants/icons/iconfont.json +2956 -2956
- package/es/global.d.ts +4 -4
- package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
- package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
- package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
- package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
- package/es/modules/companySetting/appList/index.less +126 -126
- package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
- package/es/modules/companySetting/application/applicationForm.js +34 -4
- package/es/modules/companySetting/application/index.d.ts +13 -0
- package/es/modules/companySetting/application/index.js +276 -104
- package/es/modules/companySetting/application/index.less +144 -126
- package/es/modules/companySetting/business/index.less +92 -92
- package/es/modules/companySetting/cost/index.less +38 -38
- package/es/modules/companySetting/department/index.less +157 -157
- package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
- package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
- package/es/modules/companySetting/edit/styles/authModule.less +82 -82
- package/es/modules/companySetting/edit/styles/user.less +54 -54
- package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
- package/es/modules/companySetting/index.js +37 -33
- package/es/modules/companySetting/index.less +90 -90
- package/es/modules/companySetting/info/index.less +42 -42
- package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
- package/es/modules/companySetting/mainPart/index.less +239 -239
- package/es/modules/companySetting/operationLog/index.js +22 -5
- package/es/modules/companySetting/operationLog/index.less +33 -33
- package/es/modules/companySetting/role/index.less +296 -296
- package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
- package/es/modules/companySetting/style/common.less +79 -79
- package/es/modules/companySetting/style/reset.less +117 -117
- package/es/modules/companySetting/user/index.js +36 -24
- package/es/modules/companySetting/user/invite.js +47 -100
- package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
- package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
- package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
- package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
- package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
- package/es/modules/companySetting/wechatBinding/index.less +58 -58
- package/es/modules/createDemand/constants.d.ts +15 -2
- package/es/modules/createDemand/constants.js +57 -4
- package/es/modules/createDemand/demo/selectPoint.js +1 -2
- package/es/modules/createDemand/index.d.ts +0 -1
- package/es/modules/createDemand/index.js +793 -179
- package/es/modules/createDemand/styles/index.less +403 -277
- package/es/modules/createDemand_bf/demo/index.js +0 -1
- package/es/modules/createDemand_bf/index.js +0 -1
- package/es/modules/createDemand_bf/styles/index.less +222 -222
- package/es/modules/createProcess/components/index.less +52 -52
- package/es/modules/createProcess/index.less +114 -114
- package/es/modules/createProcess/title/index.less +53 -53
- package/es/modules/dealDemand/demo/index.js +0 -1
- package/es/modules/dealDemand/demo/selectPoint.js +1 -1
- package/es/modules/dealDemand/index.js +0 -2
- package/es/modules/dealDemand/styles/index.less +265 -265
- package/es/modules/demandManage/index.js +174 -163
- package/es/modules/demandManage/styles/index.less +155 -210
- package/es/modules/getPassword/index.less +122 -122
- package/es/modules/messageList/index.d.ts +1 -1
- package/es/modules/messageList/index.js +6 -6
- package/es/modules/messageList/index.less +81 -81
- package/es/modules/personalSetting/demo/index.d.ts +3 -0
- package/es/modules/personalSetting/demo/index.js +12 -0
- package/es/modules/personalSetting/index.js +11 -1
- package/es/modules/personalSetting/info/index.js +23 -5
- package/es/modules/personalSetting/securityLog/index.less +11 -11
- package/es/modules/personalSetting/styles/unbinding.less +73 -73
- package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
- package/es/modules/pointMap/createMetaDrawer.d.ts +5 -0
- package/es/modules/pointMap/createMetaDrawer.js +825 -0
- package/es/modules/pointMap/editTxt/index.less +55 -55
- package/es/modules/pointMap/pageInfo.js +401 -179
- package/es/modules/pointMap/record.d.ts +7 -0
- package/es/modules/pointMap/record.js +521 -0
- package/es/modules/pointMap/styles/index.less +165 -38
- package/es/modules/pointMap/styles/pageInfo.less +439 -244
- package/es/modules/pointMap/styles/tree.css +28 -9
- package/es/modules/pointMap/styles/tree.less +33 -8
- package/es/modules/pointMap/tree.js +232 -88
- package/es/modules/pointMap/types.d.ts +88 -0
- package/es/modules/pointMap/types.js +1 -0
- package/es/modules/systemSetting/Dictionary.d.ts +5 -2
- package/es/modules/systemSetting/Dictionary.js +54 -370
- package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
- package/es/modules/systemSetting/approvalmanage/index.less +5 -5
- package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
- package/es/modules/systemSetting/document-setting/index.js +7 -6
- package/es/modules/systemSetting/index.js +16 -16
- package/es/modules/systemSetting/notice/configItem/index.less +21 -21
- package/es/modules/systemSetting/notice/edit/index.less +26 -26
- package/es/types/personal.d.ts +1 -0
- package/package.json +3 -3
|
@@ -12,7 +12,7 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
|
|
|
12
12
|
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
13
13
|
import React, { useEffect, useState, useContext } from 'react';
|
|
14
14
|
import './index.less';
|
|
15
|
-
import { Button, Form, Input, notification, Radio, Select
|
|
15
|
+
import { Button, Form, Input, notification, Radio, Select } from 'antd';
|
|
16
16
|
import request from './../../../utils/ajax';
|
|
17
17
|
import apis from './../../../constants/api';
|
|
18
18
|
import { BizDialog, BizSelect, BizGlobalDataContext } from '@zgfe/business-lib';
|
|
@@ -33,29 +33,18 @@ var UserGroup = function UserGroup(props) {
|
|
|
33
33
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
34
34
|
userList = _useState4[0],
|
|
35
35
|
setUserList = _useState4[1];
|
|
36
|
-
var _useState5 = useState(
|
|
36
|
+
var _useState5 = useState(false),
|
|
37
37
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
isAdmin = _useState6[0],
|
|
39
|
+
setIsAdmin = _useState6[1];
|
|
40
40
|
var _useState7 = useState(false),
|
|
41
41
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
var _useState9 = useState(
|
|
45
|
-
rule: /^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])[a-zA-Z0-9~!@#$%^&*]{8,20}$/,
|
|
46
|
-
description: '请输入8-20个字符,可包括大小写字母和数字 特殊字符(!@#$%^&*)'
|
|
47
|
-
}),
|
|
42
|
+
createAppLoading = _useState8[0],
|
|
43
|
+
setCreateAppLoading = _useState8[1];
|
|
44
|
+
var _useState9 = useState(false),
|
|
48
45
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
var _useState11 = useState(false),
|
|
52
|
-
_useState12 = _slicedToArray(_useState11, 2),
|
|
53
|
-
createAppLoading = _useState12[0],
|
|
54
|
-
setCreateAppLoading = _useState12[1];
|
|
55
|
-
var _useState13 = useState(false),
|
|
56
|
-
_useState14 = _slicedToArray(_useState13, 2),
|
|
57
|
-
createdAppPanel = _useState14[0],
|
|
58
|
-
setCreatedAppPanel = _useState14[1];
|
|
46
|
+
createdAppPanel = _useState10[0],
|
|
47
|
+
setCreatedAppPanel = _useState10[1];
|
|
59
48
|
useEffect(function () {
|
|
60
49
|
if (userEditAuthData === null || userEditAuthData === void 0 ? void 0 : userEditAuthData.id) {
|
|
61
50
|
setCreatedAppPanel(true);
|
|
@@ -63,19 +52,17 @@ var UserGroup = function UserGroup(props) {
|
|
|
63
52
|
// 角色下拉数据
|
|
64
53
|
queryRoleListByUserIdList(userEditAuthData === null || userEditAuthData === void 0 ? void 0 : userEditAuthData.id);
|
|
65
54
|
// 部门下拉数据
|
|
66
|
-
queryDeptListByUserIdList(userEditAuthData
|
|
55
|
+
// queryDeptListByUserIdList(userEditAuthData?.id);
|
|
67
56
|
}
|
|
68
57
|
}, [userEditAuthData === null || userEditAuthData === void 0 ? void 0 : userEditAuthData.id]);
|
|
69
58
|
useEffect(function () {
|
|
70
59
|
queryPanel(_objectSpread({}, queryParams));
|
|
71
60
|
}, [queryParams]);
|
|
72
61
|
useEffect(function () {
|
|
73
|
-
// 密码正则
|
|
74
|
-
companyId !== undefined && getPasswordRuleList(companyId);
|
|
75
62
|
// 角色下拉数据
|
|
76
63
|
queryRoleListByUserIdList(null);
|
|
77
64
|
// 部门下拉数据
|
|
78
|
-
queryDeptListByUserIdList(null);
|
|
65
|
+
// queryDeptListByUserIdList(null);
|
|
79
66
|
}, [companyId]);
|
|
80
67
|
// 查看详情
|
|
81
68
|
var queryCompanyUserDetailsParamList = function queryCompanyUserDetailsParamList(id) {
|
|
@@ -86,7 +73,7 @@ var UserGroup = function UserGroup(props) {
|
|
|
86
73
|
}
|
|
87
74
|
}).then(function (res) {
|
|
88
75
|
if (res && (res === null || res === void 0 ? void 0 : res.data) && res.code === '101000') {
|
|
89
|
-
var _res$data, _res$data$
|
|
76
|
+
var _res$data, _res$data$roleIds, _res$data2;
|
|
90
77
|
var flattenArray = function flattenArray(array) {
|
|
91
78
|
var flatArray = [];
|
|
92
79
|
array.forEach(function (item) {
|
|
@@ -98,31 +85,22 @@ var UserGroup = function UserGroup(props) {
|
|
|
98
85
|
});
|
|
99
86
|
return flatArray;
|
|
100
87
|
};
|
|
101
|
-
var
|
|
102
|
-
var
|
|
103
|
-
var app = (_flattenArray = flattenArray(departmentList)) === null || _flattenArray === void 0 ? void 0 : _flattenArray.filter(function (v) {
|
|
104
|
-
return v.id === item;
|
|
105
|
-
});
|
|
106
|
-
return (_app$ = app[0]) === null || _app$ === void 0 ? void 0 : _app$.id;
|
|
107
|
-
});
|
|
108
|
-
var roleIdsList = res === null || res === void 0 ? void 0 : (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : (_res$data2$roleIds = _res$data2.roleIds) === null || _res$data2$roleIds === void 0 ? void 0 : _res$data2$roleIds.map(function (item) {
|
|
109
|
-
var _app$2;
|
|
88
|
+
var roleIdsList = res === null || res === void 0 ? void 0 : (_res$data = res.data) === null || _res$data === void 0 ? void 0 : (_res$data$roleIds = _res$data.roleIds) === null || _res$data$roleIds === void 0 ? void 0 : _res$data$roleIds.map(function (item) {
|
|
89
|
+
var _app$;
|
|
110
90
|
var app = userList === null || userList === void 0 ? void 0 : userList.filter(function (v) {
|
|
111
91
|
return v.id === item;
|
|
112
92
|
});
|
|
113
93
|
return {
|
|
114
|
-
id: (_app$
|
|
94
|
+
id: (_app$ = app[0]) === null || _app$ === void 0 ? void 0 : _app$.id
|
|
115
95
|
};
|
|
116
96
|
});
|
|
117
97
|
form.setFieldsValue(_objectSpread(_objectSpread({}, res.data), {}, {
|
|
118
|
-
deptIds: deptIdsList.filter(
|
|
119
|
-
return v !== undefined;
|
|
120
|
-
}),
|
|
98
|
+
// deptIds: deptIdsList.filter((v: undefined) => v !== undefined),
|
|
121
99
|
roleIds: roleIdsList.filter(function (v) {
|
|
122
100
|
return v.id !== undefined;
|
|
123
101
|
})
|
|
124
102
|
}));
|
|
125
|
-
setIsAdmin(res === null || res === void 0 ? void 0 : (_res$
|
|
103
|
+
setIsAdmin(res === null || res === void 0 ? void 0 : (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.isAdmin);
|
|
126
104
|
}
|
|
127
105
|
}).catch(function (error) {
|
|
128
106
|
console.log(error);
|
|
@@ -144,40 +122,15 @@ var UserGroup = function UserGroup(props) {
|
|
|
144
122
|
console.log(error);
|
|
145
123
|
});
|
|
146
124
|
};
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
} else {
|
|
157
|
-
setDepartmentList([]);
|
|
158
|
-
}
|
|
159
|
-
}).catch(function (error) {
|
|
160
|
-
console.log(error);
|
|
161
|
-
});
|
|
162
|
-
};
|
|
163
|
-
var getPasswordRuleList = function getPasswordRuleList(id) {
|
|
164
|
-
request(apis.setting.getPasswordRule, {
|
|
165
|
-
method: 'get',
|
|
166
|
-
params: {
|
|
167
|
-
companyId: id
|
|
168
|
-
}
|
|
169
|
-
}).then(function (res) {
|
|
170
|
-
if (res && (res === null || res === void 0 ? void 0 : res.data) && res.code === '101000') {
|
|
171
|
-
setPasswordRule(res === null || res === void 0 ? void 0 : res.data);
|
|
172
|
-
} else {
|
|
173
|
-
setPasswordRule({
|
|
174
|
-
rule: /^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])[a-zA-Z0-9~!@#$%^&*]{8,20}$/,
|
|
175
|
-
description: '请输入8-20个字符,可包括大小写字母和数字 特殊字符(!@#$%^&*)'
|
|
176
|
-
});
|
|
177
|
-
}
|
|
178
|
-
}).catch(function (error) {
|
|
179
|
-
console.log(error);
|
|
180
|
-
});
|
|
125
|
+
//获取当前年月日
|
|
126
|
+
var getDate = function getDate() {
|
|
127
|
+
// 创建当前日期对象
|
|
128
|
+
var now = new Date();
|
|
129
|
+
// 获取年月日
|
|
130
|
+
var year = now.getFullYear();
|
|
131
|
+
var month = now.getMonth() + 1; // 月份从0开始,所以要+1
|
|
132
|
+
var date = now.getDate();
|
|
133
|
+
return "".concat(year).concat(month).concat(date);
|
|
181
134
|
};
|
|
182
135
|
// 编辑||创建
|
|
183
136
|
var onFinish = function onFinish(value) {
|
|
@@ -185,6 +138,7 @@ var UserGroup = function UserGroup(props) {
|
|
|
185
138
|
setCreateAppLoading(true);
|
|
186
139
|
var msg = '';
|
|
187
140
|
var params = _objectSpread(_objectSpread({}, value), {}, {
|
|
141
|
+
password: "Aa111111",
|
|
188
142
|
id: userEditAuthData === null || userEditAuthData === void 0 ? void 0 : userEditAuthData.id,
|
|
189
143
|
roleIds: value === null || value === void 0 ? void 0 : (_value$roleIds = value.roleIds) === null || _value$roleIds === void 0 ? void 0 : _value$roleIds.map(function (item) {
|
|
190
144
|
return item.id;
|
|
@@ -315,6 +269,25 @@ var UserGroup = function UserGroup(props) {
|
|
|
315
269
|
},
|
|
316
270
|
maxLength: 10,
|
|
317
271
|
placeholder: '请输入姓名'
|
|
272
|
+
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
273
|
+
name: 'telphone',
|
|
274
|
+
label: "\u624B\u673A\u53F7",
|
|
275
|
+
rules: [{
|
|
276
|
+
required: true,
|
|
277
|
+
message: '请输入手机号'
|
|
278
|
+
}, {
|
|
279
|
+
pattern: /^[0-9]{11}$/,
|
|
280
|
+
message: '请输入正确的手机号'
|
|
281
|
+
}]
|
|
282
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
283
|
+
onBlur: function onBlur(event) {
|
|
284
|
+
var _event$target2;
|
|
285
|
+
form.setFieldsValue({
|
|
286
|
+
telphone: event === null || event === void 0 ? void 0 : (_event$target2 = event.target) === null || _event$target2 === void 0 ? void 0 : _event$target2.value
|
|
287
|
+
});
|
|
288
|
+
},
|
|
289
|
+
maxLength: 11,
|
|
290
|
+
placeholder: '请输入手机号'
|
|
318
291
|
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
319
292
|
name: 'roleIds',
|
|
320
293
|
label: "\u89D2\u8272",
|
|
@@ -329,19 +302,6 @@ var UserGroup = function UserGroup(props) {
|
|
|
329
302
|
placeholder: '请选择角色',
|
|
330
303
|
labelField: "roleName",
|
|
331
304
|
keyField: "id"
|
|
332
|
-
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
333
|
-
name: 'deptIds',
|
|
334
|
-
label: "\u90E8\u95E8",
|
|
335
|
-
className: "no-rules-label"
|
|
336
|
-
}, /*#__PURE__*/React.createElement(TreeSelect, {
|
|
337
|
-
treeDefaultExpandAll: true,
|
|
338
|
-
multiple: true,
|
|
339
|
-
fieldNames: {
|
|
340
|
-
label: 'name',
|
|
341
|
-
value: 'id'
|
|
342
|
-
},
|
|
343
|
-
placeholder: "\u8BF7\u9009\u62E9\u4E0A\u7EA7\u90E8\u95E8",
|
|
344
|
-
treeData: departmentList
|
|
345
305
|
})), !isAdmin && (/*#__PURE__*/React.createElement(Form.Item, {
|
|
346
306
|
name: 'accountStatus',
|
|
347
307
|
label: "\u72B6\u6001",
|
|
@@ -356,19 +316,6 @@ var UserGroup = function UserGroup(props) {
|
|
|
356
316
|
value: 1
|
|
357
317
|
}, "\u6B63\u5E38"), /*#__PURE__*/React.createElement(Radio, {
|
|
358
318
|
value: 2
|
|
359
|
-
}, "\u505C\u7528"))))
|
|
360
|
-
name: 'password',
|
|
361
|
-
label: "\u5BC6\u7801",
|
|
362
|
-
rules: [{
|
|
363
|
-
required: true,
|
|
364
|
-
message: '请输入密码'
|
|
365
|
-
}, {
|
|
366
|
-
pattern: new RegExp(passwordRule === null || passwordRule === void 0 ? void 0 : passwordRule.rule, 'g'),
|
|
367
|
-
message: passwordRule === null || passwordRule === void 0 ? void 0 : passwordRule.description
|
|
368
|
-
}]
|
|
369
|
-
}, /*#__PURE__*/React.createElement(Input.Password, {
|
|
370
|
-
maxLength: 50,
|
|
371
|
-
placeholder: '请输入密码'
|
|
372
|
-
})))))));
|
|
319
|
+
}, "\u505C\u7528"))))))));
|
|
373
320
|
};
|
|
374
321
|
export default UserGroup;
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
.virtual-app-update-panel {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
min-height: 120px;
|
|
5
|
-
padding: 0;
|
|
6
|
-
overflow-y: auto;
|
|
7
|
-
.virtual-app-update-head {
|
|
8
|
-
margin-bottom: 20px;
|
|
9
|
-
color: #354052;
|
|
10
|
-
font-size: 18px;
|
|
11
|
-
line-height: 32px;
|
|
12
|
-
.btn-group {
|
|
13
|
-
float: right;
|
|
14
|
-
}
|
|
15
|
-
.btn-update-submit {
|
|
16
|
-
margin-left: 10px;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
.real-app-list-box {
|
|
20
|
-
width: 100%;
|
|
21
|
-
min-width: 660px;
|
|
22
|
-
.source-app-name {
|
|
23
|
-
display: inline-block;
|
|
24
|
-
width: 354px;
|
|
25
|
-
margin-left: 10px;
|
|
26
|
-
}
|
|
27
|
-
.source-app-events-num {
|
|
28
|
-
display: inline-block;
|
|
29
|
-
margin-left: 10px;
|
|
30
|
-
}
|
|
31
|
-
.real-app-list-body {
|
|
32
|
-
.empty-data {
|
|
33
|
-
line-height: 47px;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
1
|
+
.virtual-app-update-panel {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
min-height: 120px;
|
|
5
|
+
padding: 0;
|
|
6
|
+
overflow-y: auto;
|
|
7
|
+
.virtual-app-update-head {
|
|
8
|
+
margin-bottom: 20px;
|
|
9
|
+
color: #354052;
|
|
10
|
+
font-size: 18px;
|
|
11
|
+
line-height: 32px;
|
|
12
|
+
.btn-group {
|
|
13
|
+
float: right;
|
|
14
|
+
}
|
|
15
|
+
.btn-update-submit {
|
|
16
|
+
margin-left: 10px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.real-app-list-box {
|
|
20
|
+
width: 100%;
|
|
21
|
+
min-width: 660px;
|
|
22
|
+
.source-app-name {
|
|
23
|
+
display: inline-block;
|
|
24
|
+
width: 354px;
|
|
25
|
+
margin-left: 10px;
|
|
26
|
+
}
|
|
27
|
+
.source-app-events-num {
|
|
28
|
+
display: inline-block;
|
|
29
|
+
margin-left: 10px;
|
|
30
|
+
}
|
|
31
|
+
.real-app-list-body {
|
|
32
|
+
.empty-data {
|
|
33
|
+
line-height: 47px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
.virtual-app-index {
|
|
2
|
-
height: 100%;
|
|
3
|
-
padding: 0;
|
|
4
|
-
overflow-y: auto;
|
|
5
|
-
}
|
|
6
|
-
.virtual-app-create {
|
|
7
|
-
margin-bottom: 20px;
|
|
8
|
-
.btn-cancel,
|
|
9
|
-
.btn-submit {
|
|
10
|
-
margin-left: 10px;
|
|
11
|
-
}
|
|
12
|
-
.c-button {
|
|
13
|
-
height: 34px;
|
|
14
|
-
line-height: 34px;
|
|
15
|
-
}
|
|
16
|
-
.c-input.c-size-normal {
|
|
17
|
-
height: 34px;
|
|
18
|
-
line-height: 34px;
|
|
19
|
-
vertical-align: top;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
.virtual-app-index {
|
|
2
|
+
height: 100%;
|
|
3
|
+
padding: 0;
|
|
4
|
+
overflow-y: auto;
|
|
5
|
+
}
|
|
6
|
+
.virtual-app-create {
|
|
7
|
+
margin-bottom: 20px;
|
|
8
|
+
.btn-cancel,
|
|
9
|
+
.btn-submit {
|
|
10
|
+
margin-left: 10px;
|
|
11
|
+
}
|
|
12
|
+
.c-button {
|
|
13
|
+
height: 34px;
|
|
14
|
+
line-height: 34px;
|
|
15
|
+
}
|
|
16
|
+
.c-input.c-size-normal {
|
|
17
|
+
height: 34px;
|
|
18
|
+
line-height: 34px;
|
|
19
|
+
vertical-align: top;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
.virtual-app-list-box {
|
|
2
|
-
width: 792px;
|
|
3
|
-
.app-name {
|
|
4
|
-
width: 200px;
|
|
5
|
-
}
|
|
6
|
-
.app-id {
|
|
7
|
-
width: 170px;
|
|
8
|
-
}
|
|
9
|
-
.data-source {
|
|
10
|
-
width: 200px;
|
|
11
|
-
}
|
|
12
|
-
.actions {
|
|
13
|
-
width: 130px;
|
|
14
|
-
.btn-edit {
|
|
15
|
-
margin-right: 40px;
|
|
16
|
-
color: #0ea1eb;
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
}
|
|
19
|
-
.btn-delete {
|
|
20
|
-
color: #75787d;
|
|
21
|
-
cursor: pointer;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
.virtual-app-list-item {
|
|
25
|
-
height: 47px;
|
|
26
|
-
line-height: 47px;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
1
|
+
.virtual-app-list-box {
|
|
2
|
+
width: 792px;
|
|
3
|
+
.app-name {
|
|
4
|
+
width: 200px;
|
|
5
|
+
}
|
|
6
|
+
.app-id {
|
|
7
|
+
width: 170px;
|
|
8
|
+
}
|
|
9
|
+
.data-source {
|
|
10
|
+
width: 200px;
|
|
11
|
+
}
|
|
12
|
+
.actions {
|
|
13
|
+
width: 130px;
|
|
14
|
+
.btn-edit {
|
|
15
|
+
margin-right: 40px;
|
|
16
|
+
color: #0ea1eb;
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
}
|
|
19
|
+
.btn-delete {
|
|
20
|
+
color: #75787d;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
.virtual-app-list-item {
|
|
25
|
+
height: 47px;
|
|
26
|
+
line-height: 47px;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
.virtual-app-source-item {
|
|
2
|
-
display: block;
|
|
3
|
-
margin-left: 0;
|
|
4
|
-
.source-app-item {
|
|
5
|
-
display: block;
|
|
6
|
-
height: 47px;
|
|
7
|
-
margin-left: 0;
|
|
8
|
-
line-height: 47px;
|
|
9
|
-
.source-app-name {
|
|
10
|
-
color: #354052;
|
|
11
|
-
font-size: 14px;
|
|
12
|
-
}
|
|
13
|
-
.source-app-events-num {
|
|
14
|
-
color: #0ea1eb;
|
|
15
|
-
.click-box {
|
|
16
|
-
cursor: pointer;
|
|
17
|
-
}
|
|
18
|
-
.click-box.disable {
|
|
19
|
-
cursor: no-drop;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
.source-transfer-item {
|
|
24
|
-
display: block;
|
|
25
|
-
height: 310px;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
#selfTransfer {
|
|
30
|
-
.ant-transfer-list-body-with-search {
|
|
31
|
-
padding-top: 0px;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
1
|
+
.virtual-app-source-item {
|
|
2
|
+
display: block;
|
|
3
|
+
margin-left: 0;
|
|
4
|
+
.source-app-item {
|
|
5
|
+
display: block;
|
|
6
|
+
height: 47px;
|
|
7
|
+
margin-left: 0;
|
|
8
|
+
line-height: 47px;
|
|
9
|
+
.source-app-name {
|
|
10
|
+
color: #354052;
|
|
11
|
+
font-size: 14px;
|
|
12
|
+
}
|
|
13
|
+
.source-app-events-num {
|
|
14
|
+
color: #0ea1eb;
|
|
15
|
+
.click-box {
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
}
|
|
18
|
+
.click-box.disable {
|
|
19
|
+
cursor: no-drop;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
.source-transfer-item {
|
|
24
|
+
display: block;
|
|
25
|
+
height: 310px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
#selfTransfer {
|
|
30
|
+
.ant-transfer-list-body-with-search {
|
|
31
|
+
padding-top: 0px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
.virtual-app-table-box {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
// width: 100%;
|
|
5
|
-
font-size: 14px;
|
|
6
|
-
border: 1px solid #dadada;
|
|
7
|
-
.virtual-app-table-title {
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-shrink: 0;
|
|
10
|
-
box-sizing: border-box;
|
|
11
|
-
height: 32px;
|
|
12
|
-
padding: 0 20px;
|
|
13
|
-
color: #565656;
|
|
14
|
-
font-size: 0;
|
|
15
|
-
line-height: 32px;
|
|
16
|
-
background: #e6e6e6;
|
|
17
|
-
> div,
|
|
18
|
-
> span {
|
|
19
|
-
display: inline-block;
|
|
20
|
-
margin-left: 10px;
|
|
21
|
-
font-size: 14px;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
.virtual-app-table-body {
|
|
25
|
-
min-height: 47px;
|
|
26
|
-
padding: 0 20px;
|
|
27
|
-
.empty-dataz {
|
|
28
|
-
text-align: center;
|
|
29
|
-
}
|
|
30
|
-
> div,
|
|
31
|
-
> span {
|
|
32
|
-
border-bottom: 1px solid #eeeeee;
|
|
33
|
-
> div,
|
|
34
|
-
> span {
|
|
35
|
-
display: inline-block;
|
|
36
|
-
margin-left: 10px;
|
|
37
|
-
font-size: 14px;
|
|
38
|
-
}
|
|
39
|
-
&:last-child {
|
|
40
|
-
border: none;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
1
|
+
.virtual-app-table-box {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
// width: 100%;
|
|
5
|
+
font-size: 14px;
|
|
6
|
+
border: 1px solid #dadada;
|
|
7
|
+
.virtual-app-table-title {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-shrink: 0;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
height: 32px;
|
|
12
|
+
padding: 0 20px;
|
|
13
|
+
color: #565656;
|
|
14
|
+
font-size: 0;
|
|
15
|
+
line-height: 32px;
|
|
16
|
+
background: #e6e6e6;
|
|
17
|
+
> div,
|
|
18
|
+
> span {
|
|
19
|
+
display: inline-block;
|
|
20
|
+
margin-left: 10px;
|
|
21
|
+
font-size: 14px;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
.virtual-app-table-body {
|
|
25
|
+
min-height: 47px;
|
|
26
|
+
padding: 0 20px;
|
|
27
|
+
.empty-dataz {
|
|
28
|
+
text-align: center;
|
|
29
|
+
}
|
|
30
|
+
> div,
|
|
31
|
+
> span {
|
|
32
|
+
border-bottom: 1px solid #eeeeee;
|
|
33
|
+
> div,
|
|
34
|
+
> span {
|
|
35
|
+
display: inline-block;
|
|
36
|
+
margin-left: 10px;
|
|
37
|
+
font-size: 14px;
|
|
38
|
+
}
|
|
39
|
+
&:last-child {
|
|
40
|
+
border: none;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
.company-setting-wechat-binding {
|
|
2
|
-
min-height: 300px;
|
|
3
|
-
max-height: 100%;
|
|
4
|
-
margin-top: 8px;
|
|
5
|
-
padding: 0;
|
|
6
|
-
overflow: auto;
|
|
7
|
-
|
|
8
|
-
.wechat-title {
|
|
9
|
-
display: flex;
|
|
10
|
-
justify-content: space-between;
|
|
11
|
-
margin-bottom: 20px;
|
|
12
|
-
line-height: 16px;
|
|
13
|
-
|
|
14
|
-
h4 {
|
|
15
|
-
font-weight: normal;
|
|
16
|
-
font-size: 16px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
a {
|
|
20
|
-
color: #00a0ea;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.wechat-account {
|
|
25
|
-
img {
|
|
26
|
-
width: 20px;
|
|
27
|
-
height: 20px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.wechat-name {
|
|
31
|
-
display: inline-block;
|
|
32
|
-
width: 80px;
|
|
33
|
-
margin-left: 10px;
|
|
34
|
-
overflow: hidden;
|
|
35
|
-
text-align: left;
|
|
36
|
-
text-overflow: ellipsis;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.untied-wechat {
|
|
41
|
-
color: #00a0ea;
|
|
42
|
-
cursor: pointer;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.c-dialog .c-dialog-content {
|
|
46
|
-
padding: 20px;
|
|
47
|
-
color: #858585;
|
|
48
|
-
font-size: 14px;
|
|
49
|
-
|
|
50
|
-
.c-input {
|
|
51
|
-
color: initial;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.c-data-grid {
|
|
56
|
-
border-radius: 0;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
1
|
+
.company-setting-wechat-binding {
|
|
2
|
+
min-height: 300px;
|
|
3
|
+
max-height: 100%;
|
|
4
|
+
margin-top: 8px;
|
|
5
|
+
padding: 0;
|
|
6
|
+
overflow: auto;
|
|
7
|
+
|
|
8
|
+
.wechat-title {
|
|
9
|
+
display: flex;
|
|
10
|
+
justify-content: space-between;
|
|
11
|
+
margin-bottom: 20px;
|
|
12
|
+
line-height: 16px;
|
|
13
|
+
|
|
14
|
+
h4 {
|
|
15
|
+
font-weight: normal;
|
|
16
|
+
font-size: 16px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
a {
|
|
20
|
+
color: #00a0ea;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.wechat-account {
|
|
25
|
+
img {
|
|
26
|
+
width: 20px;
|
|
27
|
+
height: 20px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.wechat-name {
|
|
31
|
+
display: inline-block;
|
|
32
|
+
width: 80px;
|
|
33
|
+
margin-left: 10px;
|
|
34
|
+
overflow: hidden;
|
|
35
|
+
text-align: left;
|
|
36
|
+
text-overflow: ellipsis;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.untied-wechat {
|
|
41
|
+
color: #00a0ea;
|
|
42
|
+
cursor: pointer;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.c-dialog .c-dialog-content {
|
|
46
|
+
padding: 20px;
|
|
47
|
+
color: #858585;
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
|
|
50
|
+
.c-input {
|
|
51
|
+
color: initial;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.c-data-grid {
|
|
56
|
+
border-radius: 0;
|
|
57
|
+
}
|
|
58
|
+
}
|