From 57ee7464894a8a9a75ec6ef917261f9e10032579 Mon Sep 17 00:00:00 2001
From: xiaoxian521 <1923740402@qq.com>
Date: Sun, 11 Apr 2021 17:41:07 +0800
Subject: [PATCH] fix: some style error
---
src/layout/components/tag/index.vue | 31 +++++++++++++++--------------
src/views/editor/index.vue | 2 +-
2 files changed, 17 insertions(+), 16 deletions(-)
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