From 0112a26ddeb3c0f400489e2063af57272bfe08c5 Mon Sep 17 00:00:00 2001 From: jimlee Date: Fri, 3 Mar 2023 11:10:29 +0800 Subject: [PATCH] =?UTF-8?q?:ok:=20=E8=B0=83=E6=95=B4=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=94=BE=E5=A4=A7=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=8C=89=E9=92=AE=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index f925630..7457f46 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -34,7 +34,7 @@ /* 输入框获取焦点时移除 placeholder */ .dzm-textarea:focus:before { content: none; - border: thick #019AFF; + border: 5px solid #019aff; } .textcopy {