Browse Source

前端页面布局修改,后台数据库结构变化,需要重新导入数据库才可使用

pixel 5 years ago
parent
commit
84f18ab181

+ 2 - 2
QMPlusVuePage/src/style/animition.scss

@@ -17,10 +17,10 @@ li {
     height: 450px;
     width: 450px;
     border-radius: 100%;
-    position: absolute;
+    position: relative;
     transform: translate(-50%, -50%);
     left: 50%;
-    top: 50%;
+    top: 225px;
     overflow: hidden;
 }
 

+ 4 - 1
QMPlusVuePage/src/view/dashbord/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <h2 style="text-align:center">gin-vue-admin by 奇淼 And krank666</h2>
-    <h2 style="text-align:center">点击动画获取联系方式</h2>
+    <h2 style="text-align:center;margin:15px">点击动画获取联系方式</h2>
 
     <el-drawer
       :visible.sync="drawer"
@@ -19,6 +19,9 @@
     <div @click="drawer = true">
       <Animition />
     </div>
+    <h2 style="text-align:right;margin:40px;">
+      当前版本号:v0.1.0
+    </h2>
   </div>
 </template>