fix(modal): height calc error #161

This commit is contained in:
vben
2021-01-06 00:08:45 +08:00
parent 8d7d0835ad
commit 144ab577da
26 changed files with 162 additions and 112 deletions

View File

@@ -1,8 +1,6 @@
import type { InjectionKey, ComputedRef, Ref } from 'vue';
import { createContext, useContext } from '/@/hooks/core/useContext';
import {} from 'vue';
export interface PageContextProps {
contentHeight: ComputedRef<number>;
pageHeight: Ref<number>;