mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-03 21:14:44 +00:00
Add todo
This commit is contained in:
parent
aee922f057
commit
dc933ec911
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
const heightInScale = openFromRect.height / dialogRect.height;
|
||||
|
||||
this.dialogTransform = `translate3D(-${leftDistance}px, -${topDistance}px, 0) scale(${widthInScale}, ${heightInScale})`;
|
||||
this.dialogTransformOrigin = 'top left';
|
||||
this.dialogTransformOrigin = 'top left'; /* @TODO: Fix position */
|
||||
}
|
||||
},
|
||||
open() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue