File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
pages/Home/components/KakaoMap/SearchOption Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3939 Learn how to configure a non-root public URL by running `npm run build`.
4040 -->
4141 < title > 하이빌리지 | 위치기반 관광지 찾기</ title >
42- < link rel ="stylesheet " href ="index.css " />
42+ <!-- < link rel="stylesheet" href="index.css" /> -- >
4343 < script
4444 type ="text/javascript "
4545 src ="//dapi.kakao.com/v2/maps/sdk.js?appkey=%VITE_APP_KAKAO_API%&libraries=services,clusterer,drawing "
Original file line number Diff line number Diff line change @@ -19,7 +19,13 @@ export const SearchOption = () => {
1919
2020 return (
2121 < div className = { styles . search_options } >
22- < DropdownTag fontSize = "normal" fontWeight = { 400 } name = "관광지 검색 옵션 조정" className = { styles . dropdown_wrapper } >
22+ < DropdownTag
23+ fontSize = "normal"
24+ size = "large"
25+ fontWeight = { 400 }
26+ name = "관광지 검색 옵션 조정"
27+ className = { styles . dropdown_wrapper }
28+ >
2329 < div className = { styles . dropdown } >
2430 < Selectbox
2531 fontSize = "normal"
Original file line number Diff line number Diff line change 11@forward ' reset' ;
22
3- @import url (' https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css' );
4-
53* {
64 box-sizing : border-box ;
75}
You can’t perform that action at this time.
0 commit comments