다양한 브라우저 처리 페이지의 다른 결과 BUG 처리

424 단어 브라우저
1. 크롬 input 노란색 배경색을 제거합니다.
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important; }

2.*chrome 기본 최소 글꼴은 12px
3. React 편집 불가능한 입력 상자 스타일:
.ant-input-disabled{background-color: unset!important; background: unset!important;}
.ant-select-disabled .ant-select-selection{background-color: unset!important; background: unset!important;}

좋은 웹페이지 즐겨찾기