@zgfe/modules-settings 2.1.0-zhongyuan-set.1 → 2.1.0-zhongyuan-set.2
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/styles/index.less +115 -115
- 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/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.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/index.less +144 -144
- 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.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.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.less +363 -363
- 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/styles/index.less +403 -403
- 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/styles/index.less +265 -265
- package/es/modules/demandManage/styles/index.less +155 -155
- package/es/modules/getPassword/index.less +122 -122
- package/es/modules/messageList/index.less +81 -81
- 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.js +9 -7
- package/es/modules/pointMap/editTxt/index.less +55 -55
- package/es/modules/pointMap/styles/index.less +165 -165
- package/es/modules/pointMap/styles/pageInfo.less +439 -439
- 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/css/index.less +48 -48
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -32
- package/es/modules/systemSetting/index.css +161 -161
- 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/package.json +2 -2
|
@@ -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
|
+
}
|