@zgfe/modules-settings 2.1.0-zhongyuan.8 → 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.
Files changed (38) hide show
  1. package/es/constants/api.d.ts +2 -0
  2. package/es/constants/api.js +5 -1
  3. package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
  4. package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
  5. package/es/modules/companySetting/application/applicationForm.js +34 -4
  6. package/es/modules/companySetting/application/index.js +7 -8
  7. package/es/modules/companySetting/application/index.less +144 -144
  8. package/es/modules/companySetting/index.js +37 -33
  9. package/es/modules/companySetting/operationLog/index.js +22 -5
  10. package/es/modules/companySetting/role/index.less +296 -296
  11. package/es/modules/companySetting/user/index.js +41 -27
  12. package/es/modules/companySetting/user/invite.js +28 -100
  13. package/es/modules/createDemand/demo/selectPoint.js +1 -2
  14. package/es/modules/createDemand/index.js +9 -8
  15. package/es/modules/createDemand/styles/index.less +403 -403
  16. package/es/modules/createDemand_bf/demo/index.js +0 -1
  17. package/es/modules/createDemand_bf/index.js +0 -1
  18. package/es/modules/dealDemand/demo/index.js +0 -1
  19. package/es/modules/dealDemand/demo/selectPoint.js +1 -1
  20. package/es/modules/dealDemand/index.js +0 -2
  21. package/es/modules/demandManage/index.js +2 -2
  22. package/es/modules/demandManage/styles/index.less +155 -155
  23. package/es/modules/personalSetting/securityLog/index.js +1 -1
  24. package/es/modules/pointMap/createMetaDrawer.js +162 -71
  25. package/es/modules/pointMap/index.js +3 -1
  26. package/es/modules/pointMap/pageInfo.js +17 -10
  27. package/es/modules/pointMap/styles/index.less +165 -165
  28. package/es/modules/pointMap/styles/tree.css +164 -145
  29. package/es/modules/pointMap/styles/tree.less +174 -156
  30. package/es/modules/pointMap/tree.js +133 -82
  31. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +5 -4
  32. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -48
  33. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +2 -1
  34. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +11 -6
  35. package/es/modules/systemSetting/document-setting/index.js +7 -6
  36. package/es/modules/systemSetting/index.js +13 -15
  37. package/es/modules/systemSetting/index.less +175 -169
  38. 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],
