@zgfe/modules-settings 2.1.0-zhongyuan.9 → 3.0.0-zhongyuan-set.0
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/constants/api.d.ts +2 -0
- package/es/constants/api.js +5 -1
- package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
- 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.js +7 -8
- package/es/modules/companySetting/application/index.less +144 -144
- package/es/modules/companySetting/index.js +37 -33
- package/es/modules/companySetting/operationLog/index.js +22 -5
- package/es/modules/companySetting/role/index.less +296 -296
- package/es/modules/companySetting/user/index.js +41 -27
- package/es/modules/companySetting/user/invite.js +28 -100
- package/es/modules/createDemand/demo/selectPoint.js +1 -2
- package/es/modules/createDemand/index.js +9 -8
- package/es/modules/createDemand/styles/index.less +403 -403
- package/es/modules/createDemand_bf/demo/index.js +0 -1
- package/es/modules/createDemand_bf/index.js +0 -1
- 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/demandManage/index.js +2 -2
- package/es/modules/demandManage/styles/index.less +155 -155
- package/es/modules/personalSetting/securityLog/index.js +1 -1
- package/es/modules/pointMap/createMetaDrawer.js +162 -71
- package/es/modules/pointMap/index.js +3 -1
- package/es/modules/pointMap/pageInfo.js +17 -10
- package/es/modules/pointMap/styles/index.less +165 -165
- package/es/modules/pointMap/styles/tree.css +164 -145
- package/es/modules/pointMap/styles/tree.less +174 -156
- package/es/modules/pointMap/tree.js +133 -82
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +4 -3
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -48
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +9 -5
- package/es/modules/systemSetting/document-setting/index.js +7 -6
- package/es/modules/systemSetting/index.js +13 -15
- package/es/modules/systemSetting/index.less +175 -169
- package/package.json +3 -3
|
@@ -22,7 +22,8 @@ var clearDict = function clearDict(_ref) {
|
|
|
22
22
|
onSetclose = _ref.onSetclose,
|
|
23
23
|
currentDictDetail = _ref.currentDictDetail;
|
|
24
24
|
var _useContext = useContext(BizGlobalDataContext),
|
|
25
|
-
currentApp = _useContext.currentApp
|
|
25
|
+
currentApp = _useContext.currentApp,
|
|
26
|
+
showProdDownload = _useContext.showProdDownload;
|
|
26
27
|
var _useState = useState(addDictShow),
|
|
27
28
|
_useState2 = _slicedToArray(_useState, 2),
|
|
28
29
|
open = _useState2[0],
|
|
@@ -220,10 +221,10 @@ var clearDict = function clearDict(_ref) {
|
|
|
220
221
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
221
222
|
type: "primary",
|
|
222
223
|
onClick: onHandlePush
|
|
223
|
-
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u6DFB\u52A0\u503C"), /*#__PURE__*/React.createElement(Button, {
|
|
224
|
+
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u6DFB\u52A0\u503C"), showProdDownload && (/*#__PURE__*/React.createElement(Button, {
|
|
224
225
|
type: "primary",
|
|
225
226
|
onClick: onHandleUploading
|
|
226
|
-
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u4ECE\u6587\u4EF6\u6DFB\u52A0"))), openImportModal && (/*#__PURE__*/React.createElement(ImportMetaDialog, {
|
|
227
|
+
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u4ECE\u6587\u4EF6\u6DFB\u52A0")))), openImportModal && (/*#__PURE__*/React.createElement(ImportMetaDialog, {
|
|
227
228
|
uploadFile: apis.dict.dictUpload,
|
|
228
229
|
downloadTempleUrl: apis.dict.dictTemplate,
|
|
229
230
|
fileName: "\u5C5E\u6027\u503C\u5BFC\u5165\u6A21\u677F",
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
.clearDict {
|
|
2
|
-
height: 100%;
|
|
3
|
-
padding: 24px;
|
|
4
|
-
background: #fff;
|
|
5
|
-
border-radius: 8px;
|
|
6
|
-
border-radius: 8px;
|
|
7
|
-
&-searchTop {
|
|
8
|
-
display: grid;
|
|
9
|
-
grid-template-columns: 1fr;
|
|
10
|
-
align-items: center;
|
|
11
|
-
justify-items: self-end;
|
|
12
|
-
margin-bottom: 20px;
|
|
13
|
-
}
|
|
14
|
-
&-modal {
|
|
15
|
-
.ant-modal-body {
|
|
16
|
-
height: 350px;
|
|
17
|
-
}
|
|
18
|
-
.ant-picker-dropdown {
|
|
19
|
-
top: 133px !important;
|
|
20
|
-
left: 13px !important;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
&-content {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
justify-content: space-between;
|
|
27
|
-
}
|
|
28
|
-
&-drawerCloseIcon {
|
|
29
|
-
float: right;
|
|
30
|
-
cursor: pointer;
|
|
31
|
-
}
|
|
32
|
-
&-addListBtn {
|
|
33
|
-
display: flex;
|
|
34
|
-
align-items: center;
|
|
35
|
-
justify-content: space-between;
|
|
36
|
-
margin-top: 20px;
|
|
37
|
-
}
|
|
38
|
-
&-tableContainer {
|
|
39
|
-
margin-top: 10px;
|
|
40
|
-
.ant-table {
|
|
41
|
-
height: calc(100vh - 380px);
|
|
42
|
-
min-height: 410px !important; /* 设置表格最小高度 */
|
|
43
|
-
}
|
|
44
|
-
.ant-empty-normal {
|
|
45
|
-
height: 260px; /* 设置表格最小高度 */
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
1
|
+
.clearDict {
|
|
2
|
+
height: 100%;
|
|
3
|
+
padding: 24px;
|
|
4
|
+
background: #fff;
|
|
5
|
+
border-radius: 8px;
|
|
6
|
+
border-radius: 8px;
|
|
7
|
+
&-searchTop {
|
|
8
|
+
display: grid;
|
|
9
|
+
grid-template-columns: 1fr;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-items: self-end;
|
|
12
|
+
margin-bottom: 20px;
|
|
13
|
+
}
|
|
14
|
+
&-modal {
|
|
15
|
+
.ant-modal-body {
|
|
16
|
+
height: 350px;
|
|
17
|
+
}
|
|
18
|
+
.ant-picker-dropdown {
|
|
19
|
+
top: 133px !important;
|
|
20
|
+
left: 13px !important;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
&-content {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
justify-content: space-between;
|
|
27
|
+
}
|
|
28
|
+
&-drawerCloseIcon {
|
|
29
|
+
float: right;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
}
|
|
32
|
+
&-addListBtn {
|
|
33
|
+
display: flex;
|
|
34
|
+
align-items: center;
|
|
35
|
+
justify-content: space-between;
|
|
36
|
+
margin-top: 20px;
|
|
37
|
+
}
|
|
38
|
+
&-tableContainer {
|
|
39
|
+
margin-top: 10px;
|
|
40
|
+
.ant-table {
|
|
41
|
+
height: calc(100vh - 380px);
|
|
42
|
+
min-height: 410px !important; /* 设置表格最小高度 */
|
|
43
|
+
}
|
|
44
|
+
.ant-empty-normal {
|
|
45
|
+
height: 260px; /* 设置表格最小高度 */
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -26,7 +26,8 @@ var locationTagManagement = function locationTagManagement(_ref) {
|
|
|
26
26
|
var title = _ref.title,
|
|
27
27
|
type = _ref.type;
|
|
28
28
|
var _useContext = useContext(BizGlobalDataContext),
|
|
29
|
-
currentApp = _useContext.currentApp
|
|
29
|
+
currentApp = _useContext.currentApp,
|
|
30
|
+
showProdDownload = _useContext.showProdDownload;
|
|
30
31
|
var columns = [{
|
|
31
32
|
title: '序号',
|
|
32
33
|
dataIndex: 'index',
|
|
@@ -100,6 +101,7 @@ var locationTagManagement = function locationTagManagement(_ref) {
|
|
|
100
101
|
addLocShow = _useState4[0],
|
|
101
102
|
setAddlocShow = _useState4[1];
|
|
102
103
|
var handleAddLoc = function handleAddLoc() {
|
|
104
|
+
setDetail(undefined);
|
|
103
105
|
setAddlocShow(true);
|
|
104
106
|
};
|
|
105
107
|
// 导入标签
|
|
@@ -124,6 +126,7 @@ var locationTagManagement = function locationTagManagement(_ref) {
|
|
|
124
126
|
exportLoading = _useState10[0],
|
|
125
127
|
setExportLoading = _useState10[1];
|
|
126
128
|
var onExport = function onExport() {
|
|
129
|
+
var fileNames = ['位置标签列表', '业务标签列表', '触发标签列表'];
|
|
127
130
|
if (exportLoading) return;
|
|
128
131
|
setExportLoading(true);
|
|
129
132
|
request(apis.dict.tagDownload, {
|
|
@@ -132,7 +135,8 @@ var locationTagManagement = function locationTagManagement(_ref) {
|
|
|
132
135
|
appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
|
|
133
136
|
labelType: type
|
|
134
137
|
},
|
|
135
|
-
responseType: 'blob'
|
|
138
|
+
responseType: 'blob',
|
|
139
|
+
fileName: "".concat(fileNames[type - 1], "_").concat(moment().format('YYYYMMDD'))
|
|
136
140
|
}).then(function () {
|
|
137
141
|
setExportLoading(false);
|
|
138
142
|
}).catch(function () {
|
|
@@ -211,15 +215,15 @@ var locationTagManagement = function locationTagManagement(_ref) {
|
|
|
211
215
|
className: "".concat(className)
|
|
212
216
|
}, /*#__PURE__*/React.createElement("div", {
|
|
213
217
|
className: "".concat(className, "-searchTop")
|
|
214
|
-
}, /*#__PURE__*/React.createElement(Space, null, /*#__PURE__*/React.createElement(Button, {
|
|
218
|
+
}, /*#__PURE__*/React.createElement(Space, null, showProdDownload && (/*#__PURE__*/React.createElement(Button, {
|
|
215
219
|
onClick: onExport,
|
|
216
220
|
loading: exportLoading
|
|
217
|
-
}, /*#__PURE__*/React.createElement(ToTopOutlined, null), "\u5BFC\u51FA"), /*#__PURE__*/React.createElement(Button, {
|
|
221
|
+
}, /*#__PURE__*/React.createElement(ToTopOutlined, null), "\u5BFC\u51FA")), showProdDownload && (/*#__PURE__*/React.createElement(Button, {
|
|
218
222
|
type: "primary",
|
|
219
223
|
onClick: function onClick() {
|
|
220
224
|
return setOpenImportModal(true);
|
|
221
225
|
}
|
|
222
|
-
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u5BFC\u5165", title), /*#__PURE__*/React.createElement(Button, {
|
|
226
|
+
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u5BFC\u5165", title)), /*#__PURE__*/React.createElement(Button, {
|
|
223
227
|
type: "primary",
|
|
224
228
|
onClick: handleAddLoc
|
|
225
229
|
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u521B\u5EFA", title))), /*#__PURE__*/React.createElement(Table, {
|
|
@@ -34,7 +34,7 @@ var beforeUpload = function beforeUpload(file) {
|
|
|
34
34
|
if (!isLt2M) {
|
|
35
35
|
message.error('文件不能大于100M');
|
|
36
36
|
}
|
|
37
|
-
return
|
|
37
|
+
return false;
|
|
38
38
|
};
|
|
39
39
|
var downloadFile = function downloadFile(resData, name) {
|
|
40
40
|
var blob = resData.data;
|
|
@@ -53,6 +53,7 @@ var downloadFile = function downloadFile(resData, name) {
|
|
|
53
53
|
var DocumentSetting = function DocumentSetting() {
|
|
54
54
|
var _useContext = useContext(BizGlobalDataContext),
|
|
55
55
|
projectList = _useContext.projectList,
|
|
56
|
+
showProdDownload = _useContext.showProdDownload,
|
|
56
57
|
currentUser = _useContext.currentUser;
|
|
57
58
|
var _useState = useState([]),
|
|
58
59
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -93,12 +94,12 @@ var DocumentSetting = function DocumentSetting() {
|
|
|
93
94
|
render: function render(_, record) {
|
|
94
95
|
return /*#__PURE__*/React.createElement(Space, {
|
|
95
96
|
size: "middle"
|
|
96
|
-
}, /*#__PURE__*/React.createElement("a", {
|
|
97
|
+
}, showProdDownload && (/*#__PURE__*/React.createElement("a", {
|
|
97
98
|
onClick: function onClick() {
|
|
98
99
|
currentObj.current = record;
|
|
99
100
|
exportEvent();
|
|
100
101
|
}
|
|
101
|
-
}, "\u4E0B\u8F7D"), record.isSharePower == 1 && (/*#__PURE__*/React.createElement("a", {
|
|
102
|
+
}, "\u4E0B\u8F7D")), record.isSharePower == 1 && (/*#__PURE__*/React.createElement("a", {
|
|
102
103
|
onClick: function onClick() {
|
|
103
104
|
setIsOpenShareModal(true);
|
|
104
105
|
currentObj.current = record;
|
|
@@ -140,7 +141,7 @@ var DocumentSetting = function DocumentSetting() {
|
|
|
140
141
|
fileName: (_currentObj$current2 = currentObj.current) === null || _currentObj$current2 === void 0 ? void 0 : _currentObj$current2.name,
|
|
141
142
|
isExcel: true
|
|
142
143
|
}).then(function (res) {
|
|
143
|
-
console.log(res
|
|
144
|
+
console.log(res);
|
|
144
145
|
});
|
|
145
146
|
case 1:
|
|
146
147
|
case "end":
|
|
@@ -387,12 +388,12 @@ var DocumentSetting = function DocumentSetting() {
|
|
|
387
388
|
return e === null || e === void 0 ? void 0 : (_e$target = e.target) === null || _e$target === void 0 ? void 0 : _e$target.value;
|
|
388
389
|
});
|
|
389
390
|
}
|
|
390
|
-
}), /*#__PURE__*/React.createElement(Button, {
|
|
391
|
+
}), showProdDownload && (/*#__PURE__*/React.createElement(Button, {
|
|
391
392
|
type: "primary",
|
|
392
393
|
onClick: function onClick() {
|
|
393
394
|
return setIsOpenUploadModal(true);
|
|
394
395
|
}
|
|
395
|
-
}, "\u4E0A\u4F20")), /*#__PURE__*/React.createElement(Table, {
|
|
396
|
+
}, "\u4E0A\u4F20"))), /*#__PURE__*/React.createElement(Table, {
|
|
396
397
|
key: 'id',
|
|
397
398
|
columns: columns,
|
|
398
399
|
loading: documentFlagLoading,
|
|
@@ -6,7 +6,6 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
|
|
|
6
6
|
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
7
7
|
import React, { useContext, useState } from 'react';
|
|
8
8
|
import { DesktopOutlined } from '@ant-design/icons';
|
|
9
|
-
import Notice from './notice';
|
|
10
9
|
import Approvalmanage from './approvalmanage';
|
|
11
10
|
import SettingTabs from '../../components/settingTabs';
|
|
12
11
|
import Dictionary from './Dictionary';
|
|
@@ -23,7 +22,7 @@ var SystemSetting = function SystemSetting(_ref) {
|
|
|
23
22
|
currentUser = _useContext.currentUser,
|
|
24
23
|
authority = _useContext.authority,
|
|
25
24
|
route = _useContext.route;
|
|
26
|
-
var _useState = useState(route && route.query && route.query.key ? route.query.key : '
|
|
25
|
+
var _useState = useState(route && route.query && route.query.key ? route.query.key : '4'),
|
|
27
26
|
_useState2 = _slicedToArray(_useState, 2),
|
|
28
27
|
key = _useState2[0],
|
|
29
28
|
setKey = _useState2[1];
|
|
@@ -50,19 +49,18 @@ var SystemSetting = function SystemSetting(_ref) {
|
|
|
50
49
|
setIsRead(isRead);
|
|
51
50
|
setIsShowProcess(true);
|
|
52
51
|
};
|
|
53
|
-
var items = [
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}, {
|
|
52
|
+
var items = [
|
|
53
|
+
// {
|
|
54
|
+
// key: '1',
|
|
55
|
+
// label: '通知配置',
|
|
56
|
+
// content: <Notice bizType={1} />,
|
|
57
|
+
// },
|
|
58
|
+
// {
|
|
59
|
+
// key: '3',
|
|
60
|
+
// label: 'kpi通知配置',
|
|
61
|
+
// content: <Notice bizType={2} />,
|
|
62
|
+
// },
|
|
63
|
+
{
|
|
66
64
|
key: '4',
|
|
67
65
|
label: '审批管理',
|
|
68
66
|
hidden: !authority[1722839049],
|
|
@@ -1,169 +1,175 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
background-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
.system-setting-approval-process-create-bg {
|
|
3
|
+
position: absolute;
|
|
4
|
+
top: 0;
|
|
5
|
+
right: 0;
|
|
6
|
+
bottom: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
z-index: 10;
|
|
9
|
+
background: #fafafb;
|
|
10
|
+
}
|
|
11
|
+
.authUrlPageClass {
|
|
12
|
+
&-search {
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
margin: 0px 0px 16px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.DictionaryPage {
|
|
20
|
+
&-emptyDom {
|
|
21
|
+
margin: 50px 0px 0px;
|
|
22
|
+
text-align: center;
|
|
23
|
+
&-img {
|
|
24
|
+
display: block;
|
|
25
|
+
width: 248px;
|
|
26
|
+
height: 200px;
|
|
27
|
+
margin: auto;
|
|
28
|
+
background-image: url('./img/empty-data.png');
|
|
29
|
+
background-size: 100%;
|
|
30
|
+
}
|
|
31
|
+
&-tip {
|
|
32
|
+
margin: 0px 0px 10px;
|
|
33
|
+
color: #999;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
.ant-tabs-nav {
|
|
37
|
+
padding-right: 10%;
|
|
38
|
+
}
|
|
39
|
+
&-header {
|
|
40
|
+
position: relative;
|
|
41
|
+
&-search {
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
justify-content: space-between;
|
|
45
|
+
margin: 0px 0px 16px;
|
|
46
|
+
.ant-btn {
|
|
47
|
+
color: #407fff;
|
|
48
|
+
border-color: #407fff;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
&-tabsRight-text {
|
|
53
|
+
position: absolute;
|
|
54
|
+
top: 13%;
|
|
55
|
+
right: 0;
|
|
56
|
+
width: 10%;
|
|
57
|
+
color: #165dff;
|
|
58
|
+
text-align: center;
|
|
59
|
+
vertical-align: middle;
|
|
60
|
+
border-left: 1px solid #ccc;
|
|
61
|
+
cursor: pointer;
|
|
62
|
+
}
|
|
63
|
+
&-modal {
|
|
64
|
+
color: #021429;
|
|
65
|
+
&-header {
|
|
66
|
+
height: 50px;
|
|
67
|
+
padding: 0px 16px;
|
|
68
|
+
line-height: 50px;
|
|
69
|
+
background-color: #f2f3f4;
|
|
70
|
+
&-left {
|
|
71
|
+
display: inline-block;
|
|
72
|
+
width: 80%;
|
|
73
|
+
vertical-align: middle;
|
|
74
|
+
}
|
|
75
|
+
&-operation {
|
|
76
|
+
display: inline-block;
|
|
77
|
+
width: 20%;
|
|
78
|
+
text-align: center;
|
|
79
|
+
vertical-align: middle;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.ant-input-affix-wrapper {
|
|
83
|
+
vertical-align: middle;
|
|
84
|
+
}
|
|
85
|
+
.DictionaryPage-modal-content {
|
|
86
|
+
padding: 10px 16px 0px;
|
|
87
|
+
}
|
|
88
|
+
&-content {
|
|
89
|
+
height: 292px;
|
|
90
|
+
overflow-y: auto;
|
|
91
|
+
&-item {
|
|
92
|
+
display: flex;
|
|
93
|
+
align-items: center;
|
|
94
|
+
height: 50px;
|
|
95
|
+
line-height: 50px;
|
|
96
|
+
border-bottom: 1px solid #f2f3f4;
|
|
97
|
+
}
|
|
98
|
+
&-itemLeft {
|
|
99
|
+
position: relative;
|
|
100
|
+
display: inline-block;
|
|
101
|
+
flex: 1;
|
|
102
|
+
height: 100%;
|
|
103
|
+
.error-tip {
|
|
104
|
+
position: absolute;
|
|
105
|
+
bottom: -28px;
|
|
106
|
+
left: 3px;
|
|
107
|
+
width: 100%;
|
|
108
|
+
color: red;
|
|
109
|
+
font-size: 14px;
|
|
110
|
+
letter-spacing: 1px;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
&-itemRight {
|
|
114
|
+
display: inline-block;
|
|
115
|
+
width: 40px;
|
|
116
|
+
color: #165dff;
|
|
117
|
+
text-align: center;
|
|
118
|
+
cursor: pointer;
|
|
119
|
+
}
|
|
120
|
+
.ant-typography.ant-typography-ellipsis.ant-typography-single-line {
|
|
121
|
+
height: 50px;
|
|
122
|
+
margin-bottom: 0px;
|
|
123
|
+
line-height: 50px;
|
|
124
|
+
border-bottom: 1px solid #f2f3f4;
|
|
125
|
+
}
|
|
126
|
+
.ant-typography-edit {
|
|
127
|
+
float: right;
|
|
128
|
+
width: 20%;
|
|
129
|
+
text-align: center;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
&-footer {
|
|
133
|
+
display: flex;
|
|
134
|
+
align-items: center;
|
|
135
|
+
justify-content: space-between;
|
|
136
|
+
margin: 16px 0px;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// 文档库管理
|
|
142
|
+
.DocumentSetting {
|
|
143
|
+
&-header {
|
|
144
|
+
height: 48px;
|
|
145
|
+
line-height: 48px;
|
|
146
|
+
border-bottom: 1px solid #e8efff;
|
|
147
|
+
}
|
|
148
|
+
&-search {
|
|
149
|
+
display: flex;
|
|
150
|
+
align-items: center;
|
|
151
|
+
justify-content: space-between;
|
|
152
|
+
margin: 16px 0px 16px;
|
|
153
|
+
.ant-input {
|
|
154
|
+
&:focus {
|
|
155
|
+
border-color: @primary-color !important;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
&-emptyDom {
|
|
160
|
+
margin: 50px 0px 0px;
|
|
161
|
+
text-align: center;
|
|
162
|
+
&-img {
|
|
163
|
+
display: block;
|
|
164
|
+
width: 248px;
|
|
165
|
+
height: 200px;
|
|
166
|
+
margin: auto;
|
|
167
|
+
background-image: url('./img/empty-data.png');
|
|
168
|
+
background-size: 100%;
|
|
169
|
+
}
|
|
170
|
+
&-tip {
|
|
171
|
+
margin: 0px 0px 10px;
|
|
172
|
+
color: #999;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-zhongyuan-set.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/lodash": "^4.14.182",
|
|
51
51
|
"@umijs/fabric": "^2.8.1",
|
|
52
52
|
"@umijs/test": "^3.0.5",
|
|
53
|
-
"@zgfe/business-lib": "1.2.
|
|
53
|
+
"@zgfe/business-lib": "1.2.71-hxd.11",
|
|
54
54
|
"@zgfe/modules-demo-manage": "1.0.5-zhongyuan.0",
|
|
55
55
|
"@zgfe/modules-dm": "1.0.56-zhongyuan.1",
|
|
56
56
|
"antd": "^4.22.6",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "a298f4ad7068dff70f410592495dca58f92c4e71",
|
|
71
71
|
"gitHooks": {
|
|
72
72
|
"pre-commit": "lint-staged"
|
|
73
73
|
}
|