Merge branch 'detail_v3' of http://gitlab.t-win.kr/ifheone/shoptime into detail_v3
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user