Skip to content

Commit f23b8ab

Browse files
committed
refactor: 微调样式
1 parent 60a3200 commit f23b8ab

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

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

src/components/BootstrapBlazor.SummerNote/wwwroot/css/editor.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,19 @@
5858
display: block;
5959
}
6060

61+
.modal-body .note-form-group:not(:last-child) {
62+
margin-bottom: 0.5rem;
63+
}
64+
65+
.note-form-label,
66+
.note-group-select-from-files {
67+
margin-bottom: .5rem;
68+
}
69+
70+
.form-check sn-checkbox-open-in-new-window .form-check-input {
71+
margin-right: .5rem;
72+
}
73+
6174
[data-bs-theme='dark'] .editor .note-btn {
6275
--bs-btn-bg: #404349;
6376
--bs-btn-hover-bg: #51545a;

0 commit comments

Comments
 (0)