style(order_summary): 优化订单摘要页面布局

- 调整卡片内容区域的高度为自适应内容高度
- 修改 iframe 样式,设置宽度为可用空间宽度,高度为 400vh
This commit is contained in:
danial
2025-06-21 22:55:27 +08:00
parent 9fd38070b5
commit f1bf718b99

View File

@@ -76,9 +76,8 @@
</ul>
</div>
<div class="card">
<div style="height: 80vh; padding: 20px; background-color: #f7f8fa;">
<!-- Projects Section-->
<iframe src="">
<div style="height: fit-content; padding: 20px; background-color: #f7f8fa;">
<iframe src="" style="width: -webkit-fill-available; height: 400vh">
</iframe>
</div>
</div>