We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72221e9 commit 988596fCopy full SHA for 988596f
src/App.vue
@@ -4,6 +4,10 @@
4
<img class="fm-logo" src="./assets/logo.png">
5
<div class="fm-title">表单设计器</div>
6
7
+ <div style="color: #fff; font-size: 13px; position: absolute; top: 24px; left: 200px;">
8
+ QQ交流群:902048874
9
+ </div>
10
+
11
<div class="fm-link">
12
<a href="https://github.com/GavinZhuLei/vue-form-making">GitHub</a>
13
<a href="https://gitee.com/gavinzhulei/vue-form-making">码云</a>
@@ -26,6 +30,7 @@ export default {
26
30
box-shadow: 0 2px 10px rgba(70,160,252, 0.6);
27
31
padding: 0 10px;
28
32
background-image: linear-gradient(to right,#1278f6,#00b4aa);
33
+ position: relative;
29
34
35
.fm-logo{
36
height: 26px;
0 commit comments