Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1078] form 요소 레이아웃 깨짐 버그 수정 #1079

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

mmindy
Copy link
Collaborator

@mmindy mmindy commented Feb 28, 2022

  • .ev-input 사용하는 컴포넌트의 레이아웃 깨짐현상 수정
  • ev-input-number / ev-select / ev-date-picker 컴포넌트

[원인]

image

  • 컴포넌트 외부에서 display: flex 속성 적용 시, 컴포넌트 최상단 dom 높이에 영향을 주어 발생
  • .ev-input 를 사용하는 컴포넌트의 경우 높이를 따로 지정하지 않고 자식 콘텐츠 높이를 적용 받음

[해결]

  • 최상단 dom 아래 wrapper dom 추가
  • date-picker, select의 경우, dropbox 위치 기준 대상 수정(추가한 wrapper dom)

##########
- `.ev-input` 사용하는 컴포넌트의 레이아웃 깨짐현상 수정
@kdeun1 kdeun1 merged commit f5ccd2d into 3.0 Feb 28, 2022
@kdeun1 kdeun1 deleted the 1078_form_input_layout branch February 28, 2022 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants