diff --git a/buyer/src/assets/styles/global.scss b/buyer/src/assets/styles/global.scss index ccfd7297..751a741d 100644 --- a/buyer/src/assets/styles/global.scss +++ b/buyer/src/assets/styles/global.scss @@ -296,7 +296,11 @@ li { justify-content: center; } +.width_1200_auto { + width: 1184px; + margin: 0 auto; +} diff --git a/buyer/src/components/Search.vue b/buyer/src/components/Search.vue index 92792288..2c7d9693 100644 --- a/buyer/src/components/Search.vue +++ b/buyer/src/components/Search.vue @@ -1,6 +1,6 @@