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

update:更新

上级 d24c68d8
<template> <template>
<i-button :type="type" :size="size" :disabled="disabled" @click="handleClick"> <i-button class="app-button" :type="type" :size="size" :disabled="disabled" @click="handleClick">
<i v-if="showIcon" :class="{[iconClass ? iconClass : '']: true, 'app-button__icon': true}"></i> <i v-if="showIcon" :class="{[iconClass ? iconClass : '']: true, 'app-button__icon': true}"></i>
<span v-if="showCaption" class="app-button__caption"> <span v-if="showCaption" class="app-button__caption">
{{caption}} {{caption}}
......
.app-form-group { .app-form-group {
margin: 10px 0;
.app-form-group-caption { .app-form-group-caption {
padding-left: 20px; padding-left: 20px;
} }
......
...@@ -31,4 +31,11 @@ ...@@ -31,4 +31,11 @@
padding: 20px 38px 0 38px; padding: 20px 38px 0 38px;
background-color: var(--app-color-gray-400); background-color: var(--app-color-gray-400);
} }
.copyright-notice {
height: 100px;
text-align: center;
.notice {
padding-top: 10px;
}
}
} }
\ No newline at end of file
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
</content> </content>
<footer class="index-view-footer"> <footer class="index-view-footer">
<slot name="footer"></slot> <slot name="footer"></slot>
<div class="copyright-notice">
<div class="notice">Copyright 1999-2021 Ernst & Young. All Rights Reserved.</div>
</div>
</footer> </footer>
</layout> </layout>
</template> </template>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
font-size: 16px; font-size: 16px;
padding: 0; padding: 0;
height: 54px; height: 54px;
font-weight: bold; font-weight: 700;
display: flex; display: flex;
align-items: center; align-items: center;
color: var(--app-color-black); color: var(--app-color-black);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册