mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 10:28:24 +08:00
fix(footer): 修复底部版权信息垂直居中问题 (#299)
This commit is contained in:
parent
4751ef8cb9
commit
2f84447343
|
@ -25,7 +25,7 @@ import OutputOverview from './components/OutputOverview.vue';
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.row-container {
|
||||
.row-container:not(:last-child) {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
|
||||
&-footer-layout {
|
||||
padding: 0;
|
||||
margin-bottom: @spacer-2;
|
||||
margin-bottom: @spacer-3;
|
||||
}
|
||||
|
||||
// slideBar
|
||||
|
|
Loading…
Reference in New Issue
Block a user