Browse Source

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

main
pixel 5 years ago
parent
commit
84f18ab181
  1. 4
      QMPlusVuePage/src/style/animition.scss
  2. 5
      QMPlusVuePage/src/view/dashbord/index.vue

4
QMPlusVuePage/src/style/animition.scss

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

5
QMPlusVuePage/src/view/dashbord/index.vue

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<h2 style="text-align:center">gin-vue-admin by 奇淼 And krank666</h2> <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 <el-drawer
:visible.sync="drawer" :visible.sync="drawer"
@ -19,6 +19,9 @@
<div @click="drawer = true"> <div @click="drawer = true">
<Animition /> <Animition />
</div> </div>
<h2 style="text-align:right;margin:40px;">
当前版本号v0.1.0
</h2>
</div> </div>
</template> </template>

Loading…
Cancel
Save