@zgfe/modules-dm 1.0.56-zhongyuan.25 → 1.0.56-zhongyuan.27
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 +44 -8
- package/es/modules/dataManage/components/creditPop/index.less +121 -121
- 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.less +36 -36
- 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/styles/index.less +90 -90
- package/es/modules/dataManage/components/importMetaDialog/styles/index.less +91 -91
- package/es/modules/dataManage/components/tablePlus.js +2 -2
- package/es/modules/dataManage/styles/detailed.less +74 -74
- package/es/modules/dataManage/styles/index.less +1195 -1195
- package/es/modules/dataPlan/styles/index.less +316 -316
- package/package.json +2 -2
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
.devModel {
|
|
2
|
-
box-sizing: border-box;
|
|
3
|
-
&_radioList {
|
|
4
|
-
display: grid;
|
|
5
|
-
grid-column-gap: 10px;
|
|
6
|
-
grid-template-columns: repeat(4, 1fr);
|
|
7
|
-
align-items: center;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
&_item {
|
|
10
|
-
padding: 20px 0px;
|
|
11
|
-
color: #354354;
|
|
12
|
-
text-align: center;
|
|
13
|
-
background: #fafafb;
|
|
14
|
-
}
|
|
15
|
-
&_active {
|
|
16
|
-
color: #165dff;
|
|
17
|
-
background: #e8efff;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
&_content {
|
|
21
|
-
margin: 0px 0px 24px;
|
|
22
|
-
padding: 0px 0px 24px;
|
|
23
|
-
border-bottom: 1px solid #f2f3f4;
|
|
24
|
-
h3 {
|
|
25
|
-
margin: 0px 0px 16px;
|
|
26
|
-
}
|
|
27
|
-
.buttonText {
|
|
28
|
-
margin: 0px 0px 0px 8px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
&_content:last-child {
|
|
32
|
-
margin: 0px 0px 0px;
|
|
33
|
-
padding: 0px 0px 0px;
|
|
34
|
-
border-bottom: 0px solid #f2f3f4;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
1
|
+
.devModel {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
&_radioList {
|
|
4
|
+
display: grid;
|
|
5
|
+
grid-column-gap: 10px;
|
|
6
|
+
grid-template-columns: repeat(4, 1fr);
|
|
7
|
+
align-items: center;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
&_item {
|
|
10
|
+
padding: 20px 0px;
|
|
11
|
+
color: #354354;
|
|
12
|
+
text-align: center;
|
|
13
|
+
background: #fafafb;
|
|
14
|
+
}
|
|
15
|
+
&_active {
|
|
16
|
+
color: #165dff;
|
|
17
|
+
background: #e8efff;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
&_content {
|
|
21
|
+
margin: 0px 0px 24px;
|
|
22
|
+
padding: 0px 0px 24px;
|
|
23
|
+
border-bottom: 1px solid #f2f3f4;
|
|
24
|
+
h3 {
|
|
25
|
+
margin: 0px 0px 16px;
|
|
26
|
+
}
|
|
27
|
+
.buttonText {
|
|
28
|
+
margin: 0px 0px 0px 8px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
&_content:last-child {
|
|
32
|
+
margin: 0px 0px 0px;
|
|
33
|
+
padding: 0px 0px 0px;
|
|
34
|
+
border-bottom: 0px solid #f2f3f4;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -690,7 +690,7 @@ var TablePlus = function TablePlus(props) {
|
|
|
690
690
|
placement: "top"
|
|
691
691
|
}, /*#__PURE__*/React.createElement("div", {
|
|
692
692
|
className: "alias_name_text"
|
|
693
|
-
}, record.alias_name)),
|
|
693
|
+
}, record.alias_name)), /*#__PURE__*/React.createElement(IconFont, {
|
|
694
694
|
className: "edit-alias-name",
|
|
695
695
|
onClick: function onClick() {
|
|
696
696
|
setAliasNameInput(record.alias_name);
|
|
@@ -698,7 +698,7 @@ var TablePlus = function TablePlus(props) {
|
|
|
698
698
|
setaliasNameShow(true);
|
|
699
699
|
},
|
|
700
700
|
type: "zhongmingming"
|
|
701
|
-
}))
|
|
701
|
+
}));
|
|
702
702
|
}
|
|
703
703
|
}, {
|
|
704
704
|
title: '触发时机',
|