From 35fbbfa7e4056ba4eacef48526acb37ae9fd8abe Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 8 Nov 2025 11:32:53 +0800 Subject: [PATCH 1/3] =?UTF-8?q?refactor:=20=E5=BE=AE=E8=B0=83=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BootstrapBlazor.Vditor/wwwroot/css/vditor.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/BootstrapBlazor.Vditor/wwwroot/css/vditor.css b/src/components/BootstrapBlazor.Vditor/wwwroot/css/vditor.css index 3111e745..d8f69c58 100644 --- a/src/components/BootstrapBlazor.Vditor/wwwroot/css/vditor.css +++ b/src/components/BootstrapBlazor.Vditor/wwwroot/css/vditor.css @@ -1,4 +1,9 @@ -@import url('index.css'); +@import url('index.css'); + +.bb-vditor { + border-radius: var(--bs-border-radius); + overflow: hidden; +} .bb-vditor.is-invalid { border-color: var(--bs-danger); From a6f1522229e8691fecdc52930c6db6d096793dee Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 8 Nov 2025 11:33:06 +0800 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=AD=97?= =?UTF-8?q?=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exclusion.dic | 1 + 1 file changed, 1 insertion(+) diff --git a/exclusion.dic b/exclusion.dic index 37ac74b7..7f1be205 100644 --- a/exclusion.dic +++ b/exclusion.dic @@ -102,3 +102,4 @@ scrlang Validata Validatable Totp +Vditor From 2c0a317453e0d40da6d3135abd4863f4d7a8a63c Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 8 Nov 2025 11:33:14 +0800 Subject: [PATCH 3/3] chore: bump version 9.0.2 --- .../BootstrapBlazor.Vditor/BootstrapBlazor.Vditor.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BootstrapBlazor.Vditor/BootstrapBlazor.Vditor.csproj b/src/components/BootstrapBlazor.Vditor/BootstrapBlazor.Vditor.csproj index 3ed1ae52..590ea391 100644 --- a/src/components/BootstrapBlazor.Vditor/BootstrapBlazor.Vditor.csproj +++ b/src/components/BootstrapBlazor.Vditor/BootstrapBlazor.Vditor.csproj @@ -1,7 +1,7 @@ - 9.0.1 + 9.0.2