Skip to content

Commit 988596f

Browse files
committed
加入编辑器头部
1 parent 72221e9 commit 988596f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/App.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<img class="fm-logo" src="./assets/logo.png">
55
<div class="fm-title">表单设计器</div>
66

7+
<div style="color: #fff; font-size: 13px; position: absolute; top: 24px; left: 200px;">
8+
QQ交流群:902048874
9+
</div>
10+
711
<div class="fm-link">
812
<a href="https://github.com/GavinZhuLei/vue-form-making">GitHub</a>
913
<a href="https://gitee.com/gavinzhulei/vue-form-making">码云</a>
@@ -26,6 +30,7 @@ export default {
2630
box-shadow: 0 2px 10px rgba(70,160,252, 0.6);
2731
padding: 0 10px;
2832
background-image: linear-gradient(to right,#1278f6,#00b4aa);
33+
position: relative;
2934
3035
.fm-logo{
3136
height: 26px;

0 commit comments

Comments
 (0)