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
- niceid_v1.1.jar maven
- javascript
- java object 다형성
- maven repository jar
- map multivaluemap
- maver 외부 jar 배포
- JS
- 자바스크립트
- object 배열
- 배포시 systempath
- Object
- nice_v1.1.jar
- 외부 라이브러리 jar 배포
- port 죽이기
- maven jar 배포
- maven 외부 라이브러리 배포
- 자바
- object 다형성
- 스프링
- object배열
- java
- java object 클래스
- object다형성
- map vs multivaluemap
- 맥북 port kill
- 졸프
- maven systempath
- Spring
- 자바object다형성
- object tostring
Archives
- Today
- Total
목록antd table 헤더 바꾸기 (1)
모래블로그
antd 테이블 헤더 색상 변경하기
antd 테이블 컴포넌트를 사용하게 되면서 테이블 헤더를 내가 원하는 방식으로 바꾸고 싶었다. 현재 내가 기본 table을 가져다 썼더니, 이런 식으로 디자인이 되어있었는데 나는 테이블 헤더를, top 과 bottom 만 border를 주는 방식으로 디자인을 하고 싶었다. antd table 헤더 디자인 변경하는 방법 먼저 css 파일을 만들어서 .ant-table-cell { } 안에 원하는 설정을 해주면 된다. 나는 radius 없애고, background color를 흰색으로 한 뒤, top 과 bottom 에만 border 를 설정하여 색을 바꿔줬다. .ant-table .ant-table-container .ant-table-content table thead.ant-table-thead .an..
카테고리 없음
2023. 12. 2. 16:34