diff --git a/frontend_nuxt/.env.production.example b/frontend_nuxt/.env.production.example index 9a4b60b7b..a1bff6842 100644 --- a/frontend_nuxt/.env.production.example +++ b/frontend_nuxt/.env.production.example @@ -1,10 +1,10 @@ ; 生产环境后端 -NUXT_PUBLIC_API_BASE_URL=https://open-isle.com +NUXT_PUBLIC_API_BASE_URL=https://www.open-isle.com ; 正式环境/生产环境 -NUXT_PUBLIC_WEBSITE_BASE_URL=https://open-isle.com +NUXT_PUBLIC_WEBSITE_BASE_URL=https://www.open-isle.com ; 生产环境ws后端 -NUXT_PUBLIC_WEBSOCKET_URL=https://open-isle.com/websocket +NUXT_PUBLIC_WEBSOCKET_URL=https://www.open-isle.com/websocket NUXT_PUBLIC_GOOGLE_CLIENT_ID=777830451304-nt8afkkap18gui4f9entcha99unal744.apps.googleusercontent.com NUXT_PUBLIC_GITHUB_CLIENT_ID=Ov23liVkO1NPAX5JyWxJ diff --git a/frontend_nuxt/components/CommentItem.vue b/frontend_nuxt/components/CommentItem.vue index d87f19f14..5147db26d 100644 --- a/frontend_nuxt/components/CommentItem.vue +++ b/frontend_nuxt/components/CommentItem.vue @@ -404,7 +404,6 @@ const handleContentClick = (e) => { margin-left: 10px; margin-right: 10px; opacity: 0.5; - transform: scaleX(-1); } .reply-user-name { diff --git a/frontend_nuxt/pages/index.vue b/frontend_nuxt/pages/index.vue index aaaa42ccc..d75109dde 100644 --- a/frontend_nuxt/pages/index.vue +++ b/frontend_nuxt/pages/index.vue @@ -529,7 +529,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) } .article-item-title { - margin-top: 10px; + margin-top: 20px; font-size: 18px; text-decoration: none; color: var(--text-color); @@ -605,6 +605,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) display: flex; flex-direction: column; align-items: flex-start; + padding-bottom: 10px; } .article-member-avatars-container { @@ -719,10 +720,15 @@ const sanitizeDescription = (text) => stripMarkdown(text) } .article-item-title { + margin-top: 10px; font-size: 16px; font-weight: bold; } + .article-main-container { + padding-bottom: 0px; + } + .article-item-description { margin-top: 2px; font-size: 10px;