fix:二维码修改

This commit is contained in:
ljy
2026-08-03 21:49:23 +08:00
parent ee0c35cc34
commit cfafec8a3c
4 changed files with 13 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

+9 -2
View File
@@ -3154,8 +3154,15 @@ body.stage-mode {
}
.site:not(.is-stage) .qr-card img {
width: min(70vw, 14rem) !important;
height: min(70vw, 14rem) !important;
width: min(70vw, 14.5rem) !important;
height: min(70vw, 14.5rem) !important;
max-width: none !important;
max-height: none !important;
padding: 0.65rem !important;
border-radius: 0.75rem;
background: #fff;
box-sizing: border-box;
object-fit: contain !important;
}
.site:not(.is-stage) .footer.in-section {
+4 -4
View File
@@ -600,12 +600,12 @@ function App() {
</div>
<div className="stage-qr-grid">
<div>
<img src="/assets/qr-host.svg" alt="主持人控场二维码占位" />
<span> · </span>
<img src="/assets/qr-host.png" alt="控场码:打开展控模式" />
<span> · </span>
</div>
<div>
<img src="/assets/qr-audience.svg" alt="观众伴读二维码占位" />
<span> · </span>
<img src="/assets/qr-audience.png" alt="观展码:打开官网首页" />
<span> · </span>
</div>
</div>
<div className="stage-keys"> · · · Home / End</div>