Merge branch 'detail_v3' of http://gitlab.t-win.kr/ifheone/shoptime into detail_v3

This commit is contained in:
2025-10-29 20:03:09 +09:00
2 changed files with 9 additions and 3 deletions

View File

@@ -274,7 +274,7 @@ export const getShopperHouseSearch =
const params = { query };
if (searchId) {
params.searchid = searchId;
params.searchId = searchId;
}
console.log('*[ShopperHouseAPI] getShopperHouseSearch params: ', JSON.stringify(params));
console.log('*[ShopperHouseAPI] ├─ query:', query);

View File

@@ -91,6 +91,12 @@
box-shadow 0.2s ease;
outline: none !important; // prevent legacy Chromium square outline
background: white;
background-clip: padding-box;
overflow: hidden;
box-shadow: inset 0 0 0 1px white;
&:focus {
outline: none !important; // keep wrapper focus highlight rounded
}
@@ -110,8 +116,8 @@
height: 100% !important;
padding-left: 50px;
padding-right: 40px;
background: white;
border-radius: 1000px;
background: transparent;
border-radius: calc(1000px - 5px);
border: none; // wrapper에서 테두리 처리
box-sizing: border-box;
display: flex;