fix(export): hide cache meta row and adjust info popover anchor

This commit is contained in:
tisonhuang
2026-03-05 10:24:01 +08:00
parent 28257ba66f
commit 4adedad0de
2 changed files with 2 additions and 44 deletions

View File

@@ -63,7 +63,7 @@
.section-info-popover {
position: absolute;
top: calc(100% + 8px);
right: 0;
left: 0;
width: min(340px, calc(100vw - 40px));
border-radius: 10px;
border: 1px solid var(--border-color);