ydb-components-material 0.1.124 → 0.1.126
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/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/{umi.35f02979.css → umi.57dda8ea.css} +1 -1
- package/build/docs/{umi.91144d3b.js → umi.af7442ae.js} +1 -1
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/3.js +2 -2
- package/build/lowcode/4.js +1 -1
- package/build/lowcode/5.js +1 -1
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +9 -9
- package/build/lowcode/render/default/1.js +2 -2
- package/build/lowcode/render/default/2.js +1 -1
- package/build/lowcode/render/default/3.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +11 -11
- package/dist/1.js +2 -2
- package/dist/2.js +1 -1
- package/dist/3.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +15 -15
- package/dist/BizComps.js.map +1 -1
- package/es/components/file-list/item.js +3 -1
- package/es/components/guide-pc/comment.js +4 -4
- package/es/components/guide-pc/comment.scss +3 -3
- package/es/components/guide-pc/components/accept.js +3 -3
- package/es/components/guide-pc/components/accept.scss +3 -3
- package/es/components/guide-pc/components/basicInfo.js +31 -31
- package/es/components/guide-pc/components/basicInfo.scss +5 -5
- package/es/components/guide-pc/components/eventInfo.d.ts +7 -0
- package/es/components/guide-pc/components/eventInfo.js +45 -0
- package/es/components/guide-pc/components/eventInfo.scss +36 -0
- package/es/components/guide-pc/components/guideTabs.js +2 -2
- package/es/components/guide-pc/components/guideTabs.scss +3 -2
- package/es/components/guide-pc/components/guideTitle.js +4 -4
- package/es/components/guide-pc/components/guideTitle.scss +3 -3
- package/es/components/guide-pc/components/materialsList.js +46 -49
- package/es/components/guide-pc/components/materialsList.scss +22 -22
- package/es/components/guide-pc/components/places.js +21 -21
- package/es/components/guide-pc/components/places.scss +19 -19
- package/es/components/guide-pc/components/processImg.js +19 -19
- package/es/components/guide-pc/components/processImg.scss +16 -16
- package/es/components/guide-pc/components/result.js +36 -36
- package/es/components/guide-pc/components/result.scss +15 -15
- package/es/components/guide-pc/components/situation.d.ts +4 -0
- package/es/components/guide-pc/components/situation.js +35 -31
- package/es/components/guide-pc/components/situation.scss +9 -9
- package/es/components/guide-pc/imgs/icon1.png +0 -0
- package/es/components/guide-pc/imgs/icon2.png +0 -0
- package/es/components/guide-pc/index.d.ts +1 -3
- package/es/components/guide-pc/index.js +41 -88
- package/es/components/guide-pc/index.scss +43 -103
- package/lib/components/file-list/item.js +3 -1
- package/lib/components/guide-pc/comment.js +4 -4
- package/lib/components/guide-pc/comment.scss +3 -3
- package/lib/components/guide-pc/components/accept.js +3 -3
- package/lib/components/guide-pc/components/accept.scss +3 -3
- package/lib/components/guide-pc/components/basicInfo.js +31 -31
- package/lib/components/guide-pc/components/basicInfo.scss +5 -5
- package/lib/components/guide-pc/components/eventInfo.d.ts +7 -0
- package/lib/components/guide-pc/components/eventInfo.js +51 -0
- package/lib/components/guide-pc/components/eventInfo.scss +36 -0
- package/lib/components/guide-pc/components/guideTabs.js +2 -2
- package/lib/components/guide-pc/components/guideTabs.scss +3 -2
- package/lib/components/guide-pc/components/guideTitle.js +4 -4
- package/lib/components/guide-pc/components/guideTitle.scss +3 -3
- package/lib/components/guide-pc/components/materialsList.js +46 -49
- package/lib/components/guide-pc/components/materialsList.scss +22 -22
- package/lib/components/guide-pc/components/places.js +21 -21
- package/lib/components/guide-pc/components/places.scss +19 -19
- package/lib/components/guide-pc/components/processImg.js +19 -19
- package/lib/components/guide-pc/components/processImg.scss +16 -16
- package/lib/components/guide-pc/components/result.js +36 -36
- package/lib/components/guide-pc/components/result.scss +15 -15
- package/lib/components/guide-pc/components/situation.d.ts +4 -0
- package/lib/components/guide-pc/components/situation.js +35 -31
- package/lib/components/guide-pc/components/situation.scss +9 -9
- package/lib/components/guide-pc/imgs/icon1.png +0 -0
- package/lib/components/guide-pc/imgs/icon2.png +0 -0
- package/lib/components/guide-pc/index.d.ts +1 -3
- package/lib/components/guide-pc/index.js +41 -88
- package/lib/components/guide-pc/index.scss +43 -103
- package/lowcode/guide-pc/meta.ts +1 -32
- package/lowcode_es/guide-pc/meta.js +0 -30
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/guide-pc/meta.js +0 -30
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/es/components/guide-pc/comment.vue +0 -117
- package/es/components/guide-pc/components/accept.vue +0 -50
- package/es/components/guide-pc/components/basicInfo.vue +0 -81
- package/es/components/guide-pc/components/guideTabs.vue +0 -48
- package/es/components/guide-pc/components/guideTitle.vue +0 -43
- package/es/components/guide-pc/components/materialsList.vue +0 -403
- package/es/components/guide-pc/components/places.vue +0 -198
- package/es/components/guide-pc/components/processImg.vue +0 -300
- package/es/components/guide-pc/components/result.vue +0 -191
- package/es/components/guide-pc/components/situation.vue +0 -430
- package/es/components/guide-pc/guide.vue +0 -179
- package/es/components/guide-pc/imgs/error.png +0 -0
- package/es/components/guide-pc/imgs/judge.png +0 -0
- package/es/components/guide-pc/imgs/pass.png +0 -0
- package/lib/components/guide-pc/comment.vue +0 -117
- package/lib/components/guide-pc/components/accept.vue +0 -50
- package/lib/components/guide-pc/components/basicInfo.vue +0 -81
- package/lib/components/guide-pc/components/guideTabs.vue +0 -48
- package/lib/components/guide-pc/components/guideTitle.vue +0 -43
- package/lib/components/guide-pc/components/materialsList.vue +0 -403
- package/lib/components/guide-pc/components/places.vue +0 -198
- package/lib/components/guide-pc/components/processImg.vue +0 -300
- package/lib/components/guide-pc/components/result.vue +0 -191
- package/lib/components/guide-pc/components/situation.vue +0 -430
- package/lib/components/guide-pc/guide.vue +0 -179
- package/lib/components/guide-pc/imgs/error.png +0 -0
- package/lib/components/guide-pc/imgs/judge.png +0 -0
- package/lib/components/guide-pc/imgs/pass.png +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.materialsList-content {
|
|
1
|
+
.pc-materialsList-content {
|
|
2
2
|
padding-top: 20px;
|
|
3
3
|
|
|
4
|
-
.table-con {
|
|
4
|
+
.pc-table-con {
|
|
5
5
|
margin-top: 20px;
|
|
6
6
|
overflow-x: auto;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.material-table {
|
|
9
|
+
.pc-material-table {
|
|
10
10
|
width: 100%;
|
|
11
11
|
border-collapse: collapse;
|
|
12
12
|
border: 1px solid #e8e8e8;
|
|
@@ -43,23 +43,23 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.col-name { width: 110px; }
|
|
47
|
-
.col-type { width: 100px; text-align: center; }
|
|
48
|
-
.col-need { width: 100px; text-align: center; }
|
|
49
|
-
.col-sample { width: 120px; text-align: center; }
|
|
50
|
-
.col-form { width: 120px; text-align: center; }
|
|
51
|
-
.col-check { width: 100px; text-align: center; }
|
|
46
|
+
.pc-col-name { width: 110px; }
|
|
47
|
+
.pc-col-type { width: 100px; text-align: center; }
|
|
48
|
+
.pc-col-need { width: 100px; text-align: center; }
|
|
49
|
+
.pc-col-sample { width: 120px; text-align: center; }
|
|
50
|
+
.pc-col-form { width: 120px; text-align: center; }
|
|
51
|
+
.pc-col-check { width: 100px; text-align: center; }
|
|
52
52
|
|
|
53
|
-
.center {
|
|
53
|
+
.pc-center {
|
|
54
54
|
text-align: center;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.data-row {
|
|
57
|
+
.pc-data-row {
|
|
58
58
|
&:nth-child(even) {
|
|
59
59
|
background: #f7f8fa;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
&.sub-row {
|
|
62
|
+
&.pc-sub-row {
|
|
63
63
|
td {
|
|
64
64
|
padding-left: 16px;
|
|
65
65
|
background: #fafbfc;
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.material-name-cell {
|
|
70
|
+
.pc-material-name-cell {
|
|
71
71
|
display: flex;
|
|
72
72
|
align-items: center;
|
|
73
73
|
gap: 8px;
|
|
74
74
|
|
|
75
|
-
&.sub-name {
|
|
76
|
-
.sub-indent {
|
|
75
|
+
&.pc-sub-name {
|
|
76
|
+
.pc-sub-indent {
|
|
77
77
|
display: inline-block;
|
|
78
78
|
width: 20px;
|
|
79
79
|
flex-shrink: 0;
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.type-btns {
|
|
88
|
+
.pc-type-btns {
|
|
89
89
|
display: flex;
|
|
90
90
|
justify-content: center;
|
|
91
91
|
gap: 4px;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.type-tag {
|
|
94
|
+
.pc-type-tag {
|
|
95
95
|
display: inline-flex;
|
|
96
96
|
width: 20px;
|
|
97
97
|
height: 18px;
|
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
&-xiang { background: #15BC83; }
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.link-list {
|
|
110
|
+
.pc-link-list {
|
|
111
111
|
display: flex;
|
|
112
112
|
flex-direction: column;
|
|
113
113
|
gap: 4px;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
.link {
|
|
116
|
+
.pc-link {
|
|
117
117
|
color: #1678FF;
|
|
118
118
|
cursor: pointer;
|
|
119
119
|
text-decoration: none;
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.preview-dialog {
|
|
128
|
-
.preview-inner {
|
|
127
|
+
.pc-preview-dialog {
|
|
128
|
+
.pc-preview-inner {
|
|
129
129
|
height: 800px;
|
|
130
130
|
width: 100%;
|
|
131
131
|
|
|
132
|
-
.loading-con {
|
|
132
|
+
.pc-loading-con {
|
|
133
133
|
text-align: center;
|
|
134
134
|
padding: 40px;
|
|
135
135
|
color: #999;
|
|
@@ -38,13 +38,13 @@ var Places = function Places(_ref) {
|
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
return /*#__PURE__*/React.createElement("div", {
|
|
41
|
-
className: "places-content"
|
|
41
|
+
className: "pc-places-content"
|
|
42
42
|
}, /*#__PURE__*/React.createElement(GuideTitle, {
|
|
43
43
|
title: "\u529E\u4E8B\u5927\u5385"
|
|
44
44
|
}), list.length > 0 ? /*#__PURE__*/React.createElement("div", {
|
|
45
|
-
className: "inner-content"
|
|
45
|
+
className: "pc-inner-content"
|
|
46
46
|
}, /*#__PURE__*/React.createElement("div", {
|
|
47
|
-
className: "map-con"
|
|
47
|
+
className: "pc-map-con"
|
|
48
48
|
}, /*#__PURE__*/React.createElement("div", {
|
|
49
49
|
style: {
|
|
50
50
|
height: '400px',
|
|
@@ -60,50 +60,50 @@ var Places = function Places(_ref) {
|
|
|
60
60
|
position: [item.longitude, item.latitude]
|
|
61
61
|
});
|
|
62
62
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
63
|
-
className: "list-con"
|
|
63
|
+
className: "pc-list-con"
|
|
64
64
|
}, list.map(function (item, index) {
|
|
65
65
|
return /*#__PURE__*/React.createElement("div", {
|
|
66
|
-
className: "item",
|
|
66
|
+
className: "pc-item",
|
|
67
67
|
key: index,
|
|
68
68
|
onClick: function onClick() {
|
|
69
69
|
return clickDotHandle(item);
|
|
70
70
|
}
|
|
71
71
|
}, /*#__PURE__*/React.createElement("div", {
|
|
72
|
-
className: "name"
|
|
72
|
+
className: "pc-name"
|
|
73
73
|
}, item.hallName), /*#__PURE__*/React.createElement("div", {
|
|
74
|
-
className: "info"
|
|
74
|
+
className: "pc-info"
|
|
75
75
|
}, /*#__PURE__*/React.createElement("span", {
|
|
76
|
-
className: "icon icon-address"
|
|
76
|
+
className: "pc-icon pc-icon-address"
|
|
77
77
|
}), /*#__PURE__*/React.createElement("span", {
|
|
78
|
-
className: "title_"
|
|
78
|
+
className: "pc-title_"
|
|
79
79
|
}, "\u5730\u5740\uFF1A"), /*#__PURE__*/React.createElement("span", {
|
|
80
|
-
className: "desc"
|
|
80
|
+
className: "pc-desc"
|
|
81
81
|
}, item.addressDetail)), /*#__PURE__*/React.createElement("div", {
|
|
82
|
-
className: "info"
|
|
82
|
+
className: "pc-info"
|
|
83
83
|
}, /*#__PURE__*/React.createElement("span", {
|
|
84
|
-
className: "icon icon-time"
|
|
84
|
+
className: "pc-icon pc-icon-time"
|
|
85
85
|
}), /*#__PURE__*/React.createElement("span", {
|
|
86
|
-
className: "title_"
|
|
86
|
+
className: "pc-title_"
|
|
87
87
|
}, "\u65F6\u95F4\uFF1A"), /*#__PURE__*/React.createElement("span", {
|
|
88
|
-
className: "desc"
|
|
88
|
+
className: "pc-desc"
|
|
89
89
|
}, item.firstStartTime, " - ", item.firstEndTime, " / ", item.secondStartTime, " - ", item.secondEndTime)), /*#__PURE__*/React.createElement("div", {
|
|
90
|
-
className: "info"
|
|
90
|
+
className: "pc-info"
|
|
91
91
|
}, /*#__PURE__*/React.createElement("span", {
|
|
92
|
-
className: "icon icon-phone"
|
|
92
|
+
className: "pc-icon pc-icon-phone"
|
|
93
93
|
}), /*#__PURE__*/React.createElement("span", {
|
|
94
|
-
className: "title_"
|
|
94
|
+
className: "pc-title_"
|
|
95
95
|
}, "\u7535\u8BDD\uFF1A"), /*#__PURE__*/React.createElement("span", {
|
|
96
|
-
className: "desc"
|
|
96
|
+
className: "pc-desc"
|
|
97
97
|
}, item.consultPhone)));
|
|
98
98
|
}))) : /*#__PURE__*/React.createElement("div", {
|
|
99
|
-
className: "empty-con"
|
|
99
|
+
className: "pc-empty-con"
|
|
100
100
|
}, /*#__PURE__*/React.createElement("div", {
|
|
101
|
-
className: "empty-img",
|
|
101
|
+
className: "pc-empty-img",
|
|
102
102
|
style: {
|
|
103
103
|
backgroundImage: "url(" + emptyImg + ")"
|
|
104
104
|
}
|
|
105
105
|
}), /*#__PURE__*/React.createElement("div", {
|
|
106
|
-
className: "empty-text"
|
|
106
|
+
className: "pc-empty-text"
|
|
107
107
|
}, "\u6682\u65E0\u529E\u4E8B\u5927\u5385")));
|
|
108
108
|
};
|
|
109
109
|
Places.displayName = 'Places';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
.places-content {
|
|
1
|
+
.pc-places-content {
|
|
2
2
|
background: #ffffff;
|
|
3
3
|
border-radius: 8px;
|
|
4
4
|
padding: 12px 12px 0;
|
|
5
5
|
margin-top: 12px;
|
|
6
6
|
|
|
7
|
-
.inner-content {
|
|
7
|
+
.pc-inner-content {
|
|
8
8
|
background: #f5f6f8;
|
|
9
9
|
display: flex;
|
|
10
10
|
justify-content: space-between;
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
border-radius: 5px;
|
|
13
13
|
margin-top: 24px;
|
|
14
14
|
|
|
15
|
-
.map-con {
|
|
15
|
+
.pc-map-con {
|
|
16
16
|
flex: 0.6;
|
|
17
17
|
border-radius: 5px;
|
|
18
18
|
overflow: hidden;
|
|
19
19
|
min-height: 300px;
|
|
20
20
|
|
|
21
|
-
.map-placeholder {
|
|
21
|
+
.pc-map-placeholder {
|
|
22
22
|
width: 100%;
|
|
23
23
|
height: 400px;
|
|
24
24
|
background: #e8edf3;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
align-items: center;
|
|
29
29
|
gap: 8px;
|
|
30
30
|
|
|
31
|
-
.map-marker {
|
|
31
|
+
.pc-map-marker {
|
|
32
32
|
width: 32px;
|
|
33
33
|
height: 32px;
|
|
34
34
|
background: #1678FF;
|
|
@@ -48,23 +48,23 @@
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.map-coords {
|
|
51
|
+
.pc-map-coords {
|
|
52
52
|
font-size: 13px;
|
|
53
53
|
color: #666;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.map-hint {
|
|
56
|
+
.pc-map-hint {
|
|
57
57
|
font-size: 12px;
|
|
58
58
|
color: #999;
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.list-con {
|
|
63
|
+
.pc-list-con {
|
|
64
64
|
flex: 0.4;
|
|
65
65
|
padding: 0 20px;
|
|
66
66
|
|
|
67
|
-
.item {
|
|
67
|
+
.pc-item {
|
|
68
68
|
padding: 16px 0;
|
|
69
69
|
border-bottom: 1px solid #EEEEEE;
|
|
70
70
|
cursor: pointer;
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
border-radius: 4px;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.name {
|
|
83
|
+
.pc-name {
|
|
84
84
|
font-size: 16px;
|
|
85
85
|
font-weight: 500;
|
|
86
86
|
color: #333333;
|
|
87
87
|
margin-bottom: 12px;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.info {
|
|
90
|
+
.pc-info {
|
|
91
91
|
display: flex;
|
|
92
92
|
justify-content: flex-start;
|
|
93
93
|
align-items: flex-start;
|
|
@@ -96,23 +96,23 @@
|
|
|
96
96
|
margin-top: 8px;
|
|
97
97
|
color: #222222;
|
|
98
98
|
|
|
99
|
-
.icon {
|
|
99
|
+
.pc-icon {
|
|
100
100
|
margin-right: 6px;
|
|
101
101
|
margin-top: 4px;
|
|
102
102
|
flex-shrink: 0;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
.icon-address::before {
|
|
105
|
+
.pc-icon-address::before {
|
|
106
106
|
content: '📍';
|
|
107
107
|
}
|
|
108
|
-
.icon-time::before {
|
|
108
|
+
.pc-icon-time::before {
|
|
109
109
|
content: '🕐';
|
|
110
110
|
}
|
|
111
|
-
.icon-phone::before {
|
|
111
|
+
.pc-icon-phone::before {
|
|
112
112
|
content: '📞';
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.desc {
|
|
115
|
+
.pc-desc {
|
|
116
116
|
flex: 1;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.empty-con {
|
|
123
|
+
.pc-empty-con {
|
|
124
124
|
background: #ffffff;
|
|
125
125
|
display: flex;
|
|
126
126
|
justify-content: center;
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
flex-direction: column;
|
|
129
129
|
height: 50vh;
|
|
130
130
|
|
|
131
|
-
.empty-img {
|
|
131
|
+
.pc-empty-img {
|
|
132
132
|
width: 189px;
|
|
133
133
|
height: 120px;
|
|
134
134
|
background-size: 100% 100%;
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
margin-bottom: 12px;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.empty-text {
|
|
139
|
+
.pc-empty-text {
|
|
140
140
|
font-size: 14px;
|
|
141
141
|
color: #8BB5ED;
|
|
142
142
|
}
|
|
@@ -153,54 +153,54 @@ var ProcessImg = function ProcessImg(_ref) {
|
|
|
153
153
|
}
|
|
154
154
|
};
|
|
155
155
|
return /*#__PURE__*/React.createElement("div", {
|
|
156
|
-
className: "processImg-content"
|
|
156
|
+
className: "pc-processImg-content"
|
|
157
157
|
}, /*#__PURE__*/React.createElement(GuideTitle, {
|
|
158
158
|
title: "\u529E\u4E8B\u6D41\u7A0B"
|
|
159
159
|
}), /*#__PURE__*/React.createElement("div", {
|
|
160
|
-
className: "sub-con"
|
|
160
|
+
className: "pc-sub-con"
|
|
161
161
|
}, subList.map(function (item, index) {
|
|
162
162
|
return /*#__PURE__*/React.createElement("div", {
|
|
163
|
-
className: "sub-item " + (subIndex === index ? 'active' : ''),
|
|
163
|
+
className: "pc-sub-item " + (subIndex === index ? 'active' : ''),
|
|
164
164
|
key: index,
|
|
165
165
|
onClick: function onClick() {
|
|
166
166
|
return setSubIndex(index);
|
|
167
167
|
}
|
|
168
168
|
}, item);
|
|
169
169
|
})), subIndex === 0 && /*#__PURE__*/React.createElement("div", {
|
|
170
|
-
className: "card"
|
|
170
|
+
className: "pc-card"
|
|
171
171
|
}, strategyList.length > 0 ? /*#__PURE__*/React.createElement("div", {
|
|
172
|
-
className: "list-con"
|
|
172
|
+
className: "pc-list-con"
|
|
173
173
|
}, strategyList.map(function (item, index) {
|
|
174
174
|
return /*#__PURE__*/React.createElement("div", {
|
|
175
|
-
className: "item",
|
|
175
|
+
className: "pc-item",
|
|
176
176
|
key: index
|
|
177
177
|
}, /*#__PURE__*/React.createElement("div", {
|
|
178
|
-
className: "title-con"
|
|
178
|
+
className: "pc-title-con"
|
|
179
179
|
}, /*#__PURE__*/React.createElement("div", {
|
|
180
|
-
className: "num"
|
|
180
|
+
className: "pc-num"
|
|
181
181
|
}, "0", index + 1), /*#__PURE__*/React.createElement("div", {
|
|
182
|
-
className: "item-title"
|
|
182
|
+
className: "pc-item-title"
|
|
183
183
|
}, item.title)), /*#__PURE__*/React.createElement("div", {
|
|
184
|
-
className: "desc-con"
|
|
184
|
+
className: "pc-desc-con"
|
|
185
185
|
}, /*#__PURE__*/React.createElement("div", {
|
|
186
|
-
className: "desc-info"
|
|
186
|
+
className: "pc-desc-info"
|
|
187
187
|
}, /*#__PURE__*/React.createElement("div", {
|
|
188
|
-
className: "desc"
|
|
188
|
+
className: "pc-desc"
|
|
189
189
|
}, item.introduction), item.fileUrl && item.isImg && /*#__PURE__*/React.createElement("img", {
|
|
190
|
-
className: "video-con",
|
|
190
|
+
className: "pc-video-con",
|
|
191
191
|
src: item.fileUrl,
|
|
192
192
|
alt: ""
|
|
193
193
|
}), item.fileUrl && !item.isImg && /*#__PURE__*/React.createElement("video", {
|
|
194
|
-
className: "video-con",
|
|
194
|
+
className: "pc-video-con",
|
|
195
195
|
src: item.fileUrl,
|
|
196
196
|
controls: true
|
|
197
197
|
}))));
|
|
198
198
|
})) : /*#__PURE__*/React.createElement("div", {
|
|
199
|
-
className: "empty-text"
|
|
199
|
+
className: "pc-empty-text"
|
|
200
200
|
}, "\u6682\u65E0\u529E\u4E8B\u653B\u7565")), subIndex === 1 && /*#__PURE__*/React.createElement("div", {
|
|
201
|
-
className: "card"
|
|
201
|
+
className: "pc-card"
|
|
202
202
|
}, processImg ? /*#__PURE__*/React.createElement("div", {
|
|
203
|
-
className: "imgView",
|
|
203
|
+
className: "pc-imgView",
|
|
204
204
|
onClick: preView
|
|
205
205
|
}, /*#__PURE__*/React.createElement("img", {
|
|
206
206
|
src: processImg,
|
|
@@ -209,11 +209,11 @@ var ProcessImg = function ProcessImg(_ref) {
|
|
|
209
209
|
width: '100%'
|
|
210
210
|
}
|
|
211
211
|
})) : /*#__PURE__*/React.createElement("div", {
|
|
212
|
-
className: "empty-content"
|
|
212
|
+
className: "pc-empty-content"
|
|
213
213
|
}, loading ? /*#__PURE__*/React.createElement(_Loading, {
|
|
214
214
|
tip: "\u52A0\u8F7D\u4E2D"
|
|
215
215
|
}) : /*#__PURE__*/React.createElement("div", {
|
|
216
|
-
className: "empty-text"
|
|
216
|
+
className: "pc-empty-text"
|
|
217
217
|
}, "\u6682\u65E0\u76F8\u5173\u6750\u6599"))));
|
|
218
218
|
};
|
|
219
219
|
ProcessImg.displayName = 'ProcessImg';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.processImg-content {
|
|
2
|
-
.sub-con {
|
|
1
|
+
.pc-processImg-content {
|
|
2
|
+
.pc-sub-con {
|
|
3
3
|
display: flex;
|
|
4
4
|
gap: 0;
|
|
5
5
|
margin: 20px 0;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
border-radius: 4px;
|
|
9
9
|
overflow: hidden;
|
|
10
10
|
|
|
11
|
-
.sub-item {
|
|
11
|
+
.pc-sub-item {
|
|
12
12
|
flex: 1;
|
|
13
13
|
padding: 8px 0;
|
|
14
14
|
text-align: center;
|
|
@@ -28,23 +28,23 @@
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.card {
|
|
31
|
+
.pc-card {
|
|
32
32
|
width: 100%;
|
|
33
33
|
margin-bottom: 20px;
|
|
34
34
|
|
|
35
|
-
.list-con {
|
|
36
|
-
.item {
|
|
35
|
+
.pc-list-con {
|
|
36
|
+
.pc-item {
|
|
37
37
|
margin: 16px 0;
|
|
38
38
|
background: #f5f6f8;
|
|
39
39
|
padding: 20px;
|
|
40
40
|
border-radius: 8px;
|
|
41
41
|
|
|
42
|
-
.title-con {
|
|
42
|
+
.pc-title-con {
|
|
43
43
|
display: flex;
|
|
44
44
|
justify-content: flex-start;
|
|
45
45
|
align-items: center;
|
|
46
46
|
|
|
47
|
-
.num {
|
|
47
|
+
.pc-num {
|
|
48
48
|
background: linear-gradient(90deg, #73AEFF 0%, #1678FF 100%);
|
|
49
49
|
color: #ffffff;
|
|
50
50
|
font-size: 13px;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
border-radius: 2px;
|
|
53
53
|
transform: skew(-10deg);
|
|
54
54
|
}
|
|
55
|
-
.item-title {
|
|
55
|
+
.pc-item-title {
|
|
56
56
|
font-size: 16px;
|
|
57
57
|
font-weight: 500;
|
|
58
58
|
color: #333333;
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.desc-con {
|
|
72
|
+
.pc-desc-con {
|
|
73
73
|
margin-top: 10px;
|
|
74
74
|
|
|
75
|
-
.desc-info {
|
|
75
|
+
.pc-desc-info {
|
|
76
76
|
font-size: 14px;
|
|
77
77
|
line-height: 22px;
|
|
78
78
|
color: #333333;
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
align-items: flex-start;
|
|
83
83
|
gap: 50px;
|
|
84
84
|
|
|
85
|
-
.desc {
|
|
85
|
+
.pc-desc {
|
|
86
86
|
flex: 1;
|
|
87
87
|
}
|
|
88
|
-
.video-con {
|
|
88
|
+
.pc-video-con {
|
|
89
89
|
width: 262px;
|
|
90
90
|
height: 146px;
|
|
91
91
|
}
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.imgView {
|
|
98
|
+
.pc-imgView {
|
|
99
99
|
cursor: pointer;
|
|
100
100
|
margin: 20px 0;
|
|
101
101
|
img {
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.empty-content {
|
|
106
|
+
.pc-empty-content {
|
|
107
107
|
padding: 60px 0;
|
|
108
108
|
text-align: center;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.empty-text {
|
|
111
|
+
.pc-empty-text {
|
|
112
112
|
text-align: center;
|
|
113
113
|
padding: 40px;
|
|
114
114
|
color: #999;
|
|
@@ -19,107 +19,107 @@ var Result = function Result(_ref) {
|
|
|
19
19
|
}, [eventInfoProp]);
|
|
20
20
|
if (!list.length) {
|
|
21
21
|
return /*#__PURE__*/React.createElement("div", {
|
|
22
|
-
className: "result-content"
|
|
22
|
+
className: "pc-result-content"
|
|
23
23
|
}, /*#__PURE__*/React.createElement(GuideTitle, {
|
|
24
24
|
title: "\u6210\u6548\u5206\u6790"
|
|
25
25
|
}), /*#__PURE__*/React.createElement("div", {
|
|
26
|
-
className: "empty-text"
|
|
26
|
+
className: "pc-empty-text"
|
|
27
27
|
}, "\u6682\u65E0\u6210\u6548\u5206\u6790"));
|
|
28
28
|
}
|
|
29
29
|
return /*#__PURE__*/React.createElement("div", {
|
|
30
|
-
className: "result-content"
|
|
30
|
+
className: "pc-result-content"
|
|
31
31
|
}, /*#__PURE__*/React.createElement(GuideTitle, {
|
|
32
32
|
title: "\u6210\u6548\u5206\u6790"
|
|
33
33
|
}), list.map(function (item, index) {
|
|
34
34
|
return /*#__PURE__*/React.createElement("div", {
|
|
35
|
-
className: "card",
|
|
35
|
+
className: "pc-card",
|
|
36
36
|
key: index
|
|
37
37
|
}, /*#__PURE__*/React.createElement("div", {
|
|
38
|
-
className: "title"
|
|
38
|
+
className: "pc-title"
|
|
39
39
|
}, "\u60C5\u5F62", index + 1), /*#__PURE__*/React.createElement("div", {
|
|
40
|
-
className: "desc"
|
|
40
|
+
className: "pc-desc"
|
|
41
41
|
}, item.scene), /*#__PURE__*/React.createElement("div", {
|
|
42
|
-
className: "bg-card",
|
|
42
|
+
className: "pc-bg-card",
|
|
43
43
|
style: {
|
|
44
|
-
backgroundImage: "url(https://zwfwpt.sxzwfw.gov.cn:11001/fis/18a78d3d488-true/master/18b4752f107/2026/
|
|
44
|
+
backgroundImage: "url(https://zwfwpt.sxzwfw.gov.cn:11001/fis/18a78d3d488-true/master/18b4752f107/2026/6/2064268159861460994/bg22.png)"
|
|
45
45
|
}
|
|
46
46
|
}, /*#__PURE__*/React.createElement("div", {
|
|
47
|
-
className: "info-title"
|
|
47
|
+
className: "pc-info-title"
|
|
48
48
|
}, /*#__PURE__*/React.createElement("div", {
|
|
49
|
-
className: "title-item"
|
|
49
|
+
className: "pc-title-item"
|
|
50
50
|
}, "\u73B0\u5728\u529E\u7406\u4E1A\u52A1"), /*#__PURE__*/React.createElement("div", {
|
|
51
|
-
className: "title-item past"
|
|
51
|
+
className: "pc-title-item past"
|
|
52
52
|
}, "\u8FC7\u5F80\u529E\u7406\u4E1A\u52A1")), /*#__PURE__*/React.createElement("div", {
|
|
53
|
-
className: "info-list"
|
|
53
|
+
className: "pc-info-list"
|
|
54
54
|
}, /*#__PURE__*/React.createElement("div", {
|
|
55
|
-
className: "info-item"
|
|
55
|
+
className: "pc-info-item"
|
|
56
56
|
}, /*#__PURE__*/React.createElement("div", {
|
|
57
|
-
className: "icon",
|
|
57
|
+
className: "pc-icon",
|
|
58
58
|
style: {
|
|
59
59
|
backgroundImage: "url(" + icon1 + ")"
|
|
60
60
|
}
|
|
61
61
|
}), /*#__PURE__*/React.createElement("div", {
|
|
62
|
-
className: "right"
|
|
62
|
+
className: "pc-right"
|
|
63
63
|
}, /*#__PURE__*/React.createElement("span", {
|
|
64
|
-
className: "num"
|
|
64
|
+
className: "pc-num"
|
|
65
65
|
}, item.materialReduction), "\u4EFD", /*#__PURE__*/React.createElement("div", {
|
|
66
|
-
className: "info-label"
|
|
66
|
+
className: "pc-info-label"
|
|
67
67
|
}, "\u5E73\u5747\u63D0\u4EA4\u6750\u6599\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
|
|
68
|
-
className: "down-icon",
|
|
68
|
+
className: "pc-down-icon",
|
|
69
69
|
style: {
|
|
70
70
|
backgroundImage: "url(" + down + ")"
|
|
71
71
|
}
|
|
72
72
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
73
|
-
className: "info-item"
|
|
73
|
+
className: "pc-info-item"
|
|
74
74
|
}, /*#__PURE__*/React.createElement("div", {
|
|
75
|
-
className: "icon",
|
|
75
|
+
className: "pc-icon",
|
|
76
76
|
style: {
|
|
77
77
|
backgroundImage: "url(" + icon2 + ")"
|
|
78
78
|
}
|
|
79
79
|
}), /*#__PURE__*/React.createElement("div", {
|
|
80
|
-
className: "right"
|
|
80
|
+
className: "pc-right"
|
|
81
81
|
}, /*#__PURE__*/React.createElement("span", {
|
|
82
|
-
className: "num"
|
|
82
|
+
className: "pc-num"
|
|
83
83
|
}, item.timeReduction), "\u5929", /*#__PURE__*/React.createElement("div", {
|
|
84
|
-
className: "info-label"
|
|
84
|
+
className: "pc-info-label"
|
|
85
85
|
}, "\u5E73\u5747\u8017\u65F6\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
|
|
86
|
-
className: "down-icon",
|
|
86
|
+
className: "pc-down-icon",
|
|
87
87
|
style: {
|
|
88
88
|
backgroundImage: "url(" + down + ")"
|
|
89
89
|
}
|
|
90
90
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
91
|
-
className: "info-item"
|
|
91
|
+
className: "pc-info-item"
|
|
92
92
|
}, /*#__PURE__*/React.createElement("div", {
|
|
93
|
-
className: "icon",
|
|
93
|
+
className: "pc-icon",
|
|
94
94
|
style: {
|
|
95
95
|
backgroundImage: "url(" + icon3 + ")"
|
|
96
96
|
}
|
|
97
97
|
}), /*#__PURE__*/React.createElement("div", {
|
|
98
|
-
className: "right"
|
|
98
|
+
className: "pc-right"
|
|
99
99
|
}, /*#__PURE__*/React.createElement("span", {
|
|
100
|
-
className: "num"
|
|
100
|
+
className: "pc-num"
|
|
101
101
|
}, item.formReduction), "\u4E2A", /*#__PURE__*/React.createElement("div", {
|
|
102
|
-
className: "info-label"
|
|
102
|
+
className: "pc-info-label"
|
|
103
103
|
}, "\u5E73\u5747\u8868\u5355\u5B57\u6BB5\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
|
|
104
|
-
className: "down-icon",
|
|
104
|
+
className: "pc-down-icon",
|
|
105
105
|
style: {
|
|
106
106
|
backgroundImage: "url(" + down + ")"
|
|
107
107
|
}
|
|
108
108
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
109
|
-
className: "info-item"
|
|
109
|
+
className: "pc-info-item"
|
|
110
110
|
}, /*#__PURE__*/React.createElement("div", {
|
|
111
|
-
className: "icon",
|
|
111
|
+
className: "pc-icon",
|
|
112
112
|
style: {
|
|
113
113
|
backgroundImage: "url(" + icon4 + ")"
|
|
114
114
|
}
|
|
115
115
|
}), /*#__PURE__*/React.createElement("div", {
|
|
116
|
-
className: "right"
|
|
116
|
+
className: "pc-right"
|
|
117
117
|
}, /*#__PURE__*/React.createElement("span", {
|
|
118
|
-
className: "num"
|
|
118
|
+
className: "pc-num"
|
|
119
119
|
}, item.runReduction), "\u6B21", /*#__PURE__*/React.createElement("div", {
|
|
120
|
-
className: "info-label"
|
|
120
|
+
className: "pc-info-label"
|
|
121
121
|
}, "\u5E73\u5747\u8DD1\u817F\u6B21\u6570\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
|
|
122
|
-
className: "down-icon",
|
|
122
|
+
className: "pc-down-icon",
|
|
123
123
|
style: {
|
|
124
124
|
backgroundImage: "url(" + down + ")"
|
|
125
125
|
}
|