@zgfe/modules-settings 2.0.0-zhongyuan.9 → 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.
Files changed (133) hide show
  1. package/README.md +33 -33
  2. package/es/components/card/index.less +87 -87
  3. package/es/components/importMetaDialog/index.d.ts +13 -0
  4. package/es/components/importMetaDialog/index.js +217 -0
  5. package/es/components/importMetaDialog/styles/index.less +115 -0
  6. package/es/components/pageLoading/index.less +7 -7
  7. package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
  8. package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
  9. package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
  10. package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
  11. package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
  12. package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
  13. package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
  14. package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
  15. package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
  16. package/es/components/picCircleSelect/index.less +37 -37
  17. package/es/components/processCanvas/styles/customNode.less +149 -149
  18. package/es/components/processCanvas/styles/index.less +34 -34
  19. package/es/components/settingTabs/index.less +51 -51
  20. package/es/constants/api.d.ts +30 -0
  21. package/es/constants/api.js +43 -1
  22. package/es/constants/icons/demo.css +539 -539
  23. package/es/constants/icons/demo_index.html +9871 -9871
  24. package/es/constants/icons/iconfont.css +1699 -1699
  25. package/es/constants/icons/iconfont.json +2956 -2956
  26. package/es/global.d.ts +4 -4
  27. package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
  28. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  29. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  30. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  31. package/es/modules/companySetting/appList/index.less +126 -126
  32. package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
  33. package/es/modules/companySetting/application/applicationForm.js +34 -4
  34. package/es/modules/companySetting/application/index.d.ts +13 -0
  35. package/es/modules/companySetting/application/index.js +276 -104
  36. package/es/modules/companySetting/application/index.less +144 -126
  37. package/es/modules/companySetting/business/index.less +92 -92
  38. package/es/modules/companySetting/cost/index.less +38 -38
  39. package/es/modules/companySetting/department/index.less +157 -157
  40. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  41. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  42. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  43. package/es/modules/companySetting/edit/styles/user.less +54 -54
  44. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  45. package/es/modules/companySetting/index.js +37 -33
  46. package/es/modules/companySetting/index.less +90 -90
  47. package/es/modules/companySetting/info/index.less +42 -42
  48. package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
  49. package/es/modules/companySetting/mainPart/index.less +239 -239
  50. package/es/modules/companySetting/operationLog/index.js +22 -5
  51. package/es/modules/companySetting/operationLog/index.less +33 -33
  52. package/es/modules/companySetting/role/index.less +296 -296
  53. package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
  54. package/es/modules/companySetting/style/common.less +79 -79
  55. package/es/modules/companySetting/style/reset.less +117 -117
  56. package/es/modules/companySetting/user/index.js +29 -24
  57. package/es/modules/companySetting/user/index.less +363 -363
  58. package/es/modules/companySetting/user/invite.js +30 -102
  59. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  60. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  61. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  62. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  63. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  64. package/es/modules/companySetting/wechatBinding/index.less +58 -58
  65. package/es/modules/createDemand/constants.d.ts +15 -2
  66. package/es/modules/createDemand/constants.js +57 -4
  67. package/es/modules/createDemand/demo/selectPoint.js +1 -2
  68. package/es/modules/createDemand/index.d.ts +0 -1
  69. package/es/modules/createDemand/index.js +793 -179
  70. package/es/modules/createDemand/styles/index.less +403 -277
  71. package/es/modules/createDemand_bf/demo/index.js +0 -1
  72. package/es/modules/createDemand_bf/index.js +0 -1
  73. package/es/modules/createDemand_bf/styles/index.less +222 -222
  74. package/es/modules/createProcess/components/index.less +52 -52
  75. package/es/modules/createProcess/index.less +114 -114
  76. package/es/modules/createProcess/title/index.less +53 -53
  77. package/es/modules/dealDemand/demo/index.js +0 -1
  78. package/es/modules/dealDemand/demo/selectPoint.js +1 -1
  79. package/es/modules/dealDemand/index.js +0 -2
  80. package/es/modules/dealDemand/styles/index.less +265 -265
  81. package/es/modules/demandManage/index.js +174 -178
  82. package/es/modules/demandManage/styles/index.less +8 -68
  83. package/es/modules/getPassword/index.less +122 -122
  84. package/es/modules/messageList/index.d.ts +1 -1
  85. package/es/modules/messageList/index.js +6 -6
  86. package/es/modules/messageList/index.less +81 -81
  87. package/es/modules/personalSetting/demo/index.d.ts +3 -0
  88. package/es/modules/personalSetting/demo/index.js +12 -0
  89. package/es/modules/personalSetting/index.js +11 -1
  90. package/es/modules/personalSetting/info/index.js +23 -5
  91. package/es/modules/personalSetting/securityLog/index.less +11 -11
  92. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  93. package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
  94. package/es/modules/pointMap/createMetaDrawer.d.ts +5 -0
  95. package/es/modules/pointMap/createMetaDrawer.js +825 -0
  96. package/es/modules/pointMap/editTxt/index.less +55 -55
  97. package/es/modules/pointMap/pageInfo.js +401 -179
  98. package/es/modules/pointMap/record.d.ts +7 -0
  99. package/es/modules/pointMap/record.js +521 -0
  100. package/es/modules/pointMap/styles/index.less +165 -38
  101. package/es/modules/pointMap/styles/pageInfo.less +439 -244
  102. package/es/modules/pointMap/styles/tree.css +164 -145
  103. package/es/modules/pointMap/styles/tree.less +174 -149
  104. package/es/modules/pointMap/tree.js +232 -88
  105. package/es/modules/pointMap/types.d.ts +88 -0
  106. package/es/modules/pointMap/types.js +1 -0
  107. package/es/modules/systemSetting/Dictionary.d.ts +5 -2
  108. package/es/modules/systemSetting/Dictionary.js +54 -370
  109. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
  110. package/es/modules/systemSetting/approvalmanage/index.less +5 -5
  111. package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
  112. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
  113. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
  114. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
  115. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
  116. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
  117. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
  118. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
  119. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
  120. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
  121. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
  122. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
  123. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
  124. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
  125. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
  126. package/es/modules/systemSetting/document-setting/index.js +7 -6
  127. package/es/modules/systemSetting/index.css +161 -161
  128. package/es/modules/systemSetting/index.js +16 -16
  129. package/es/modules/systemSetting/index.less +169 -169
  130. package/es/modules/systemSetting/notice/configItem/index.less +21 -21
  131. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  132. package/es/types/personal.d.ts +1 -0
  133. package/package.json +74 -74
