mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-04 21:20:16 +08:00
!1663 feat(#I43BX5): add btn-block style compatible bs4
* Merge branch 'dev' into dev-block * feat: 增加 btn-block 样式 * doc: Table 编辑模板增加 inline 布局示例 * feat: EditDialog 增加行布局参数 * doc: SearchDialog 增加行布局示例 * feat: SearchDialog 支持行布局参数 * feat: DialogBase 增加行布局参数 * feat: EditForm 支持 inline 模式 * doc: 更新 Row inline 布局示例 * chore: 更新打包脚本与样式 * doc: 更新注释 * style: 适配 CheckboxList 组件 inline 布局 * style: 适配 inline 模式下 switch 组件 * style: 修复 inline 模式下垂直对齐问题 * feat: 增加 inline 模式 * feat: 增加 inline 样式
This commit is contained in:
parent
cb5eb42583
commit
d5017b6e7b
@ -1735,10 +1735,6 @@
|
||||
letter-spacing: .34em
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.btn:empty {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
|
@ -66,3 +66,7 @@
|
||||
.btn.is-round {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
width: 100%
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,10 @@
|
||||
html, body, button, .popover {
|
||||
/*!
|
||||
* Bootstrap Blazor v5 (https://www.blazor.zone/)
|
||||
* Copyright 2020-2021 The Longbow Argo (argo@163.com)
|
||||
* Licensed under MIT (https://github.com/dotnetcore/BootstrapBlazor/blob/main/LICENSE)
|
||||
*/
|
||||
|
||||
html, body, button, .popover {
|
||||
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user