Pre Merge pull request !23 from 玲娜贝er/dev

This commit is contained in:
玲娜贝er 2025-04-07 03:12:22 +00:00 committed by Gitee
commit 873d36eed1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 3 deletions

View File

@ -46,9 +46,12 @@
--vxe-ui-table-row-current-background-color: hsl(var(--accent));
--vxe-ui-table-row-hover-current-background-color: hsl(var(--accent-hover));
height: auto !important;
/* --vxe-ui-table-fixed-scrolling-box-shadow-color: rgb(0 0 0 / 80%); */
/** 右上角toolbar按钮色/翻页主题色保持一致 */
--vxe-ui-font-primary-lighten-color: hsl(var(--primary-500));
height: auto !important;
}
html[data-vxe-ui-theme='dark'] .vxe-grid {

View File

@ -27,5 +27,5 @@ export function getVxePopupContainer(_node?: HTMLElement): HTMLElement {
/**
* body
*/
return _node?.parentElement ?? document.body;
return document.body;
}