diff --git a/apps/jingrow/frontend/src/views/HomePage.vue b/apps/jingrow/frontend/src/views/HomePage.vue index 24cc7d5..622cd44 100644 --- a/apps/jingrow/frontend/src/views/HomePage.vue +++ b/apps/jingrow/frontend/src/views/HomePage.vue @@ -1694,18 +1694,15 @@ onUnmounted(() => { :deep(.login-btn) { background: #e6f8f0 !important; - border: 1px solid #1fc76f !important; color: #0d684b !important; &:hover { background: #dcfce7 !important; - border-color: #1fc76f !important; color: #166534 !important; } &:active { background: #1fc76f !important; - border-color: #1fc76f !important; color: white !important; } }