@zgfe/modules-dm 1.0.56-zhongyuan.1 → 1.0.56-zhongyuan.6
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/modules/dataManage/collectionAttributeList.js +9 -0
- package/es/modules/dataManage/collectionEventList.js +4 -1
- package/es/modules/dataManage/components/creditPop/index.d.ts +2 -1
- package/es/modules/dataManage/components/creditPop/index.less +121 -121
- package/es/modules/dataManage/components/depositPop/index.d.ts +2 -1
- package/es/modules/dataManage/components/depositPop/index.less +115 -115
- package/es/modules/dataManage/components/developModal/index.css +36 -36
- package/es/modules/dataManage/components/developModal/index.d.ts +2 -1
- package/es/modules/dataManage/components/developModal/index.less +36 -36
- package/es/modules/dataManage/components/editTxt/index.d.ts +1 -3
- package/es/modules/dataManage/components/editTxt/index.less +44 -44
- package/es/modules/dataManage/components/eventFilter/styles/index.less +72 -72
- package/es/modules/dataManage/components/importAttrDialog/demo/index.d.ts +2 -1
- package/es/modules/dataManage/components/importAttrDialog/index.js +3 -1
- package/es/modules/dataManage/components/importAttrDialog/styles/index.less +90 -90
- package/es/modules/dataManage/components/importMetaDialog/demo/index.d.ts +2 -1
- package/es/modules/dataManage/components/importMetaDialog/index.js +3 -1
- package/es/modules/dataManage/components/importMetaDialog/styles/index.less +91 -91
- package/es/modules/dataManage/components/tablePlus.js +2 -2
- package/es/modules/dataManage/demo/index.d.ts +2 -1
- package/es/modules/dataManage/detailedData/DetailedDataForm.d.ts +1 -1
- package/es/modules/dataManage/detailedData/index.js +1 -1
- package/es/modules/dataManage/styles/detailed.less +74 -74
- package/es/modules/dataManage/styles/index.less +1195 -1195
- package/es/modules/dataMap/component/drawerAdd.js +4 -1
- package/es/modules/dataMap/component/leftTree.js +7 -2
- package/es/modules/dataMap/component/rightDetail.js +19 -5
- package/es/modules/dataMap/demo/index.d.ts +2 -1
- package/es/modules/dataMap/index.d.ts +2 -1
- package/es/modules/dataMap/mapSetting.js +11 -3
- package/es/modules/dataPlan/styles/index.less +316 -316
- package/es/modules/dataReal/demo/index.d.ts +2 -1
- package/es/modules/dataReal/index1.js +37 -5
- package/es/modules/dataReal/table.js +3 -1
- package/package.json +4 -2
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
.dm-create-meta-drawer-edit-text {
|
|
3
|
-
display: flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
&-input {
|
|
6
|
-
position: relative;
|
|
7
|
-
width: 350px;
|
|
8
|
-
height: 100%;
|
|
9
|
-
.ant-input {
|
|
10
|
-
background-color: #fff !important;
|
|
11
|
-
border-color: #fff;
|
|
12
|
-
&:not(.ant-input-status-error):hover {
|
|
13
|
-
border-color: @primary-color!important;
|
|
14
|
-
}
|
|
15
|
-
&:not(.ant-input-status-error):focus {
|
|
16
|
-
border-color: @primary-color!important;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
&-error-tip {
|
|
21
|
-
position: absolute;
|
|
22
|
-
top: 100%;
|
|
23
|
-
left: 0;
|
|
24
|
-
color: @error-color;
|
|
25
|
-
line-height: 1.2;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&-content {
|
|
29
|
-
display: inline-block;
|
|
30
|
-
max-width: 330px;
|
|
31
|
-
height: @height-sm;
|
|
32
|
-
color: #021429;
|
|
33
|
-
// font-weight: bold;
|
|
34
|
-
font-size: 14px;
|
|
35
|
-
line-height: @height-sm;
|
|
36
|
-
.__default-overflow();
|
|
37
|
-
}
|
|
38
|
-
&-icon {
|
|
39
|
-
margin-left: @margin-xs;
|
|
40
|
-
color: #9aa1a9;
|
|
41
|
-
font-size: 16px !important;
|
|
42
|
-
cursor: pointer;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
.dm-create-meta-drawer-edit-text {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
&-input {
|
|
6
|
+
position: relative;
|
|
7
|
+
width: 350px;
|
|
8
|
+
height: 100%;
|
|
9
|
+
.ant-input {
|
|
10
|
+
background-color: #fff !important;
|
|
11
|
+
border-color: #fff;
|
|
12
|
+
&:not(.ant-input-status-error):hover {
|
|
13
|
+
border-color: @primary-color!important;
|
|
14
|
+
}
|
|
15
|
+
&:not(.ant-input-status-error):focus {
|
|
16
|
+
border-color: @primary-color!important;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
&-error-tip {
|
|
21
|
+
position: absolute;
|
|
22
|
+
top: 100%;
|
|
23
|
+
left: 0;
|
|
24
|
+
color: @error-color;
|
|
25
|
+
line-height: 1.2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&-content {
|
|
29
|
+
display: inline-block;
|
|
30
|
+
max-width: 330px;
|
|
31
|
+
height: @height-sm;
|
|
32
|
+
color: #021429;
|
|
33
|
+
// font-weight: bold;
|
|
34
|
+
font-size: 14px;
|
|
35
|
+
line-height: @height-sm;
|
|
36
|
+
.__default-overflow();
|
|
37
|
+
}
|
|
38
|
+
&-icon {
|
|
39
|
+
margin-left: @margin-xs;
|
|
40
|
+
color: #9aa1a9;
|
|
41
|
+
font-size: 16px !important;
|
|
42
|
+
cursor: pointer;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
.virtual-event-eventfilter-box {
|
|
2
|
-
position: relative;
|
|
3
|
-
width: 100%;
|
|
4
|
-
padding: 20px;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
border: 1px solid #ecedf0;
|
|
7
|
-
border-radius: 8px;
|
|
8
|
-
.not-clickable-mask {
|
|
9
|
-
position: absolute;
|
|
10
|
-
top: 0;
|
|
11
|
-
left: 0;
|
|
12
|
-
width: 100%;
|
|
13
|
-
height: 100%;
|
|
14
|
-
cursor: not-allowed;
|
|
15
|
-
}
|
|
16
|
-
&-eventSelector {
|
|
17
|
-
display: flex;
|
|
18
|
-
> :nth-child(1) {
|
|
19
|
-
width: 20px;
|
|
20
|
-
height: 20px;
|
|
21
|
-
margin: 6px 19px 6px 0;
|
|
22
|
-
color: #fff;
|
|
23
|
-
line-height: 20px;
|
|
24
|
-
text-align: center;
|
|
25
|
-
background: #165dff;
|
|
26
|
-
border-radius: 4px;
|
|
27
|
-
}
|
|
28
|
-
.biz-event-select,
|
|
29
|
-
.biz-attr-select {
|
|
30
|
-
width: 208px;
|
|
31
|
-
margin-right: 16px;
|
|
32
|
-
}
|
|
33
|
-
.shaixuan {
|
|
34
|
-
margin-top: 2px;
|
|
35
|
-
color: #9aa1a9;
|
|
36
|
-
font-size: 20px !important;
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
}
|
|
39
|
-
.shaixuan:hover {
|
|
40
|
-
color: #165dff;
|
|
41
|
-
}
|
|
42
|
-
.disable {
|
|
43
|
-
color: #ccd0d4 !important;
|
|
44
|
-
cursor: not-allowed !important;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
&-eventSelector.hasattr {
|
|
48
|
-
margin-bottom: 4px;
|
|
49
|
-
padding-bottom: 4px;
|
|
50
|
-
}
|
|
51
|
-
.delete-box {
|
|
52
|
-
position: absolute;
|
|
53
|
-
top: -32px;
|
|
54
|
-
right: -32px;
|
|
55
|
-
width: 64px;
|
|
56
|
-
height: 64px;
|
|
57
|
-
background: #f2f3f4;
|
|
58
|
-
border-radius: 50%;
|
|
59
|
-
.shanchu {
|
|
60
|
-
position: absolute;
|
|
61
|
-
bottom: 5px;
|
|
62
|
-
left: 11px;
|
|
63
|
-
font-size: 17px !important;
|
|
64
|
-
cursor: pointer;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
.delete-box:hover {
|
|
68
|
-
.shanchu {
|
|
69
|
-
color: #fb5547;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
.virtual-event-eventfilter-box {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
padding: 20px;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
border: 1px solid #ecedf0;
|
|
7
|
+
border-radius: 8px;
|
|
8
|
+
.not-clickable-mask {
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 0;
|
|
11
|
+
left: 0;
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100%;
|
|
14
|
+
cursor: not-allowed;
|
|
15
|
+
}
|
|
16
|
+
&-eventSelector {
|
|
17
|
+
display: flex;
|
|
18
|
+
> :nth-child(1) {
|
|
19
|
+
width: 20px;
|
|
20
|
+
height: 20px;
|
|
21
|
+
margin: 6px 19px 6px 0;
|
|
22
|
+
color: #fff;
|
|
23
|
+
line-height: 20px;
|
|
24
|
+
text-align: center;
|
|
25
|
+
background: #165dff;
|
|
26
|
+
border-radius: 4px;
|
|
27
|
+
}
|
|
28
|
+
.biz-event-select,
|
|
29
|
+
.biz-attr-select {
|
|
30
|
+
width: 208px;
|
|
31
|
+
margin-right: 16px;
|
|
32
|
+
}
|
|
33
|
+
.shaixuan {
|
|
34
|
+
margin-top: 2px;
|
|
35
|
+
color: #9aa1a9;
|
|
36
|
+
font-size: 20px !important;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
39
|
+
.shaixuan:hover {
|
|
40
|
+
color: #165dff;
|
|
41
|
+
}
|
|
42
|
+
.disable {
|
|
43
|
+
color: #ccd0d4 !important;
|
|
44
|
+
cursor: not-allowed !important;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
&-eventSelector.hasattr {
|
|
48
|
+
margin-bottom: 4px;
|
|
49
|
+
padding-bottom: 4px;
|
|
50
|
+
}
|
|
51
|
+
.delete-box {
|
|
52
|
+
position: absolute;
|
|
53
|
+
top: -32px;
|
|
54
|
+
right: -32px;
|
|
55
|
+
width: 64px;
|
|
56
|
+
height: 64px;
|
|
57
|
+
background: #f2f3f4;
|
|
58
|
+
border-radius: 50%;
|
|
59
|
+
.shanchu {
|
|
60
|
+
position: absolute;
|
|
61
|
+
bottom: 5px;
|
|
62
|
+
left: 11px;
|
|
63
|
+
font-size: 17px !important;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
.delete-box:hover {
|
|
68
|
+
.shanchu {
|
|
69
|
+
color: #fb5547;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -122,7 +122,9 @@ var ImportModal = function ImportModal(props) {
|
|
|
122
122
|
tip: "\u4E0A\u4F20\u4E2D",
|
|
123
123
|
indicator: /*#__PURE__*/React.createElement(LoadingOutlined, {
|
|
124
124
|
className: "".concat(classPrefix, "-spin-icon"),
|
|
125
|
-
spin: true
|
|
125
|
+
spin: true,
|
|
126
|
+
onPointerEnterCapture: undefined,
|
|
127
|
+
onPointerLeaveCapture: undefined
|
|
126
128
|
})
|
|
127
129
|
}, /*#__PURE__*/React.createElement("div", {
|
|
128
130
|
style: {
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
|
|
3
|
-
.import-meta-modal {
|
|
4
|
-
&-icon-file {
|
|
5
|
-
color: @primary-color;
|
|
6
|
-
font-size: 48px !important;
|
|
7
|
-
}
|
|
8
|
-
&-icon-export {
|
|
9
|
-
margin-right: @margin-xss;
|
|
10
|
-
}
|
|
11
|
-
&-export-btn {
|
|
12
|
-
display: block;
|
|
13
|
-
width: fit-content;
|
|
14
|
-
// margin-top: @margin-md;
|
|
15
|
-
}
|
|
16
|
-
.ant-upload.ant-upload-drag {
|
|
17
|
-
background: #fafafb;
|
|
18
|
-
/* io/中性/N2-置灰信息 */
|
|
19
|
-
border: 1px dashed #ccd0d4;
|
|
20
|
-
}
|
|
21
|
-
.ant-upload.ant-upload-drag .ant-upload {
|
|
22
|
-
padding: 40px 0;
|
|
23
|
-
}
|
|
24
|
-
&-export-container {
|
|
25
|
-
&-h1 {
|
|
26
|
-
margin-top: -8px;
|
|
27
|
-
margin-bottom: 4px;
|
|
28
|
-
}
|
|
29
|
-
&-h2 {
|
|
30
|
-
color: @text-color-secondary;
|
|
31
|
-
font-size: 12px;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&-show-container {
|
|
36
|
-
display: flex;
|
|
37
|
-
align-items: center;
|
|
38
|
-
justify-content: space-between;
|
|
39
|
-
padding: 24px;
|
|
40
|
-
background: #fafafb;
|
|
41
|
-
/* io/中性/N1-按钮边框 线色 */
|
|
42
|
-
border: 1px solid #e6e7ea;
|
|
43
|
-
border-radius: 4px;
|
|
44
|
-
&-content {
|
|
45
|
-
display: flex;
|
|
46
|
-
align-items: center;
|
|
47
|
-
&-icon {
|
|
48
|
-
margin-right: 12px;
|
|
49
|
-
color: @primary-color;
|
|
50
|
-
font-size: 40px !important;
|
|
51
|
-
}
|
|
52
|
-
&-file {
|
|
53
|
-
&-title {
|
|
54
|
-
font-size: 16px;
|
|
55
|
-
}
|
|
56
|
-
&-size {
|
|
57
|
-
color: @text-color-secondary;
|
|
58
|
-
font-size: 12px;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
&-spin {
|
|
65
|
-
background: #fafafb;
|
|
66
|
-
border: 1px solid #e6e7ea;
|
|
67
|
-
border-radius: 4px;
|
|
68
|
-
&-icon.anticon {
|
|
69
|
-
color: @primary-color;
|
|
70
|
-
font-size: 24px;
|
|
71
|
-
}
|
|
72
|
-
.ant-spin-text {
|
|
73
|
-
margin-top: @margin-xs;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
&-upload-txt {
|
|
78
|
-
font-size: 16px;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.ant-modal-body {
|
|
82
|
-
padding-top: 8px !important;
|
|
83
|
-
}
|
|
84
|
-
&-footer {
|
|
85
|
-
display: flex;
|
|
86
|
-
flex-direction: row;
|
|
87
|
-
align-items: center;
|
|
88
|
-
justify-content: space-between;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
|
|
3
|
+
.import-meta-modal {
|
|
4
|
+
&-icon-file {
|
|
5
|
+
color: @primary-color;
|
|
6
|
+
font-size: 48px !important;
|
|
7
|
+
}
|
|
8
|
+
&-icon-export {
|
|
9
|
+
margin-right: @margin-xss;
|
|
10
|
+
}
|
|
11
|
+
&-export-btn {
|
|
12
|
+
display: block;
|
|
13
|
+
width: fit-content;
|
|
14
|
+
// margin-top: @margin-md;
|
|
15
|
+
}
|
|
16
|
+
.ant-upload.ant-upload-drag {
|
|
17
|
+
background: #fafafb;
|
|
18
|
+
/* io/中性/N2-置灰信息 */
|
|
19
|
+
border: 1px dashed #ccd0d4;
|
|
20
|
+
}
|
|
21
|
+
.ant-upload.ant-upload-drag .ant-upload {
|
|
22
|
+
padding: 40px 0;
|
|
23
|
+
}
|
|
24
|
+
&-export-container {
|
|
25
|
+
&-h1 {
|
|
26
|
+
margin-top: -8px;
|
|
27
|
+
margin-bottom: 4px;
|
|
28
|
+
}
|
|
29
|
+
&-h2 {
|
|
30
|
+
color: @text-color-secondary;
|
|
31
|
+
font-size: 12px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&-show-container {
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: center;
|
|
38
|
+
justify-content: space-between;
|
|
39
|
+
padding: 24px;
|
|
40
|
+
background: #fafafb;
|
|
41
|
+
/* io/中性/N1-按钮边框 线色 */
|
|
42
|
+
border: 1px solid #e6e7ea;
|
|
43
|
+
border-radius: 4px;
|
|
44
|
+
&-content {
|
|
45
|
+
display: flex;
|
|
46
|
+
align-items: center;
|
|
47
|
+
&-icon {
|
|
48
|
+
margin-right: 12px;
|
|
49
|
+
color: @primary-color;
|
|
50
|
+
font-size: 40px !important;
|
|
51
|
+
}
|
|
52
|
+
&-file {
|
|
53
|
+
&-title {
|
|
54
|
+
font-size: 16px;
|
|
55
|
+
}
|
|
56
|
+
&-size {
|
|
57
|
+
color: @text-color-secondary;
|
|
58
|
+
font-size: 12px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&-spin {
|
|
65
|
+
background: #fafafb;
|
|
66
|
+
border: 1px solid #e6e7ea;
|
|
67
|
+
border-radius: 4px;
|
|
68
|
+
&-icon.anticon {
|
|
69
|
+
color: @primary-color;
|
|
70
|
+
font-size: 24px;
|
|
71
|
+
}
|
|
72
|
+
.ant-spin-text {
|
|
73
|
+
margin-top: @margin-xs;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&-upload-txt {
|
|
78
|
+
font-size: 16px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ant-modal-body {
|
|
82
|
+
padding-top: 8px !important;
|
|
83
|
+
}
|
|
84
|
+
&-footer {
|
|
85
|
+
display: flex;
|
|
86
|
+
flex-direction: row;
|
|
87
|
+
align-items: center;
|
|
88
|
+
justify-content: space-between;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -122,7 +122,9 @@ var ImportModal = function ImportModal(props) {
|
|
|
122
122
|
tip: "\u4E0A\u4F20\u4E2D",
|
|
123
123
|
indicator: /*#__PURE__*/React.createElement(LoadingOutlined, {
|
|
124
124
|
className: "".concat(classPrefix, "-spin-icon"),
|
|
125
|
-
spin: true
|
|
125
|
+
spin: true,
|
|
126
|
+
onPointerEnterCapture: undefined,
|
|
127
|
+
onPointerLeaveCapture: undefined
|
|
126
128
|
})
|
|
127
129
|
}, /*#__PURE__*/React.createElement("div", {
|
|
128
130
|
style: {
|
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
|
|
3
|
-
.import-meta-modal {
|
|
4
|
-
&-icon-file {
|
|
5
|
-
color: @primary-color;
|
|
6
|
-
font-size: 48px !important;
|
|
7
|
-
}
|
|
8
|
-
&-icon-export {
|
|
9
|
-
margin-right: @margin-xss;
|
|
10
|
-
}
|
|
11
|
-
&-export-btn {
|
|
12
|
-
display: block;
|
|
13
|
-
width: fit-content;
|
|
14
|
-
// margin-top: @margin-md;
|
|
15
|
-
}
|
|
16
|
-
.ant-upload.ant-upload-drag {
|
|
17
|
-
background: #fafafb;
|
|
18
|
-
/* io/中性/N2-置灰信息 */
|
|
19
|
-
border: 1px dashed #ccd0d4;
|
|
20
|
-
}
|
|
21
|
-
.ant-upload.ant-upload-drag .ant-upload {
|
|
22
|
-
padding: 40px 0;
|
|
23
|
-
}
|
|
24
|
-
&-export-container {
|
|
25
|
-
border-radius: 4px;
|
|
26
|
-
&-h1 {
|
|
27
|
-
margin-top: -8px;
|
|
28
|
-
margin-bottom: 4px;
|
|
29
|
-
}
|
|
30
|
-
&-h2 {
|
|
31
|
-
color: @text-color-secondary;
|
|
32
|
-
font-size: 12px;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&-show-container {
|
|
37
|
-
display: flex;
|
|
38
|
-
align-items: center;
|
|
39
|
-
justify-content: space-between;
|
|
40
|
-
padding: 24px;
|
|
41
|
-
background: #fafafb;
|
|
42
|
-
/* io/中性/N1-按钮边框 线色 */
|
|
43
|
-
border: 1px solid #e6e7ea;
|
|
44
|
-
border-radius: 4px;
|
|
45
|
-
&-content {
|
|
46
|
-
display: flex;
|
|
47
|
-
align-items: center;
|
|
48
|
-
&-icon {
|
|
49
|
-
margin-right: 12px;
|
|
50
|
-
color: @primary-color;
|
|
51
|
-
font-size: 40px !important;
|
|
52
|
-
}
|
|
53
|
-
&-file {
|
|
54
|
-
&-title {
|
|
55
|
-
font-size: 16px;
|
|
56
|
-
}
|
|
57
|
-
&-size {
|
|
58
|
-
color: @text-color-secondary;
|
|
59
|
-
font-size: 12px;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
&-spin {
|
|
66
|
-
background: #fafafb;
|
|
67
|
-
border: 1px solid #e6e7ea;
|
|
68
|
-
border-radius: 4px;
|
|
69
|
-
&-icon.anticon {
|
|
70
|
-
color: @primary-color;
|
|
71
|
-
font-size: 24px;
|
|
72
|
-
}
|
|
73
|
-
.ant-spin-text {
|
|
74
|
-
margin-top: @margin-xs;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
&-upload-txt {
|
|
79
|
-
font-size: 16px;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.ant-modal-body {
|
|
83
|
-
padding-top: 8px !important;
|
|
84
|
-
}
|
|
85
|
-
&-footer {
|
|
86
|
-
display: flex;
|
|
87
|
-
flex-direction: row;
|
|
88
|
-
align-items: center;
|
|
89
|
-
justify-content: space-between;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
|
|
3
|
+
.import-meta-modal {
|
|
4
|
+
&-icon-file {
|
|
5
|
+
color: @primary-color;
|
|
6
|
+
font-size: 48px !important;
|
|
7
|
+
}
|
|
8
|
+
&-icon-export {
|
|
9
|
+
margin-right: @margin-xss;
|
|
10
|
+
}
|
|
11
|
+
&-export-btn {
|
|
12
|
+
display: block;
|
|
13
|
+
width: fit-content;
|
|
14
|
+
// margin-top: @margin-md;
|
|
15
|
+
}
|
|
16
|
+
.ant-upload.ant-upload-drag {
|
|
17
|
+
background: #fafafb;
|
|
18
|
+
/* io/中性/N2-置灰信息 */
|
|
19
|
+
border: 1px dashed #ccd0d4;
|
|
20
|
+
}
|
|
21
|
+
.ant-upload.ant-upload-drag .ant-upload {
|
|
22
|
+
padding: 40px 0;
|
|
23
|
+
}
|
|
24
|
+
&-export-container {
|
|
25
|
+
border-radius: 4px;
|
|
26
|
+
&-h1 {
|
|
27
|
+
margin-top: -8px;
|
|
28
|
+
margin-bottom: 4px;
|
|
29
|
+
}
|
|
30
|
+
&-h2 {
|
|
31
|
+
color: @text-color-secondary;
|
|
32
|
+
font-size: 12px;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&-show-container {
|
|
37
|
+
display: flex;
|
|
38
|
+
align-items: center;
|
|
39
|
+
justify-content: space-between;
|
|
40
|
+
padding: 24px;
|
|
41
|
+
background: #fafafb;
|
|
42
|
+
/* io/中性/N1-按钮边框 线色 */
|
|
43
|
+
border: 1px solid #e6e7ea;
|
|
44
|
+
border-radius: 4px;
|
|
45
|
+
&-content {
|
|
46
|
+
display: flex;
|
|
47
|
+
align-items: center;
|
|
48
|
+
&-icon {
|
|
49
|
+
margin-right: 12px;
|
|
50
|
+
color: @primary-color;
|
|
51
|
+
font-size: 40px !important;
|
|
52
|
+
}
|
|
53
|
+
&-file {
|
|
54
|
+
&-title {
|
|
55
|
+
font-size: 16px;
|
|
56
|
+
}
|
|
57
|
+
&-size {
|
|
58
|
+
color: @text-color-secondary;
|
|
59
|
+
font-size: 12px;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&-spin {
|
|
66
|
+
background: #fafafb;
|
|
67
|
+
border: 1px solid #e6e7ea;
|
|
68
|
+
border-radius: 4px;
|
|
69
|
+
&-icon.anticon {
|
|
70
|
+
color: @primary-color;
|
|
71
|
+
font-size: 24px;
|
|
72
|
+
}
|
|
73
|
+
.ant-spin-text {
|
|
74
|
+
margin-top: @margin-xs;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
&-upload-txt {
|
|
79
|
+
font-size: 16px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.ant-modal-body {
|
|
83
|
+
padding-top: 8px !important;
|
|
84
|
+
}
|
|
85
|
+
&-footer {
|
|
86
|
+
display: flex;
|
|
87
|
+
flex-direction: row;
|
|
88
|
+
align-items: center;
|
|
89
|
+
justify-content: space-between;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -945,7 +945,7 @@ var TablePlus = function TablePlus(props) {
|
|
|
945
945
|
ellipsis: {
|
|
946
946
|
tooltip: text
|
|
947
947
|
}
|
|
948
|
-
}, text),
|
|
948
|
+
}, text), /*#__PURE__*/React.createElement(IconFont, {
|
|
949
949
|
type: "bianji1",
|
|
950
950
|
onClick: function onClick() {
|
|
951
951
|
if (!authority[1000003]) {
|
|
@@ -956,7 +956,7 @@ var TablePlus = function TablePlus(props) {
|
|
|
956
956
|
setCurrentRemark(text);
|
|
957
957
|
setCurrentRow(record);
|
|
958
958
|
}
|
|
959
|
-
}))
|
|
959
|
+
}));
|
|
960
960
|
}
|
|
961
961
|
}, {
|
|
962
962
|
title: '操作',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import '../styles/detailed.less';
|
|
3
3
|
import { RecordType } from '.';
|
|
4
|
-
declare const _default: React.ForwardRefExoticComponent<
|
|
4
|
+
declare const _default: React.ForwardRefExoticComponent<Omit<RecordType, "ref"> & React.RefAttributes<React.FC<{}>>>;
|
|
5
5
|
export default _default;
|
|
@@ -56,7 +56,7 @@ var DetailedData = function DetailedData(props) {
|
|
|
56
56
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
57
57
|
loading = _useState6[0],
|
|
58
58
|
setLoading = _useState6[1];
|
|
59
|
-
var formRef = useRef();
|
|
59
|
+
var formRef = useRef('');
|
|
60
60
|
var _Modal$useModal = Modal.useModal(),
|
|
61
61
|
_Modal$useModal2 = _slicedToArray(_Modal$useModal, 2),
|
|
62
62
|
modal = _Modal$useModal2[0],
|