Commit e654d66
authored
feat(Toast): support DialogCloseButton component (#5276)
* feat: 增加 AddStyle 方法
* test: 增加单元测试
* refactor: use AddStyle method
* doc: 重构代码
* refactor: 重构代码
* Revert "refactor: 重构代码"
This reverts commit 37653dc.
* feat: 增加 BootstrapLabelSetting 组件
* feat: 增加 LabelWidth 参数
* feat: 实现 LabelWidth 逻辑
* test: 增加单元测试
* doc: 移除 IsHtml 参数说明
* doc: 更新 Content 说明文档
* feat: 增加级联参数1 parent c33eb02 commit e654d66
File tree
4 files changed
+12
-18
lines changed- src
- BootstrapBlazor.Server
- Components/Samples
- Locales
- BootstrapBlazor/Components/Toast
4 files changed
+12
-18
lines changedLines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | 200 | | |
209 | 201 | | |
210 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
0 commit comments