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

update:更新首页布局

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