提交 e2e1b462 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新首页布局

上级 ac3f6a9f
......@@ -13,6 +13,9 @@
font-size: 21px;
font-weight: 700;
margin-left: 50px;
.app-caption {
color: var(--app-color-white);
}
.app-icon {
width: 36px;
height: 37px;
......@@ -30,12 +33,16 @@
overflow: auto;
padding: 20px 38px 0 38px;
background-color: var(--app-color-gray-400);
display: flex;
flex-direction: column;
}
.copyright-notice {
height: 100px;
text-align: center;
flex-shrink: 0;
.notice {
padding-top: 10px;
color: var(--app-color-gray-200);
}
}
}
\ No newline at end of file
......@@ -13,12 +13,12 @@
</header>
<content class="index-view-content">
<slot name="navPos" />
</content>
<footer class="index-view-footer">
<slot name="footer"></slot>
<div class="copyright-notice">
<div class="notice">Copyright 1999-2021 Ernst & Young. All Rights Reserved.</div>
</div>
</content>
<footer class="index-view-footer">
<slot name="footer"></slot>
</footer>
</layout>
</template>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册