Skip to content

Commit c481b25

Browse files
committed
style: 更新多选下拉框样式
1 parent de0defb commit c481b25

File tree

1 file changed

+12
-0
lines changed
  • src/BootstrapBlazor.Server/wwwroot/css

1 file changed

+12
-0
lines changed

src/BootstrapBlazor.Server/wwwroot/css/devui.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,18 @@ pre code.hljs {
131131
--bb-select-padding: var(--bb-padding);
132132
}
133133

134+
.switch {
135+
--bb-switch-padding: 3px 0;
136+
}
137+
138+
.multiselect {
139+
--bb-multi-select-item-margin-x: 1px;
140+
--bb-multi-select-item-margin-y: 1px;
141+
--bb-multi-select-item-padding: 1px 4px;
142+
--bb-multi-select-min-height: 26px;
143+
--bb-multi-select-max-height: 26px;
144+
}
145+
134146
.table-container {
135147
--bb-table-td-padding-x: .25rem;
136148
--bb-table-td-padding-y: .25rem;

0 commit comments

Comments
 (0)