Commit f943c339 authored by xinzhedeai's avatar xinzhedeai

建设中 模板页面

parent 9b627b68
<template>
<div class="app-container">
<div>
<img src="@/assets/images/building.png" alt="">
</div>
</div>
</template>
<script>
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
.app-container{
width: 100%;
height: calc(100vh - 50px);
background: #eeeeee;
display: flex;
justify-content: center;
align-items: center;
img{
width: 320px;
height: 200px;
}
}
</style>
\ No newline at end of file
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