@@ -185,7 +186,7 @@ var clearDict = function clearDict(_ref) {
185
186
  labelAlign: "right"
186
187
  }, /*#__PURE__*/React.createElement(Form.Item, {
187
188
  label: "\u5C5E\u6027\u5B57\u5178\u540D",
188
- name: "dictName.",
189
+ name: "dictName",
189
190
  rules: [{
190
191
  required: true,
191
192
  message: '请输入属性字典名'
@@ -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
+ }
@@ -192,7 +192,8 @@ var DictionaryManagement = function DictionaryManagement() {
192
192
  columns: columns,
193
193
  onChange: handlePage,
194
194
  scroll: {
195
- x: 992
195
+ x: 992,
196
+ y: 390
196
197
  }
197
198
  }), addDictShow && (/*#__PURE__*/React.createElement(CreateDict, {
198
199
  addDictShow: addDictShow,
@@ -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, {
@@ -229,7 +233,8 @@ var locationTagManagement = function locationTagManagement(_ref) {
229
233
  columns: columns,
230
234
  onChange: handlePage,
231
235
  scroll: {
232
- x: 992
236
+ x: 992,
237
+ y: 390
233
238
  }
234
239
  }), addLocShow && (/*#__PURE__*/React.createElement(CreateLoc, {
235
240
  type: type,
@@ -34,7 +34,7 @@ var beforeUpload = function beforeUpload(file) {
34
34
  if (!isLt2M) {
35
35
  message.error('文件不能大于100M');
36
36
  }
37
- return isLt2M;
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, 'll');
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 : '1'),
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
- key: '1',
55
- label: '通知配置',
56
- content: /*#__PURE__*/React.createElement(Notice, {
57
- bizType: 1
58
- })
59
- }, {
60
- key: '3',
61
- label: 'kpi通知配置',
62
- content: /*#__PURE__*/React.createElement(Notice, {
63
- bizType: 2
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
- .system-setting-approval-process-create-bg {
2
- position: absolute;
3
- top: 0;
4
- right: 0;
5
- bottom: 0;
6
- left: 0;
7
- z-index: 10;
8
- background: #fafafb;
9
- }
10
- .authUrlPageClass {
11
- &-search {
12
- display: flex;
13
- align-items: center;
14
- justify-content: space-between;
15
- margin: 0px 0px 16px;
16
- }
17
- }
18
- .DictionaryPage {
19
- &-emptyDom {
20
- margin: 50px 0px 0px;
21
- text-align: center;
22
- &-img {
23
- display: block;
24
- width: 248px;
25
- height: 200px;
26
- margin: auto;
27
- background-image: url('./img/empty-data.png');
28
- background-size: 100%;
29
- }
30
- &-tip {
31
- margin: 0px 0px 10px;
32
- color: #999;
33
- }
34
- }
35
- .ant-tabs-nav {
36
- padding-right: 10%;
37
- }
38
- &-header {
39
- position: relative;
40
- &-search {
41
- display: flex;
42
- align-items: center;
43
- justify-content: space-between;
44
- margin: 0px 0px 16px;
45
- .ant-btn {
46
- color: #407fff;
47
- border-color: #407fff;
48
- }
49
- }
50
- }
51
- &-tabsRight-text {
52
- position: absolute;
53
- top: 13%;
54
- right: 0;
55
- width: 10%;
56
- color: #165dff;
57
- text-align: center;
58
- vertical-align: middle;
59
- border-left: 1px solid #ccc;
60
- cursor: pointer;
61
- }
62
- &-modal {
63
- color: #021429;
64
- &-header {
65
- height: 50px;
66
- padding: 0px 16px;
67
- line-height: 50px;
68
- background-color: #f2f3f4;
69
- &-left {
70
- display: inline-block;
71
- width: 80%;
72
- vertical-align: middle;
73
- }
74
- &-operation {
75
- display: inline-block;
76
- width: 20%;
77
- text-align: center;
78
- vertical-align: middle;
79
- }
80
- }
81
- .ant-input-affix-wrapper {
82
- vertical-align: middle;
83
- }
84
- .DictionaryPage-modal-content {
85
- padding: 10px 16px 0px;
86
- }
87
- &-content {
88
- height: 292px;
89
- overflow-y: auto;
90
- &-item {
91
- display: flex;
92
- align-items: center;
93
- height: 50px;
94
- line-height: 50px;
95
- border-bottom: 1px solid #f2f3f4;
96
- }
97
- &-itemLeft {
98
- position: relative;
99
- display: inline-block;
100
- flex: 1;
101
- height: 100%;
102
- .error-tip {
103
- position: absolute;
104
- bottom: -28px;
105
- left: 3px;
106
- width: 100%;
107
- color: red;
108
- font-size: 14px;
109
- letter-spacing: 1px;
110
- }
111
- }
112
- &-itemRight {
113
- display: inline-block;
114
- width: 40px;
115
- color: #165dff;
116
- text-align: center;
117
- cursor: pointer;
118
- }
119
- .ant-typography.ant-typography-ellipsis.ant-typography-single-line {
120
- height: 50px;
121
- margin-bottom: 0px;
122
- line-height: 50px;
123
- border-bottom: 1px solid #f2f3f4;
124
- }
125
- .ant-typography-edit {
126
- float: right;
127
- width: 20%;
128
- text-align: center;
129
- }
130
- }
131
- &-footer {
132
- display: flex;
133
- align-items: center;
134
- justify-content: space-between;
135
- margin: 16px 0px;
136
- }
137
- }
138
- }
139
-
140
- // 文档库管理
141
- .DocumentSetting {
142
- &-header {
143
- height: 48px;
144
- line-height: 48px;
145
- border-bottom: 1px solid #e8efff;
146
- }
147
- &-search {
148
- display: flex;
149
- align-items: center;
150
- justify-content: space-between;
151
- margin: 16px 0px 16px;
152
- }
153
- &-emptyDom {
154
- margin: 50px 0px 0px;
155
- text-align: center;
156
- &-img {
157
- display: block;
158
- width: 248px;
159
- height: 200px;
160
- margin: auto;
161
- background-image: url('./img/empty-data.png');
162
- background-size: 100%;
163
- }
164
- &-tip {
165
- margin: 0px 0px 10px;
166
- color: #999;
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
+ }