Commit 192ab65c authored by chenqikuai's avatar chenqikuai

按照UI的意思微调样式

parent 740b7cda
......@@ -54,6 +54,7 @@
</div>
</div>
<empty
class="empty"
v-if="!loading && list.length === 0"
name="moban"
tip="您还未添加模板"
......@@ -229,6 +230,9 @@ export default class IndexSy extends Mixins(IndexMixin) {
.banner{
margin-top: 5px;
}
.empty{
margin-top: 70px;
}
div.header {
padding: 36px 21px;
text-align: left;
......
......@@ -7,7 +7,7 @@
<div>验证码登录</div>
</template>
<template>
<phone-input v-model="phone" :canEditPhone="canEditPhone"></phone-input>
<phone-input v-model="phone"></phone-input>
<code-input
v-model="code"
:canGetCode="canGetCode"
......
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