Commit 14f4577e authored by 李晓兵's avatar 李晓兵

'插件'

parent f12c0be0
<template> <template>
<h-content id="login"> <!-- <h-content id="login">
<div class="bird-icon" /> <div class="bird-icon" />
<div class="login-wrap"> <div class="login-wrap">
<img class="title" src="../assets/login/title.png" > <img class="title" src="../assets/login/title.png" >
...@@ -25,7 +25,10 @@ ...@@ -25,7 +25,10 @@
</div> </div>
<div class="button submit" @click="access">登录</div> <div class="button submit" @click="access">登录</div>
</div> </div>
</h-content> </h-content>-->
<div style="width: 100%;height: 100%;background-color: #007aff;display: flex;justify-content: center;align-items: center;">
<p style="font-weight: 700;font-size: 36px">登录</p>
</div>
</template> </template>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment