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
|
@@ -8,7 +8,6 @@ var _dialog = _interopRequireDefault(require("@alifd/next/lib/dialog"));
|
|
|
8
8
|
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
9
9
|
var _message = _interopRequireDefault(require("@alifd/next/lib/message"));
|
|
10
10
|
var React = _interopRequireWildcard(require("react"));
|
|
11
|
-
var _guideTitle = _interopRequireDefault(require("./guideTitle"));
|
|
12
11
|
require("./materialsList.scss");
|
|
13
12
|
var _api = require("../../../api.js");
|
|
14
13
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t3 in e) "default" !== _t3 && {}.hasOwnProperty.call(e, _t3) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t3)) && (i.get || i.set) ? o(f, _t3, i) : f[_t3] = e[_t3]); return f; })(e, t); }
|
|
@@ -229,141 +228,139 @@ var MaterialsList = function MaterialsList(_ref) {
|
|
|
229
228
|
return item.subMaterials && item.subMaterials.length > 0;
|
|
230
229
|
};
|
|
231
230
|
return /*#__PURE__*/React.createElement("div", {
|
|
232
|
-
className: "materialsList-content"
|
|
233
|
-
}, /*#__PURE__*/React.createElement(
|
|
234
|
-
|
|
235
|
-
}), /*#__PURE__*/React.createElement("div", {
|
|
236
|
-
className: "table-con"
|
|
231
|
+
className: "pc-materialsList-content"
|
|
232
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
233
|
+
className: "pc-table-con"
|
|
237
234
|
}, /*#__PURE__*/React.createElement("table", {
|
|
238
|
-
className: "material-table"
|
|
235
|
+
className: "pc-material-table"
|
|
239
236
|
}, /*#__PURE__*/React.createElement("thead", null, /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("th", {
|
|
240
|
-
className: "col-name"
|
|
237
|
+
className: "pc-col-name"
|
|
241
238
|
}, "\u6750\u6599\u540D\u79F0"), /*#__PURE__*/React.createElement("th", {
|
|
242
|
-
className: "col-type"
|
|
239
|
+
className: "pc-col-type"
|
|
243
240
|
}, "\u6750\u6599\u5206\u7C7B"), /*#__PURE__*/React.createElement("th", {
|
|
244
|
-
className: "col-need"
|
|
241
|
+
className: "pc-col-need"
|
|
245
242
|
}, "\u6750\u6599\u5FC5\u8981\u6027"), /*#__PURE__*/React.createElement("th", {
|
|
246
|
-
className: "col-sample"
|
|
243
|
+
className: "pc-col-sample"
|
|
247
244
|
}, "\u6837\u8868"), /*#__PURE__*/React.createElement("th", {
|
|
248
|
-
className: "col-form"
|
|
245
|
+
className: "pc-col-form"
|
|
249
246
|
}, "\u7A7A\u767D\u8868\u683C"), /*#__PURE__*/React.createElement("th", {
|
|
250
|
-
className: "col-check"
|
|
247
|
+
className: "pc-col-check"
|
|
251
248
|
}, "\u5BA1\u67E5\u8981\u70B9"))), /*#__PURE__*/React.createElement("tbody", null, list.map(function (item, index) {
|
|
252
249
|
return /*#__PURE__*/React.createElement(React.Fragment, {
|
|
253
250
|
key: index
|
|
254
251
|
}, /*#__PURE__*/React.createElement("tr", {
|
|
255
|
-
className: "data-row"
|
|
252
|
+
className: "pc-data-row"
|
|
256
253
|
}, /*#__PURE__*/React.createElement("td", null, /*#__PURE__*/React.createElement("div", {
|
|
257
|
-
className: "material-name-cell"
|
|
254
|
+
className: "pc-material-name-cell"
|
|
258
255
|
}, item.materialName)), /*#__PURE__*/React.createElement("td", {
|
|
259
|
-
className: "center"
|
|
256
|
+
className: "pc-center"
|
|
260
257
|
}, !hasSubMaterials(item) && /*#__PURE__*/React.createElement("div", {
|
|
261
|
-
className: "type-btns"
|
|
258
|
+
className: "pc-type-btns"
|
|
262
259
|
}, getFileType(item) === '智' && /*#__PURE__*/React.createElement("span", {
|
|
263
|
-
className: "type-tag type-tag-zhi",
|
|
260
|
+
className: "pc-type-tag pc-type-tag-zhi",
|
|
264
261
|
onClick: function onClick() {
|
|
265
262
|
return showTip('智');
|
|
266
263
|
}
|
|
267
264
|
}, "\u667A"), getFileType(item) === '享' && /*#__PURE__*/React.createElement("span", {
|
|
268
|
-
className: "type-tag type-tag-xiang",
|
|
265
|
+
className: "pc-type-tag pc-type-tag-xiang",
|
|
269
266
|
onClick: function onClick() {
|
|
270
267
|
return showTip('享');
|
|
271
268
|
}
|
|
272
269
|
}, "\u4EAB"), getFileType(item) === '自' && /*#__PURE__*/React.createElement("span", {
|
|
273
|
-
className: "type-tag type-tag-zi",
|
|
270
|
+
className: "pc-type-tag pc-type-tag-zi",
|
|
274
271
|
onClick: function onClick() {
|
|
275
272
|
return showTip('自');
|
|
276
273
|
}
|
|
277
274
|
}, "\u81EA"))), /*#__PURE__*/React.createElement("td", {
|
|
278
|
-
className: "center"
|
|
275
|
+
className: "pc-center"
|
|
279
276
|
}, item.isNeed === '1' ? '必要' : '非必要'), /*#__PURE__*/React.createElement("td", {
|
|
280
|
-
className: "center"
|
|
277
|
+
className: "pc-center"
|
|
281
278
|
}, !hasSubMaterials(item) && /*#__PURE__*/React.createElement("div", {
|
|
282
|
-
className: "link-list"
|
|
279
|
+
className: "pc-link-list"
|
|
283
280
|
}, initMaterialExample(item).map(function (sub, si) {
|
|
284
281
|
return /*#__PURE__*/React.createElement("span", {
|
|
285
|
-
className: "link",
|
|
282
|
+
className: "pc-link",
|
|
286
283
|
key: si,
|
|
287
284
|
onClick: function onClick() {
|
|
288
285
|
return previewFile(sub);
|
|
289
286
|
}
|
|
290
287
|
}, sub.name);
|
|
291
288
|
}))), /*#__PURE__*/React.createElement("td", {
|
|
292
|
-
className: "center"
|
|
289
|
+
className: "pc-center"
|
|
293
290
|
}, /*#__PURE__*/React.createElement("div", {
|
|
294
|
-
className: "link-list"
|
|
291
|
+
className: "pc-link-list"
|
|
295
292
|
}, initFormGuid(item).map(function (sub, si) {
|
|
296
293
|
return /*#__PURE__*/React.createElement("span", {
|
|
297
|
-
className: "link",
|
|
294
|
+
className: "pc-link",
|
|
298
295
|
key: si,
|
|
299
296
|
onClick: function onClick() {
|
|
300
297
|
return goDownLoad(sub);
|
|
301
298
|
}
|
|
302
299
|
}, sub.name);
|
|
303
300
|
}))), /*#__PURE__*/React.createElement("td", {
|
|
304
|
-
className: "center"
|
|
301
|
+
className: "pc-center"
|
|
305
302
|
}, item.keyPoint && /*#__PURE__*/React.createElement("span", {
|
|
306
|
-
className: "link",
|
|
303
|
+
className: "pc-link",
|
|
307
304
|
onClick: function onClick() {
|
|
308
305
|
return checkPoint(item);
|
|
309
306
|
}
|
|
310
307
|
}, "\u67E5\u770B"))), hasSubMaterials(item) && item.subMaterials.map(function (sub, si) {
|
|
311
308
|
return /*#__PURE__*/React.createElement("tr", {
|
|
312
|
-
className: "data-row sub-row",
|
|
309
|
+
className: "pc-data-row pc-sub-row",
|
|
313
310
|
key: "sub-" + si
|
|
314
311
|
}, /*#__PURE__*/React.createElement("td", null, /*#__PURE__*/React.createElement("div", {
|
|
315
|
-
className: "material-name-cell sub-name"
|
|
312
|
+
className: "pc-material-name-cell pc-sub-name"
|
|
316
313
|
}, /*#__PURE__*/React.createElement("span", {
|
|
317
|
-
className: "sub-indent"
|
|
314
|
+
className: "pc-sub-indent"
|
|
318
315
|
}), sub.materialName)), /*#__PURE__*/React.createElement("td", {
|
|
319
|
-
className: "center"
|
|
316
|
+
className: "pc-center"
|
|
320
317
|
}, /*#__PURE__*/React.createElement("div", {
|
|
321
|
-
className: "type-btns"
|
|
318
|
+
className: "pc-type-btns"
|
|
322
319
|
}, getFileType(sub) === '智' && /*#__PURE__*/React.createElement("span", {
|
|
323
|
-
className: "type-tag type-tag-zhi",
|
|
320
|
+
className: "pc-type-tag pc-type-tag-zhi",
|
|
324
321
|
onClick: function onClick() {
|
|
325
322
|
return showTip('智');
|
|
326
323
|
}
|
|
327
324
|
}, "\u667A"), getFileType(sub) === '享' && /*#__PURE__*/React.createElement("span", {
|
|
328
|
-
className: "type-tag type-tag-xiang",
|
|
325
|
+
className: "pc-type-tag pc-type-tag-xiang",
|
|
329
326
|
onClick: function onClick() {
|
|
330
327
|
return showTip('享');
|
|
331
328
|
}
|
|
332
329
|
}, "\u4EAB"), getFileType(sub) === '自' && /*#__PURE__*/React.createElement("span", {
|
|
333
|
-
className: "type-tag type-tag-zi",
|
|
330
|
+
className: "pc-type-tag pc-type-tag-zi",
|
|
334
331
|
onClick: function onClick() {
|
|
335
332
|
return showTip('自');
|
|
336
333
|
}
|
|
337
334
|
}, "\u81EA"))), /*#__PURE__*/React.createElement("td", {
|
|
338
|
-
className: "center"
|
|
335
|
+
className: "pc-center"
|
|
339
336
|
}, sub.isNeed === '1' ? '必要' : '非必要'), /*#__PURE__*/React.createElement("td", {
|
|
340
|
-
className: "center"
|
|
337
|
+
className: "pc-center"
|
|
341
338
|
}, /*#__PURE__*/React.createElement("div", {
|
|
342
|
-
className: "link-list"
|
|
339
|
+
className: "pc-link-list"
|
|
343
340
|
}, initMaterialExample(sub).map(function (s, sii) {
|
|
344
341
|
return /*#__PURE__*/React.createElement("span", {
|
|
345
|
-
className: "link",
|
|
342
|
+
className: "pc-link",
|
|
346
343
|
key: sii,
|
|
347
344
|
onClick: function onClick() {
|
|
348
345
|
return previewFile(s);
|
|
349
346
|
}
|
|
350
347
|
}, s.name);
|
|
351
348
|
}))), /*#__PURE__*/React.createElement("td", {
|
|
352
|
-
className: "center"
|
|
349
|
+
className: "pc-center"
|
|
353
350
|
}, /*#__PURE__*/React.createElement("div", {
|
|
354
|
-
className: "link-list"
|
|
351
|
+
className: "pc-link-list"
|
|
355
352
|
}, initFormGuid(sub).map(function (s, sii) {
|
|
356
353
|
return /*#__PURE__*/React.createElement("span", {
|
|
357
|
-
className: "link",
|
|
354
|
+
className: "pc-link",
|
|
358
355
|
key: sii,
|
|
359
356
|
onClick: function onClick() {
|
|
360
357
|
return goDownLoad(s);
|
|
361
358
|
}
|
|
362
359
|
}, s.name);
|
|
363
360
|
}))), /*#__PURE__*/React.createElement("td", {
|
|
364
|
-
className: "center"
|
|
361
|
+
className: "pc-center"
|
|
365
362
|
}, sub.keyPoint && /*#__PURE__*/React.createElement("span", {
|
|
366
|
-
className: "link",
|
|
363
|
+
className: "pc-link",
|
|
367
364
|
onClick: function onClick() {
|
|
368
365
|
return checkPoint(sub);
|
|
369
366
|
}
|
|
@@ -375,11 +372,11 @@ var MaterialsList = function MaterialsList(_ref) {
|
|
|
375
372
|
return setPreviewShow(false);
|
|
376
373
|
},
|
|
377
374
|
footer: false,
|
|
378
|
-
className: "preview-dialog"
|
|
375
|
+
className: "pc-preview-dialog"
|
|
379
376
|
}, /*#__PURE__*/React.createElement("div", {
|
|
380
|
-
className: "preview-inner"
|
|
377
|
+
className: "pc-preview-inner"
|
|
381
378
|
}, previewLoading && /*#__PURE__*/React.createElement("div", {
|
|
382
|
-
className: "loading-con"
|
|
379
|
+
className: "pc-loading-con"
|
|
383
380
|
}, "\u52A0\u8F7D\u4E2D..."), /*#__PURE__*/React.createElement("iframe", {
|
|
384
381
|
id: "previewIframe",
|
|
385
382
|
frameBorder: "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;
|
|
@@ -44,13 +44,13 @@ var Places = function Places(_ref) {
|
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
return /*#__PURE__*/React.createElement("div", {
|
|
47
|
-
className: "places-content"
|
|
47
|
+
className: "pc-places-content"
|
|
48
48
|
}, /*#__PURE__*/React.createElement(_guideTitle["default"], {
|
|
49
49
|
title: "\u529E\u4E8B\u5927\u5385"
|
|
50
50
|
}), list.length > 0 ? /*#__PURE__*/React.createElement("div", {
|
|
51
|
-
className: "inner-content"
|
|
51
|
+
className: "pc-inner-content"
|
|
52
52
|
}, /*#__PURE__*/React.createElement("div", {
|
|
53
|
-
className: "map-con"
|
|
53
|
+
className: "pc-map-con"
|
|
54
54
|
}, /*#__PURE__*/React.createElement("div", {
|
|
55
55
|
style: {
|
|
56
56
|
height: '400px',
|
|
@@ -66,50 +66,50 @@ var Places = function Places(_ref) {
|
|
|
66
66
|
position: [item.longitude, item.latitude]
|
|
67
67
|
});
|
|
68
68
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
69
|
-
className: "list-con"
|
|
69
|
+
className: "pc-list-con"
|
|
70
70
|
}, list.map(function (item, index) {
|
|
71
71
|
return /*#__PURE__*/React.createElement("div", {
|
|
72
|
-
className: "item",
|
|
72
|
+
className: "pc-item",
|
|
73
73
|
key: index,
|
|
74
74
|
onClick: function onClick() {
|
|
75
75
|
return clickDotHandle(item);
|
|
76
76
|
}
|
|
77
77
|
}, /*#__PURE__*/React.createElement("div", {
|
|
78
|
-
className: "name"
|
|
78
|
+
className: "pc-name"
|
|
79
79
|
}, item.hallName), /*#__PURE__*/React.createElement("div", {
|
|
80
|
-
className: "info"
|
|
80
|
+
className: "pc-info"
|
|
81
81
|
}, /*#__PURE__*/React.createElement("span", {
|
|
82
|
-
className: "icon icon-address"
|
|
82
|
+
className: "pc-icon pc-icon-address"
|
|
83
83
|
}), /*#__PURE__*/React.createElement("span", {
|
|
84
|
-
className: "title_"
|
|
84
|
+
className: "pc-title_"
|
|
85
85
|
}, "\u5730\u5740\uFF1A"), /*#__PURE__*/React.createElement("span", {
|
|
86
|
-
className: "desc"
|
|
86
|
+
className: "pc-desc"
|
|
87
87
|
}, item.addressDetail)), /*#__PURE__*/React.createElement("div", {
|
|
88
|
-
className: "info"
|
|
88
|
+
className: "pc-info"
|
|
89
89
|
}, /*#__PURE__*/React.createElement("span", {
|
|
90
|
-
className: "icon icon-time"
|
|
90
|
+
className: "pc-icon pc-icon-time"
|
|
91
91
|
}), /*#__PURE__*/React.createElement("span", {
|
|
92
|
-
className: "title_"
|
|
92
|
+
className: "pc-title_"
|
|
93
93
|
}, "\u65F6\u95F4\uFF1A"), /*#__PURE__*/React.createElement("span", {
|
|
94
|
-
className: "desc"
|
|
94
|
+
className: "pc-desc"
|
|
95
95
|
}, item.firstStartTime, " - ", item.firstEndTime, " / ", item.secondStartTime, " - ", item.secondEndTime)), /*#__PURE__*/React.createElement("div", {
|
|
96
|
-
className: "info"
|
|
96
|
+
className: "pc-info"
|
|
97
97
|
}, /*#__PURE__*/React.createElement("span", {
|
|
98
|
-
className: "icon icon-phone"
|
|
98
|
+
className: "pc-icon pc-icon-phone"
|
|
99
99
|
}), /*#__PURE__*/React.createElement("span", {
|
|
100
|
-
className: "title_"
|
|
100
|
+
className: "pc-title_"
|
|
101
101
|
}, "\u7535\u8BDD\uFF1A"), /*#__PURE__*/React.createElement("span", {
|
|
102
|
-
className: "desc"
|
|
102
|
+
className: "pc-desc"
|
|
103
103
|
}, item.consultPhone)));
|
|
104
104
|
}))) : /*#__PURE__*/React.createElement("div", {
|
|
105
|
-
className: "empty-con"
|
|
105
|
+
className: "pc-empty-con"
|
|
106
106
|
}, /*#__PURE__*/React.createElement("div", {
|
|
107
|
-
className: "empty-img",
|
|
107
|
+
className: "pc-empty-img",
|
|
108
108
|
style: {
|
|
109
109
|
backgroundImage: "url(" + _empty["default"] + ")"
|
|
110
110
|
}
|
|
111
111
|
}), /*#__PURE__*/React.createElement("div", {
|
|
112
|
-
className: "empty-text"
|
|
112
|
+
className: "pc-empty-text"
|
|
113
113
|
}, "\u6682\u65E0\u529E\u4E8B\u5927\u5385")));
|
|
114
114
|
};
|
|
115
115
|
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
|
}
|
|
@@ -159,54 +159,54 @@ var ProcessImg = function ProcessImg(_ref) {
|
|
|
159
159
|
}
|
|
160
160
|
};
|
|
161
161
|
return /*#__PURE__*/React.createElement("div", {
|
|
162
|
-
className: "processImg-content"
|
|
162
|
+
className: "pc-processImg-content"
|
|
163
163
|
}, /*#__PURE__*/React.createElement(_guideTitle["default"], {
|
|
164
164
|
title: "\u529E\u4E8B\u6D41\u7A0B"
|
|
165
165
|
}), /*#__PURE__*/React.createElement("div", {
|
|
166
|
-
className: "sub-con"
|
|
166
|
+
className: "pc-sub-con"
|
|
167
167
|
}, subList.map(function (item, index) {
|
|
168
168
|
return /*#__PURE__*/React.createElement("div", {
|
|
169
|
-
className: "sub-item " + (subIndex === index ? 'active' : ''),
|
|
169
|
+
className: "pc-sub-item " + (subIndex === index ? 'active' : ''),
|
|
170
170
|
key: index,
|
|
171
171
|
onClick: function onClick() {
|
|
172
172
|
return setSubIndex(index);
|
|
173
173
|
}
|
|
174
174
|
}, item);
|
|
175
175
|
})), subIndex === 0 && /*#__PURE__*/React.createElement("div", {
|
|
176
|
-
className: "card"
|
|
176
|
+
className: "pc-card"
|
|
177
177
|
}, strategyList.length > 0 ? /*#__PURE__*/React.createElement("div", {
|
|
178
|
-
className: "list-con"
|
|
178
|
+
className: "pc-list-con"
|
|
179
179
|
}, strategyList.map(function (item, index) {
|
|
180
180
|
return /*#__PURE__*/React.createElement("div", {
|
|
181
|
-
className: "item",
|
|
181
|
+
className: "pc-item",
|
|
182
182
|
key: index
|
|
183
183
|
}, /*#__PURE__*/React.createElement("div", {
|
|
184
|
-
className: "title-con"
|
|
184
|
+
className: "pc-title-con"
|
|
185
185
|
}, /*#__PURE__*/React.createElement("div", {
|
|
186
|
-
className: "num"
|
|
186
|
+
className: "pc-num"
|
|
187
187
|
}, "0", index + 1), /*#__PURE__*/React.createElement("div", {
|
|
188
|
-
className: "item-title"
|
|
188
|
+
className: "pc-item-title"
|
|
189
189
|
}, item.title)), /*#__PURE__*/React.createElement("div", {
|
|
190
|
-
className: "desc-con"
|
|
190
|
+
className: "pc-desc-con"
|
|
191
191
|
}, /*#__PURE__*/React.createElement("div", {
|
|
192
|
-
className: "desc-info"
|
|
192
|
+
className: "pc-desc-info"
|
|
193
193
|
}, /*#__PURE__*/React.createElement("div", {
|
|
194
|
-
className: "desc"
|
|
194
|
+
className: "pc-desc"
|
|
195
195
|
}, item.introduction), item.fileUrl && item.isImg && /*#__PURE__*/React.createElement("img", {
|
|
196
|
-
className: "video-con",
|
|
196
|
+
className: "pc-video-con",
|
|
197
197
|
src: item.fileUrl,
|
|
198
198
|
alt: ""
|
|
199
199
|
}), item.fileUrl && !item.isImg && /*#__PURE__*/React.createElement("video", {
|
|
200
|
-
className: "video-con",
|
|
200
|
+
className: "pc-video-con",
|
|
201
201
|
src: item.fileUrl,
|
|
202
202
|
controls: true
|
|
203
203
|
}))));
|
|
204
204
|
})) : /*#__PURE__*/React.createElement("div", {
|
|
205
|
-
className: "empty-text"
|
|
205
|
+
className: "pc-empty-text"
|
|
206
206
|
}, "\u6682\u65E0\u529E\u4E8B\u653B\u7565")), subIndex === 1 && /*#__PURE__*/React.createElement("div", {
|
|
207
|
-
className: "card"
|
|
207
|
+
className: "pc-card"
|
|
208
208
|
}, processImg ? /*#__PURE__*/React.createElement("div", {
|
|
209
|
-
className: "imgView",
|
|
209
|
+
className: "pc-imgView",
|
|
210
210
|
onClick: preView
|
|
211
211
|
}, /*#__PURE__*/React.createElement("img", {
|
|
212
212
|
src: processImg,
|
|
@@ -215,11 +215,11 @@ var ProcessImg = function ProcessImg(_ref) {
|
|
|
215
215
|
width: '100%'
|
|
216
216
|
}
|
|
217
217
|
})) : /*#__PURE__*/React.createElement("div", {
|
|
218
|
-
className: "empty-content"
|
|
218
|
+
className: "pc-empty-content"
|
|
219
219
|
}, loading ? /*#__PURE__*/React.createElement(_loading["default"], {
|
|
220
220
|
tip: "\u52A0\u8F7D\u4E2D"
|
|
221
221
|
}) : /*#__PURE__*/React.createElement("div", {
|
|
222
|
-
className: "empty-text"
|
|
222
|
+
className: "pc-empty-text"
|
|
223
223
|
}, "\u6682\u65E0\u76F8\u5173\u6750\u6599"))));
|
|
224
224
|
};
|
|
225
225
|
ProcessImg.displayName = 'ProcessImg';
|