askbot-dragon 0.7.82 → 0.7.87
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/package.json +1 -1
- package/src/components/AiGuide.vue +18 -24
package/package.json
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
<style scoped lang="less">
|
|
322
322
|
.ig-view-cli {
|
|
323
323
|
// background: #fbfcfd;
|
|
324
|
+
font-size: 0.9em;
|
|
324
325
|
border-radius: 5px;
|
|
325
326
|
position: relative;
|
|
326
327
|
.ig-view-example {
|
|
@@ -333,25 +334,24 @@ export default {
|
|
|
333
334
|
}
|
|
334
335
|
}
|
|
335
336
|
.ig-types-des {
|
|
336
|
-
padding:
|
|
337
|
+
padding: 12px 16px 0px;
|
|
337
338
|
text-align: left;
|
|
338
339
|
}
|
|
339
340
|
.ig-types-f {
|
|
340
341
|
display: flex;
|
|
341
342
|
justify-content: flex-start;
|
|
342
343
|
flex-wrap: wrap;
|
|
343
|
-
padding:
|
|
344
|
+
padding: 4px 8px;
|
|
344
345
|
.ig-types-f-cell {
|
|
345
|
-
height:
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
padding: 0 14px;
|
|
346
|
+
height: 1.8em;
|
|
347
|
+
line-height: 1.8em;
|
|
348
|
+
padding: 0 12px;
|
|
349
349
|
margin-left: 5px;
|
|
350
350
|
margin-right: 5px;
|
|
351
351
|
margin-top: 4px;
|
|
352
352
|
background: #ffffff;
|
|
353
353
|
border: 1px solid #e0e6f7;
|
|
354
|
-
border-radius:
|
|
354
|
+
border-radius: 1em;
|
|
355
355
|
color: #a3adc6;
|
|
356
356
|
cursor: pointer;
|
|
357
357
|
overflow: hidden;
|
|
@@ -377,16 +377,15 @@ export default {
|
|
|
377
377
|
display: flex;
|
|
378
378
|
justify-content: flex-start;
|
|
379
379
|
flex-wrap: wrap;
|
|
380
|
-
margin: 0px 16px
|
|
381
|
-
border-bottom: solid
|
|
380
|
+
margin: 0px 16px 4px;
|
|
381
|
+
border-bottom: solid 1px #e0e6f7;
|
|
382
382
|
.ig-types-s-cell {
|
|
383
|
-
height:
|
|
384
|
-
line-height:
|
|
383
|
+
height: 2.2em;
|
|
384
|
+
line-height: 2.2em;
|
|
385
385
|
margin-right: 18px;
|
|
386
386
|
color: #b2c2d8;
|
|
387
387
|
cursor: pointer;
|
|
388
|
-
|
|
389
|
-
margin-bottom: -2px;
|
|
388
|
+
margin-bottom: -1px;
|
|
390
389
|
overflow: hidden;
|
|
391
390
|
text-overflow: ellipsis;
|
|
392
391
|
white-space: nowrap;
|
|
@@ -401,19 +400,17 @@ export default {
|
|
|
401
400
|
}
|
|
402
401
|
.ig-types-tags {
|
|
403
402
|
margin: 0 16px;
|
|
404
|
-
padding:
|
|
403
|
+
padding: 0 0 12px;
|
|
405
404
|
display: flex;
|
|
406
405
|
justify-content: flex-start;
|
|
407
406
|
flex-wrap: wrap;
|
|
408
407
|
.ig-types-tags-cell {
|
|
409
408
|
line-height: 1.4em;
|
|
410
|
-
padding:
|
|
409
|
+
padding: 2px 8px;
|
|
411
410
|
margin-right: 6px;
|
|
412
411
|
margin-top: 4px;
|
|
413
412
|
color: #366aff;
|
|
414
|
-
font-weight: 500;
|
|
415
413
|
background: #ffffff;
|
|
416
|
-
font-size: 0.9em;
|
|
417
414
|
border: 1px solid #a1b9ff;
|
|
418
415
|
border-radius: 5px;
|
|
419
416
|
cursor: pointer;
|
|
@@ -425,25 +422,23 @@ export default {
|
|
|
425
422
|
line-height: 40px;
|
|
426
423
|
background: #fff8f4;
|
|
427
424
|
border-radius: 5px;
|
|
428
|
-
font-size: 0.9em;
|
|
429
425
|
color: #ff9555;
|
|
430
426
|
padding: 0 12px;
|
|
431
427
|
text-align: left;
|
|
432
428
|
}
|
|
433
429
|
.ig-types-list {
|
|
434
430
|
margin: 0 16px;
|
|
435
|
-
padding: 0 0
|
|
431
|
+
padding: 0 0 8px 0;
|
|
436
432
|
display: flex;
|
|
437
433
|
flex-direction: column;
|
|
438
434
|
justify-content: flex-start;
|
|
439
435
|
.ig-types-list-cell {
|
|
440
436
|
line-height: 1.1em;
|
|
441
|
-
padding:
|
|
437
|
+
padding: 8px 0;
|
|
442
438
|
overflow: hidden;
|
|
443
439
|
display: flex;
|
|
444
440
|
justify-content: space-between;
|
|
445
441
|
color: #366aff;
|
|
446
|
-
font-size: 0.9em;
|
|
447
442
|
cursor: pointer;
|
|
448
443
|
align-items: center;
|
|
449
444
|
span {
|
|
@@ -457,15 +452,14 @@ export default {
|
|
|
457
452
|
}
|
|
458
453
|
}
|
|
459
454
|
.ig-change-list {
|
|
460
|
-
padding:
|
|
455
|
+
padding: 8px 0;
|
|
461
456
|
margin-top: 4px;
|
|
462
457
|
display: flex;
|
|
463
458
|
flex-direction: column;
|
|
464
459
|
align-items: center;
|
|
465
|
-
border-top:
|
|
460
|
+
border-top: 1px solid #eeeeee;
|
|
466
461
|
.ig-change-list-btn {
|
|
467
462
|
font-weight: 600;
|
|
468
|
-
font-size: 1.1em;
|
|
469
463
|
color: #366aff;
|
|
470
464
|
cursor: pointer;
|
|
471
465
|
}
|