askbot-dragon 0.7.88 → 0.7.89
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
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 {
|
|
@@ -399,7 +400,7 @@ export default {
|
|
|
399
400
|
}
|
|
400
401
|
.ig-types-tags {
|
|
401
402
|
margin: 0 16px;
|
|
402
|
-
padding: 0 0
|
|
403
|
+
padding: 0 0 12px;
|
|
403
404
|
display: flex;
|
|
404
405
|
justify-content: flex-start;
|
|
405
406
|
flex-wrap: wrap;
|
|
@@ -459,7 +460,6 @@ export default {
|
|
|
459
460
|
border-top: 1px solid #eeeeee;
|
|
460
461
|
.ig-change-list-btn {
|
|
461
462
|
font-weight: 600;
|
|
462
|
-
font-size: 1em;
|
|
463
463
|
color: #366aff;
|
|
464
464
|
cursor: pointer;
|
|
465
465
|
}
|