fix: 修复更新日志、官方文档弹窗双滚动条问题 (#5060)

This commit is contained in:
SnowNightt
2026-02-12 16:36:05 +08:00
committed by GitHub
parent 30a0098b2a
commit 51a1c0e375
2 changed files with 2 additions and 2 deletions
@@ -151,7 +151,7 @@ getCurrentVersion();
<v-icon>mdi-close</v-icon>
</v-btn>
</v-card-title>
<v-card-text>
<v-card-text class="pb-5">
<!-- 版本选择器 -->
<div class="mb-4">
<v-select
@@ -319,7 +319,7 @@ function openChangelogDialog() {
</div>
<iframe
src="https://astrbot.app"
style="width: 100%; height: calc(100% - 56px); border: none; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;"
style="width: 100%; height: calc(100% - 66px); border: none; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;"
></iframe>
</div>