CSS๐ง/css table ํ๊ด๋ จ
css table thead ๋ฏธ์ ์ฉ ํ๋ง๋ค๊ธฐ ์ด์ table-layout: auto;
hyojinny
2022. 10. 6. 18:11
๊ธฐ์กด thead ๊ฐ ์ ์ฉ๋์ด์๋ ํ๋ฅผ ๋ง๋ค๋ ,
๊ฐ์ค๋ช ๋์ด๋ฅผ
.tbl_fee_wrap .col01 {
width: 20%;
}
width: 20%; ์ง์ ํด์ฃผ์์ ๊ฒฝ์ฐ ์ ๋๋ก ์ ์ฉ์ด ๋์์๋ค.
.tbl_fee_wrap .col01 {
width: 20%;
}
thead๊ฐ ์์ผ๋ฉด table-layout ์ด๊ธฐํ ํด์ผํจ
.inquiry_page .inquiry_area table {
table-layout: auto;
}