Commit 192ab65c authored by chenqikuai's avatar chenqikuai

按照UI的意思微调样式

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