style(order_summary): 优化订单摘要页面布局
- 调整卡片内容区域的高度为自适应内容高度 - 修改 iframe 样式,设置宽度为可用空间宽度,高度为 400vh
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user