diff --git a/src/components/home/HomeOperation.vue b/src/components/home/HomeOperation.vue index 24436c6..9466d0a 100644 --- a/src/components/home/HomeOperation.vue +++ b/src/components/home/HomeOperation.vue @@ -217,11 +217,11 @@ const operationState = computed(() => { .home-end{ background: #FF6767; } - .home-remain-time{ background: #F6FAFE; margin-top: 6rem; - width: 27vw; + margin-left: 1rem; + margin-right: 1rem; height: 8vh; border-radius: 12px; display: flex; @@ -229,7 +229,6 @@ const operationState = computed(() => { justify-content: center; font-size: 24px; gap: 10px; - margin-left: 1rem; .home-remaini-value{ color: #2892F3; }