Merge with local folder
This commit is contained in:
parent
1598260ce3
commit
706fe745d3
110 changed files with 21422 additions and 17 deletions
4
src/app/components/shared/select-add/select-add.component.ts
Normal file → Executable file
4
src/app/components/shared/select-add/select-add.component.ts
Normal file → Executable file
|
|
@ -50,7 +50,7 @@ export class SelectAddComponent {
|
|||
}
|
||||
|
||||
changeOption(from: string, event) {
|
||||
console.log(event);
|
||||
// console.log(event);
|
||||
this.optionChange.emit({
|
||||
from,
|
||||
to: event.target.value
|
||||
|
|
@ -99,7 +99,7 @@ export class SelectAddComponent {
|
|||
if (this.isOpen && this.top && this.bottom) {
|
||||
const topHeight = this.top.nativeElement.clientHeight;
|
||||
const bottomHeight = this.bottom.nativeElement.clientHeight;
|
||||
console.log(topHeight, bottomHeight);
|
||||
// console.log(topHeight, bottomHeight);
|
||||
return `${topHeight + bottomHeight}px`;
|
||||
}
|
||||
return `100%`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue