feat: update SiteFooter layout and adjust MapPage iframe source

This commit is contained in:
zhangyuheng
2026-03-18 17:20:21 +08:00
parent 277bd9c897
commit 6d2b746a70
3 changed files with 4 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ const friendLinks = [
<template>
<footer class="site-footer">
<div class="site-footer__inner">
<div class="bl-shell">
<div class="footer-columns">
<div class="footer-col">
<div class="footer-logo">{{ brand }}</div>
@@ -71,12 +71,6 @@ const friendLinks = [
color: var(--bl-text-secondary, #6e6e73);
}
.site-footer__inner {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}
.footer-columns {
display: flex;
gap: 60px;