diff --git a/src/layout/components/tag/index.vue b/src/layout/components/tag/index.vue
index 34aa61de1..1c2383e4a 100644
--- a/src/layout/components/tag/index.vue
+++ b/src/layout/components/tag/index.vue
@@ -14,35 +14,35 @@
@@ -55,6 +55,7 @@ export default {
display: flex;
align-items: center;
justify-content: flex-start;
+ margin-left: 5px;
.scroll-item {
// border: 1px solid #eee;
border-radius: 3px;
@@ -84,10 +85,10 @@ export default {
position: relative;
overflow: hidden;
width: 100%;
- box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
+ box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.active {
- background: #409EFF;
+ background: #409eff;
position: relative;
color: #fff;
a {
diff --git a/src/views/editor/index.vue b/src/views/editor/index.vue
index 28c35450c..95465b458 100644
--- a/src/views/editor/index.vue
+++ b/src/views/editor/index.vue
@@ -44,6 +44,6 @@ export default {
\ No newline at end of file