Skip to content

Commit de07ade

Browse files
authored
feat(Vditor): add border raduis variable (#661)
* refactor: 微调样式 * chore: 更新字典 * chore: bump version 9.0.2
1 parent 036dbd7 commit de07ade

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

exclusion.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ scrlang
102102
Validata
103103
Validatable
104104
Totp
105+
Vditor

src/components/BootstrapBlazor.Vditor/BootstrapBlazor.Vditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.0.1</Version>
4+
<Version>9.0.2</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.Vditor/wwwroot/css/vditor.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
@import url('index.css');
1+
@import url('index.css');
2+
3+
.bb-vditor {
4+
border-radius: var(--bs-border-radius);
5+
overflow: hidden;
6+
}
27

38
.bb-vditor.is-invalid {
49
border-color: var(--bs-danger);

0 commit comments

Comments
 (0)