@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.
- 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 +29 -24
- package/es/modules/companySetting/user/index.less +363 -363
- package/es/modules/companySetting/user/invite.js +30 -102
- 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 -178
- package/es/modules/demandManage/styles/index.less +8 -68
- 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 +164 -145
- package/es/modules/pointMap/styles/tree.less +174 -149
- 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.css +161 -161
- package/es/modules/systemSetting/index.js +16 -16
- package/es/modules/systemSetting/index.less +169 -169
- 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 +74 -74
|
@@ -1,169 +1,169 @@
|
|
|
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
|
+
.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,21 +1,21 @@
|
|
|
1
|
-
.setting-config-view {
|
|
2
|
-
.item-title {
|
|
3
|
-
height: 48px;
|
|
4
|
-
margin: 0px -40px 24px -40px;
|
|
5
|
-
padding: 0px 40px;
|
|
6
|
-
line-height: 48px;
|
|
7
|
-
background-color: #f7f8f9;
|
|
8
|
-
|
|
9
|
-
.title-left {
|
|
10
|
-
font-size: 16px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.title-right {
|
|
14
|
-
text-align: right;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.ant-descriptions-item-label {
|
|
19
|
-
color: #354354;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
.setting-config-view {
|
|
2
|
+
.item-title {
|
|
3
|
+
height: 48px;
|
|
4
|
+
margin: 0px -40px 24px -40px;
|
|
5
|
+
padding: 0px 40px;
|
|
6
|
+
line-height: 48px;
|
|
7
|
+
background-color: #f7f8f9;
|
|
8
|
+
|
|
9
|
+
.title-left {
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.title-right {
|
|
14
|
+
text-align: right;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ant-descriptions-item-label {
|
|
19
|
+
color: #354354;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
.item-edit-title {
|
|
2
|
-
height: 48px;
|
|
3
|
-
margin: -40px -40px 24px;
|
|
4
|
-
padding-left: 40px;
|
|
5
|
-
font-size: 16px;
|
|
6
|
-
line-height: 48px;
|
|
7
|
-
background-color: #f7f8f9;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.operation-container {
|
|
11
|
-
margin-top: 24px;
|
|
12
|
-
|
|
13
|
-
button {
|
|
14
|
-
margin-right: 12px;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.subtitle {
|
|
19
|
-
width: 700px;
|
|
20
|
-
margin-bottom: 24px;
|
|
21
|
-
color: #999;
|
|
22
|
-
font-weight: 400;
|
|
23
|
-
font-size: 16px;
|
|
24
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
25
|
-
line-height: 14px;
|
|
26
|
-
}
|
|
1
|
+
.item-edit-title {
|
|
2
|
+
height: 48px;
|
|
3
|
+
margin: -40px -40px 24px;
|
|
4
|
+
padding-left: 40px;
|
|
5
|
+
font-size: 16px;
|
|
6
|
+
line-height: 48px;
|
|
7
|
+
background-color: #f7f8f9;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.operation-container {
|
|
11
|
+
margin-top: 24px;
|
|
12
|
+
|
|
13
|
+
button {
|
|
14
|
+
margin-right: 12px;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.subtitle {
|
|
19
|
+
width: 700px;
|
|
20
|
+
margin-bottom: 24px;
|
|
21
|
+
color: #999;
|
|
22
|
+
font-weight: 400;
|
|
23
|
+
font-size: 16px;
|
|
24
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
25
|
+
line-height: 14px;
|
|
26
|
+
}
|
package/es/types/personal.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"private": false,
|
|
5
|
-
"module": "es/index.js",
|
|
6
|
-
"typings": "es/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"es"
|
|
9
|
-
],
|
|
10
|
-
"scripts": {
|
|
11
|
-
"build": "father-build",
|
|
12
|
-
"deploy": "npm run docs:build && npm run docs:deploy",
|
|
13
|
-
"docs:build": "dumi build",
|
|
14
|
-
"docs:deploy": "gh-pages -d docs-dist",
|
|
15
|
-
"prepublishOnly": "npm run build",
|
|
16
|
-
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
|
|
17
|
-
"pub": "lerna publish",
|
|
18
|
-
"start": "dumi dev",
|
|
19
|
-
"test": "umi-test",
|
|
20
|
-
"test:coverage": "umi-test --coverage"
|
|
21
|
-
},
|
|
22
|
-
"lint-staged": {
|
|
23
|
-
"*.{js,jsx,less,md,json}": [
|
|
24
|
-
"prettier --write"
|
|
25
|
-
],
|
|
26
|
-
"*.ts?(x)": [
|
|
27
|
-
"prettier --parser=typescript --write"
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@antv/layout": "^0.3.25",
|
|
32
|
-
"@antv/x6": "^1.33.1",
|
|
33
|
-
"@antv/x6-react-components": "^1.1.15",
|
|
34
|
-
"@antv/x6-react-shape": "^1.6.1",
|
|
35
|
-
"@types/dom-to-image": "^2.6.7",
|
|
36
|
-
"canvg": "^4.0.2",
|
|
37
|
-
"clipboard": "^2.0.11",
|
|
38
|
-
"dom-to-image": "^2.6.0",
|
|
39
|
-
"echarts": "^5.5.1",
|
|
40
|
-
"echarts-for-react": "^3.0.2",
|
|
41
|
-
"html2canvas": "^1.4.1",
|
|
42
|
-
"jspdf": "^2.5.1",
|
|
43
|
-
"react": "^16.12.0 || ^17.0.0",
|
|
44
|
-
"react-router-dom": "^6.8.2"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@testing-library/jest-dom": "^5.15.1",
|
|
48
|
-
"@testing-library/react": "^12.1.2",
|
|
49
|
-
"@types/jest": "^27.0.3",
|
|
50
|
-
"@types/lodash": "^4.14.182",
|
|
51
|
-
"@umijs/fabric": "^2.8.1",
|
|
52
|
-
"@umijs/test": "^3.0.5",
|
|
53
|
-
"@zgfe/business-lib": "1.2.
|
|
54
|
-
"@zgfe/modules-demo-manage": "1.0.5-zhongyuan.0",
|
|
55
|
-
"@zgfe/modules-dm": "1.0.56-zhongyuan.1",
|
|
56
|
-
"antd": "^4.22.6",
|
|
57
|
-
"dumi": "^1.1.0",
|
|
58
|
-
"father-build": "^1.17.2",
|
|
59
|
-
"gh-pages": "^3.0.0",
|
|
60
|
-
"lerna": "^5.1.7",
|
|
61
|
-
"lint-staged": "^10.0.7",
|
|
62
|
-
"lodash": "^4.17.21",
|
|
63
|
-
"prettier": "^2.2.1",
|
|
64
|
-
"umi-request": "^1.4.0",
|
|
65
|
-
"yorkie": "^2.0.0"
|
|
66
|
-
},
|
|
67
|
-
"publishConfig": {
|
|
68
|
-
"access": "public"
|
|
69
|
-
},
|
|
70
|
-
"gitHead": "
|
|
71
|
-
"gitHooks": {
|
|
72
|
-
"pre-commit": "lint-staged"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@zgfe/modules-settings",
|
|
3
|
+
"version": "2.1.0-zhongyuan-set.1",
|
|
4
|
+
"private": false,
|
|
5
|
+
"module": "es/index.js",
|
|
6
|
+
"typings": "es/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"es"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"build": "father-build",
|
|
12
|
+
"deploy": "npm run docs:build && npm run docs:deploy",
|
|
13
|
+
"docs:build": "dumi build",
|
|
14
|
+
"docs:deploy": "gh-pages -d docs-dist",
|
|
15
|
+
"prepublishOnly": "npm run build",
|
|
16
|
+
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
|
|
17
|
+
"pub": "lerna publish",
|
|
18
|
+
"start": "dumi dev",
|
|
19
|
+
"test": "umi-test",
|
|
20
|
+
"test:coverage": "umi-test --coverage"
|
|
21
|
+
},
|
|
22
|
+
"lint-staged": {
|
|
23
|
+
"*.{js,jsx,less,md,json}": [
|
|
24
|
+
"prettier --write"
|
|
25
|
+
],
|
|
26
|
+
"*.ts?(x)": [
|
|
27
|
+
"prettier --parser=typescript --write"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@antv/layout": "^0.3.25",
|
|
32
|
+
"@antv/x6": "^1.33.1",
|
|
33
|
+
"@antv/x6-react-components": "^1.1.15",
|
|
34
|
+
"@antv/x6-react-shape": "^1.6.1",
|
|
35
|
+
"@types/dom-to-image": "^2.6.7",
|
|
36
|
+
"canvg": "^4.0.2",
|
|
37
|
+
"clipboard": "^2.0.11",
|
|
38
|
+
"dom-to-image": "^2.6.0",
|
|
39
|
+
"echarts": "^5.5.1",
|
|
40
|
+
"echarts-for-react": "^3.0.2",
|
|
41
|
+
"html2canvas": "^1.4.1",
|
|
42
|
+
"jspdf": "^2.5.1",
|
|
43
|
+
"react": "^16.12.0 || ^17.0.0",
|
|
44
|
+
"react-router-dom": "^6.8.2"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@testing-library/jest-dom": "^5.15.1",
|
|
48
|
+
"@testing-library/react": "^12.1.2",
|
|
49
|
+
"@types/jest": "^27.0.3",
|
|
50
|
+
"@types/lodash": "^4.14.182",
|
|
51
|
+
"@umijs/fabric": "^2.8.1",
|
|
52
|
+
"@umijs/test": "^3.0.5",
|
|
53
|
+
"@zgfe/business-lib": "1.2.71-hxd.11",
|
|
54
|
+
"@zgfe/modules-demo-manage": "1.0.5-zhongyuan.0",
|
|
55
|
+
"@zgfe/modules-dm": "1.0.56-zhongyuan.1",
|
|
56
|
+
"antd": "^4.22.6",
|
|
57
|
+
"dumi": "^1.1.0",
|
|
58
|
+
"father-build": "^1.17.2",
|
|
59
|
+
"gh-pages": "^3.0.0",
|
|
60
|
+
"lerna": "^5.1.7",
|
|
61
|
+
"lint-staged": "^10.0.7",
|
|
62
|
+
"lodash": "^4.17.21",
|
|
63
|
+
"prettier": "^2.2.1",
|
|
64
|
+
"umi-request": "^1.4.0",
|
|
65
|
+
"yorkie": "^2.0.0"
|
|
66
|
+
},
|
|
67
|
+
"publishConfig": {
|
|
68
|
+
"access": "public"
|
|
69
|
+
},
|
|
70
|
+
"gitHead": "b4a94bdf4491b1bbc13883cccf3d800624a9a830",
|
|
71
|
+
"gitHooks": {
|
|
72
|
+
"pre-commit": "lint-staged"
|
|
73
|
+
}
|
|
74
|
+
}
|