From e769812178ca0e8545680b9759837a5030695675 Mon Sep 17 00:00:00 2001 From: Rohow Date: Fri, 6 Sep 2024 00:11:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(fillCode):=20=E4=BF=AE=E5=A4=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=87=BA=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/apps/fillcode/ingress-http.yaml | 4 +--- apps/infra/net/nginx/configmap-html.yaml | 14 +++++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/apps/apps/fillcode/ingress-http.yaml b/apps/apps/fillcode/ingress-http.yaml index 86ddce2..ba89a61 100644 --- a/apps/apps/fillcode/ingress-http.yaml +++ b/apps/apps/fillcode/ingress-http.yaml @@ -3,8 +3,6 @@ kind: Ingress metadata: name: fillcode namespace: apps - annotations: - nginx.ingress.kubernetes.io/rewrite-target: /fillcode spec: ingressClassName: nginx tls: @@ -19,6 +17,6 @@ spec: pathType: Prefix backend: service: - name: halo + name: fillcode port: number: 80 diff --git a/apps/infra/net/nginx/configmap-html.yaml b/apps/infra/net/nginx/configmap-html.yaml index f616302..5e2e862 100644 --- a/apps/infra/net/nginx/configmap-html.yaml +++ b/apps/infra/net/nginx/configmap-html.yaml @@ -184,6 +184,10 @@ data: -webkit-transition: .2s all; transition: .2s all } + + .error a:not(:first-of-type) { + margin-left: 20px + } .error a:hover { background-color: #1cfafe; @@ -426,6 +430,10 @@ data: transition: .2s all } + .error a:not(:first-of-type) { + margin-left: 20px + } + .error a:hover { background-color: #1cfafe; -webkit-box-shadow: 0 0 0 0 #000, 0 0 0 2px #1cfafe; @@ -667,6 +675,10 @@ data: transition: .2s all } + .error a:not(:first-of-type) { + margin-left: 20px + } + .error a:hover { background-color: #1cfafe; -webkit-box-shadow: 0 0 0 0 #000, 0 0 0 2px #1cfafe; @@ -719,7 +731,7 @@ data:

500

-

哎呀,服务器出了点问题!

+

服务器出错

请稍后再试,或者返回主页。
如果问题持续存在,请联系我们,我们会尽快修复。

回到首页 联系我们