Pre Merge pull request !23 from 玲娜贝er/dev
This commit is contained in:
commit
873d36eed1
@ -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 {
|
||||
|
@ -27,5 +27,5 @@ export function getVxePopupContainer(_node?: HTMLElement): HTMLElement {
|
||||
/**
|
||||
* 兼容以前代码 先返回body 这样会造成无法跟随滚动
|
||||
*/
|
||||
return _node?.parentElement ?? document.body;
|
||||
return document.body;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user