From 78b56bcf4da3ff7fd7c879c44c64e3361644b99c Mon Sep 17 00:00:00 2001
From: bqy_fe <1743369777@qq.com>
Date: Thu, 6 May 2021 23:46:53 +0800
Subject: [PATCH] style: personal github
---
public/github.svg | 1 +
src/visual-editor/components/header/index.vue | 9 ++++++++-
2 files changed, 9 insertions(+), 1 deletion(-)
create mode 100644 public/github.svg
diff --git a/public/github.svg b/public/github.svg
new file mode 100644
index 0000000..09db69b
--- /dev/null
+++ b/public/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/visual-editor/components/header/index.vue b/src/visual-editor/components/header/index.vue
index caaedf4..6a13f17 100644
--- a/src/visual-editor/components/header/index.vue
+++ b/src/visual-editor/components/header/index.vue
@@ -7,16 +7,20 @@
-
+
+
+
+
@@ -67,5 +71,8 @@ export default defineComponent({
.el-button {
font-size: 22px;
}
+ .right-tools > * {
+ margin-left: 8px;
+ }
}