fix(footer): 修复底部版权信息垂直居中问题 (#299)

This commit is contained in:
zengqiu 2022-09-08 01:05:20 +08:00 committed by GitHub
parent 4751ef8cb9
commit 2f84447343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ import OutputOverview from './components/OutputOverview.vue';
</script>
<style scoped>
.row-container {
.row-container:not(:last-child) {
margin-bottom: 16px;
}
</style>

View File

@ -108,7 +108,7 @@
&-footer-layout {
padding: 0;
margin-bottom: @spacer-2;
margin-bottom: @spacer-3;
}
// slideBar