@@ -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, TreeSelect } from 'antd';
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
- departmentList = _useState6[0],
39
- setDepartmentList = _useState6[1];
38
+ isAdmin = _useState6[0],
39
+ setIsAdmin = _useState6[1];
40
40
  var _useState7 = useState(false),
41
41
  _useState8 = _slicedToArray(_useState7, 2),
42
- isAdmin = _useState8[0],
43
- setIsAdmin = _useState8[1];
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
- passwordRule = _useState10[0],
50
- setPasswordRule = _useState10[1];
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 === null || userEditAuthData === void 0 ? void 0 : userEditAuthData.id);
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$deptIds, _res$data2, _res$data2$roleIds, _res$data3;
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 deptIdsList = res === null || res === void 0 ? void 0 : (_res$data = res.data) === null || _res$data === void 0 ? void 0 : (_res$data$deptIds = _res$data.deptIds) === null || _res$data$deptIds === void 0 ? void 0 : _res$data$deptIds.map(function (item) {
102
- var _flattenArray, _app$;
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$2 = app[0]) === null || _app$2 === void 0 ? void 0 : _app$2.id
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(function (v) {
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$data3 = res.data) === null || _res$data3 === void 0 ? void 0 : _res$data3.isAdmin);
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
- var queryDeptListByUserIdList = function queryDeptListByUserIdList(id) {
148
- request(apis.setting.queryDeptListByUserId, {
149
- method: 'post',
150
- data: {
151
- id: id
152
- }
153
- }).then(function (res) {
154
- if (res && (res === null || res === void 0 ? void 0 : res.data) && res.code === '101000') {
155
- setDepartmentList(res === null || res === void 0 ? void 0 : res.data);
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;
@@ -327,9 +281,9 @@ var UserGroup = function UserGroup(props) {
327
281
  }]
328
282
  }, /*#__PURE__*/React.createElement(Input, {
329
283
  onBlur: function onBlur(event) {
330
- var _event$target2, _event$target2$value;
284
+ var _event$target2;
331
285
  form.setFieldsValue({
332
- telphone: event === null || event === void 0 ? void 0 : (_event$target2 = event.target) === null || _event$target2 === void 0 ? void 0 : (_event$target2$value = _event$target2.value) === null || _event$target2$value === void 0 ? void 0 : _event$target2$value.replace(/^[0-9]{11}$/g, '')
286
+ telphone: event === null || event === void 0 ? void 0 : (_event$target2 = event.target) === null || _event$target2 === void 0 ? void 0 : _event$target2.value
333
287
  });
334
288
  },
335
289
  maxLength: 11,
@@ -348,19 +302,6 @@ var UserGroup = function UserGroup(props) {
348
302
  placeholder: '请选择角色',
349
303
  labelField: "roleName",
350
304
  keyField: "id"
351
- })), /*#__PURE__*/React.createElement(Form.Item, {
352
- name: 'deptIds',
353
- label: "\u90E8\u95E8",
354
- className: "no-rules-label"
355
- }, /*#__PURE__*/React.createElement(TreeSelect, {
356
- treeDefaultExpandAll: true,
357
- multiple: true,
358
- fieldNames: {
359
- label: 'name',
360
- value: 'id'
361
- },
362
- placeholder: "\u8BF7\u9009\u62E9\u4E0A\u7EA7\u90E8\u95E8",
363
- treeData: departmentList
364
305
  })), !isAdmin && (/*#__PURE__*/React.createElement(Form.Item, {
365
306
  name: 'accountStatus',
366
307
  label: "\u72B6\u6001",
@@ -375,19 +316,6 @@ var UserGroup = function UserGroup(props) {
375
316
  value: 1
376
317
  }, "\u6B63\u5E38"), /*#__PURE__*/React.createElement(Radio, {
377
318
  value: 2
378
- }, "\u505C\u7528")))), !(userEditAuthData === null || userEditAuthData === void 0 ? void 0 : userEditAuthData.id) && (/*#__PURE__*/React.createElement(Form.Item, {
379
- name: 'password',
380
- label: "\u5BC6\u7801",
381
- rules: [{
382
- required: true,
383
- message: '请输入密码'
384
- }, {
385
- pattern: new RegExp(passwordRule === null || passwordRule === void 0 ? void 0 : passwordRule.rule, 'g'),
386
- message: passwordRule === null || passwordRule === void 0 ? void 0 : passwordRule.description
387
- }]
388
- }, /*#__PURE__*/React.createElement(Input.Password, {
389
- maxLength: 50,
390
- placeholder: '请输入密码'
391
- })))))));
319
+ }, "\u505C\u7528"))))))));
392
320
  };
393
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
+ }