Skip to content

Commit 7e9dcb9

Browse files
committed
style: 增加 modal-footer-content 样式
1 parent e8e3e69 commit 7e9dcb9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/BootstrapBlazor/Components/Modal/Modal.razor.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@
2121

2222
.modal-footer {
2323
padding: 0.5rem 1rem;
24+
25+
.modal-footer-content {
26+
flex-grow: 1;
27+
min-width: 0;
28+
width: 1%;
29+
white-space: nowrap;
30+
overflow: hidden;
31+
display: flex;
32+
align-items: center;
33+
justify-content: flex-start;
34+
margin-inline-end: 1rem;
35+
}
2436
}
2537

2638
.modal-footer > * {

0 commit comments

Comments
 (0)