Skip to content

Commit 35fbbfa

Browse files
committed
refactor: 微调样式
1 parent 036dbd7 commit 35fbbfa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

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)