Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Franslee committed Feb 3, 2019
1 parent c13db48 commit 13aded4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sites/demo/view/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</template>
</ul>
</div>
<div id="demo-footer">京东用户体验设计部(JDC) · 前端开发部</div>
</div>
</template>

Expand Down Expand Up @@ -67,6 +68,13 @@ export default {

<style lang="scss" scoped>
.demo-list-wrapper {
#demo-footer{
font-size:10px;
color:#BBB;
text-shadow:1px 1px #FFF;
text-align: center;
margin:10px 0;
}
position: relative;
padding: 8px;
box-sizing: border-box;
Expand Down

0 comments on commit 13aded4

Please sign in to comment.