Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 1883
- invalid data
- mySQL_Replication
- DatePicker
- Replication
- mosquitto
- c# datagridview 데이터 넣기
- setInterval 외부 정지
- html #select #option #multiple
- allow_anonymouse
- setInterval 중지
- listener 1883
- pm2
- setInterval 정지
- setInterval clear
- pm2 상태 확인
- pm2 설치
- 공인IP
- pm2 시작
- datagridview 직접입력
- mosquitto.conf
- 서버동기화
- pm2 확인
- timepicker
- map이 undefined가 뜰 때
- 데이터테이블 데이터 넣기
- AntDesign
- 맥 어드레스
- DataGridView 직접 입력
- transfer
Archives
- Today
- Total
개발 노트
Ant Design - Modal에 있는 버튼에 css 적용 본문
ant design에 Modal을 사용하면 기본적으로 아래와 같은 버튼이 나온다
원하는 디자인으로 커스텀하려면
// 확인버튼
okButtonProps={{ style: { } }}
// 취소버튼
cancelButtonProps={{style: { } }}
<Modal
okButtonProps={{ style: { backgroundColor:'#029b6d', border:'none' } }}
cancelButtonProps={{style: {backgroundColor:'#fff', border: '1px solid #7ac7b0', color:'#029b6d'}}}
...
>
</Modal>
< 변경 후 >
'React' 카테고리의 다른 글
AMChart - 차트가 화면에 안 나오는 경우 (0) | 2023.09.18 |
---|---|
React - useLocation( ), useSearchParams( ) (0) | 2023.09.09 |
Ant Design - Radio (0) | 2023.08.30 |
Ant Design - Input.Group에서 compact 속성 (0) | 2023.08.29 |
useEffect (0) | 2023.08.27 |