feat: Optimize dialog
- Change the method of open dialog - Fix the problem of open dialog disappearing due to virtual scrolling - Float the active dialog to the top
This commit is contained in:
3
src/types/typings.d.ts
vendored
3
src/types/typings.d.ts
vendored
@@ -1,3 +1,6 @@
|
||||
type ContainerSize = { width: number; height: number }
|
||||
type ContainerPosition = { left: number; top: number }
|
||||
|
||||
interface BaseModel {
|
||||
id: number | string
|
||||
fullname: string
|
||||
|
||||
Reference in New Issue
Block a user