fix(export): use solid background for detail drawer

This commit is contained in:
tisonhuang
2026-03-02 14:02:52 +08:00
parent f47eba5764
commit b8ede4cfd0

View File

@@ -1031,7 +1031,7 @@
height: calc(100vh - 40px);
border-left: 1px solid var(--border-color);
border-radius: 0;
background: var(--card-bg);
background: var(--bg-secondary-solid, #ffffff);
display: flex;
flex-direction: column;
overflow: hidden;