优化显示:组件上下间隔,footer 位置置于页面底部

This commit is contained in:
邴新科
2023-02-03 12:08:59 +08:00
parent 0b4444d0d2
commit d567e9f136
8 changed files with 110 additions and 64 deletions

View File

@@ -188,13 +188,20 @@
// LINKS
a{
text-decoration: none;
color: darken($dark-color-link, 15%);
&:hover{
color: $dark-color-link;
}
// footer
#app-footer {
a {
color: lighten($text-comment, 5%);
&:hover{
color: $color-link;
}
}
}
// ALERT
.el-notification{
background-color: $dark-btn-bg-highlight;