@zgfe/modules-settings 2.0.0-zhongyuan.0 → 2.0.0-zhongyuan.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.
@@ -31,18 +31,18 @@
31
31
  }
32
32
  .setting-point-map-tree-search {
33
33
  position: relative;
34
- margin-top: 16px;
35
34
  display: grid;
36
- align-items: center;
37
- grid-template-columns: 1fr 80px;
38
35
  grid-gap: 16px;
36
+ grid-template-columns: 1fr 20px;
37
+ align-items: center;
38
+ margin-top: 16px;
39
39
  }
40
40
  .setting-point-map-tree-search .qrcode-img {
41
41
  display: inline-flex;
42
42
  flex-direction: column;
43
43
  align-items: center;
44
44
  width: 200px;
45
- min-height: 200px;
45
+ height: 200px;
46
46
  padding: 20px;
47
47
  }
48
48
  .setting-point-map-tree-search .qrcode-img > div {
@@ -57,6 +57,9 @@
57
57
  height: 144px;
58
58
  margin-top: 10px;
59
59
  }
60
+ .setting-point-map-tree-search .ant-popover-placement-bottom .ant-popover-arrow {
61
+ left: 84% ;
62
+ }
60
63
  .setting-point-map-tree-search .loading .ant-spin-nested-loading {
61
64
  padding-top: 138px;
62
65
  }
@@ -32,7 +32,7 @@
32
32
  position: relative;
33
33
  display: grid;
34
34
  grid-gap: 16px;
35
- grid-template-columns: 1fr 80px;
35
+ grid-template-columns: 1fr 20px;
36
36
  align-items: center;
37
37
  margin-top: 16px;
38
38
  .qrcode-img {
@@ -40,7 +40,7 @@
40
40
  flex-direction: column;
41
41
  align-items: center;
42
42
  width: 200px;
43
- min-height: 200px;
43
+ height: 200px;
44
44
  padding: 20px;
45
45
  > div {
46
46
  text-align: center;
@@ -55,6 +55,9 @@
55
55
  margin-top: 10px;
56
56
  }
57
57
  }
58
+ .ant-popover-placement-bottom .ant-popover-arrow {
59
+ left: 84%;
60
+ }
58
61
  .loading {
59
62
  .ant-spin-nested-loading {
60
63
  padding-top: 138px;
@@ -597,11 +597,13 @@ var pointMap = function pointMap(props) {
597
597
  popupClassName: "".concat(classPrefix, "-search-popup")
598
598
  }), /*#__PURE__*/React.createElement(IconFont, {
599
599
  type: "sousuo"
600
- })), /*#__PURE__*/React.createElement(Popover, {
600
+ })), /*#__PURE__*/React.createElement("div", {
601
+ className: "".concat(classPrefix, "-search-pop")
602
+ }, /*#__PURE__*/React.createElement(Popover, {
601
603
  open: qrCodeShareShow,
602
604
  content: /*#__PURE__*/React.createElement("div", {
603
605
  className: "".concat(qrCodeLoading ? 'loading' : '', " qrcode-img")
604
- }, /*#__PURE__*/React.createElement("div", null, "\u624B\u673A\u626B\u7801\u5206\u4EAB\u5F53\u524D\u770B\u677F"), /*#__PURE__*/React.createElement(Spin, {
606
+ }, /*#__PURE__*/React.createElement("div", null, "\u624B\u673A\u626B\u7801\u67E5\u770B\u57CB\u70B9\u5730\u56FE"), /*#__PURE__*/React.createElement(Spin, {
605
607
  spinning: qrCodeLoading
606
608
  }, qrCodeShare && /*#__PURE__*/React.createElement("img", {
607
609
  src: qrCodeShare
@@ -615,8 +617,8 @@ var pointMap = function pointMap(props) {
615
617
  }, /*#__PURE__*/React.createElement("div", {
616
618
  id: "share-qrcode-box"
617
619
  }, /*#__PURE__*/React.createElement(IconFont, {
618
- type: "daochu"
619
- }), "\u5206\u4EAB\u770B\u677F"))), /*#__PURE__*/React.createElement("div", {
620
+ type: "erweima"
621
+ }))))), /*#__PURE__*/React.createElement("div", {
620
622
  className: "".concat(classPrefix, "-tree")
621
623
  }, treeData && treeData.length ? (/*#__PURE__*/React.createElement(Tree, {
622
624
  ref: treeRef,
@@ -9,6 +9,7 @@ import { DesktopOutlined } from '@ant-design/icons';
9
9
  import Notice from './notice';
10
10
  import Approvalmanage from './approvalmanage';
11
11
  import SettingTabs from '../../components/settingTabs';
12
+ import Dictionary from './Dictionary';
12
13
  import { DemoManage } from '@zgfe/modules-demo-manage';
13
14
  import { BizGlobalDataContext } from '@zgfe/business-lib';
14
15
  import CreateProcess from '../createProcess';
@@ -72,13 +73,11 @@ var SystemSetting = function SystemSetting(_ref) {
72
73
  key: '5',
73
74
  label: '接口管理',
74
75
  content: /*#__PURE__*/React.createElement(AuthUrl, null)
75
- },
76
- // {
77
- // key: '6',
78
- // label: '字典管理',
79
- // content: <Dictionary />,
80
- // },
81
- {
76
+ }, {
77
+ key: '6',
78
+ label: '字典管理',
79
+ content: /*#__PURE__*/React.createElement(Dictionary, null)
80
+ }, {
82
81
  key: '7',
83
82
  label: '文档库',
84
83
  content: /*#__PURE__*/React.createElement(DocumentSetting, null)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.0.0-zhongyuan.0",
3
+ "version": "2.0.0-zhongyuan.1",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",