askbot-dragon 0.7.82 → 0.7.85
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 +9 -14
package/package.json
CHANGED
|
@@ -333,17 +333,16 @@ export default {
|
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
.ig-types-des {
|
|
336
|
-
padding:
|
|
336
|
+
padding: 12px 16px 0px;
|
|
337
337
|
text-align: left;
|
|
338
338
|
}
|
|
339
339
|
.ig-types-f {
|
|
340
340
|
display: flex;
|
|
341
341
|
justify-content: flex-start;
|
|
342
342
|
flex-wrap: wrap;
|
|
343
|
-
padding:
|
|
343
|
+
padding: 4px 8px;
|
|
344
344
|
.ig-types-f-cell {
|
|
345
345
|
height: 2.2em;
|
|
346
|
-
font-size: 1em;
|
|
347
346
|
line-height: 2.2em;
|
|
348
347
|
padding: 0 14px;
|
|
349
348
|
margin-left: 5px;
|
|
@@ -377,15 +376,14 @@ export default {
|
|
|
377
376
|
display: flex;
|
|
378
377
|
justify-content: flex-start;
|
|
379
378
|
flex-wrap: wrap;
|
|
380
|
-
margin: 0px 16px
|
|
379
|
+
margin: 0px 16px 4px;
|
|
381
380
|
border-bottom: solid 2px #e0e6f7;
|
|
382
381
|
.ig-types-s-cell {
|
|
383
|
-
height:
|
|
384
|
-
line-height:
|
|
382
|
+
height: 2.8em;
|
|
383
|
+
line-height: 2.8em;
|
|
385
384
|
margin-right: 18px;
|
|
386
385
|
color: #b2c2d8;
|
|
387
386
|
cursor: pointer;
|
|
388
|
-
font-size: 1em;
|
|
389
387
|
margin-bottom: -2px;
|
|
390
388
|
overflow: hidden;
|
|
391
389
|
text-overflow: ellipsis;
|
|
@@ -401,7 +399,7 @@ export default {
|
|
|
401
399
|
}
|
|
402
400
|
.ig-types-tags {
|
|
403
401
|
margin: 0 16px;
|
|
404
|
-
padding:
|
|
402
|
+
padding: 0 0 6px;
|
|
405
403
|
display: flex;
|
|
406
404
|
justify-content: flex-start;
|
|
407
405
|
flex-wrap: wrap;
|
|
@@ -413,7 +411,6 @@ export default {
|
|
|
413
411
|
color: #366aff;
|
|
414
412
|
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,7 +452,7 @@ export default {
|
|
|
457
452
|
}
|
|
458
453
|
}
|
|
459
454
|
.ig-change-list {
|
|
460
|
-
padding:
|
|
455
|
+
padding: 12px 0;
|
|
461
456
|
margin-top: 4px;
|
|
462
457
|
display: flex;
|
|
463
458
|
flex-direction: column;
|