diff --git a/src/components/Customer/Customer.vue b/src/components/Customer/Customer.vue
index cb7b32c..1c2b834 100644
--- a/src/components/Customer/Customer.vue
+++ b/src/components/Customer/Customer.vue
@@ -46,7 +46,7 @@ function close() {
width: 600px;
height: 400px;
margin: 0 auto;
- margin-top: 342px;
+ margin-top: 760px;
background: #ffffff;
box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.08);
border-radius: 12px;
diff --git a/src/components/QuestionClassify/QuestionClassify.vue b/src/components/QuestionClassify/QuestionClassify.vue
index e88a87b..674cc37 100644
--- a/src/components/QuestionClassify/QuestionClassify.vue
+++ b/src/components/QuestionClassify/QuestionClassify.vue
@@ -52,7 +52,7 @@ function closeQuestionClassify() {
background: #ffffff;
box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.08);
border-radius: 16px;
- top: 60px;
+ top: 462px;
left: 50%;
margin-left: -427px;
.title {
diff --git a/src/components/QuestionList/QuestionList.vue b/src/components/QuestionList/QuestionList.vue
index cfe3552..62b9169 100644
--- a/src/components/QuestionList/QuestionList.vue
+++ b/src/components/QuestionList/QuestionList.vue
@@ -108,7 +108,7 @@ function closeQuestionDetail() {
background: #ffffff;
box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.08);
border-radius: 16px;
- top: 60px;
+ top: 462px;
left: 50%;
margin-left: -427px;
.title {
diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue
index 03493b1..f80460f 100644
--- a/src/components/Search/Search.vue
+++ b/src/components/Search/Search.vue
@@ -9,8 +9,8 @@
-
@@ -201,7 +189,7 @@ onBeforeUnmount(() => {
.input {
border: none;
outline: none;
- width: 255px;
+ width: 262px;
height: 78px;
background: transparent;
font-weight: 700;
diff --git a/src/components/SearchResultItem/SearchResultItem.vue b/src/components/SearchResultItem/SearchResultItem.vue
index f35dfa9..09f2534 100644
--- a/src/components/SearchResultItem/SearchResultItem.vue
+++ b/src/components/SearchResultItem/SearchResultItem.vue
@@ -41,7 +41,7 @@ function handleShop() {
display: flex;
align-items: center;
padding: 0 24px;
- width: 352px;
+ width: 302px;
height: 72px;
background: rgba(255, 255, 255, 0.8);
border-radius: 12px;
diff --git a/src/components/SearchResultList/SearchResultList.vue b/src/components/SearchResultList/SearchResultList.vue
index 4d54ec0..34362eb 100644
--- a/src/components/SearchResultList/SearchResultList.vue
+++ b/src/components/SearchResultList/SearchResultList.vue
@@ -14,10 +14,6 @@