mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 21:50:05 +08:00
!793 fix(#I2A68J): update shadow css for listview
* fix: 修复 ListView 样式问题
This commit is contained in:
parent
d53d838b49
commit
1c40eaa651
File diff suppressed because one or more lines are too long
@ -5640,7 +5640,6 @@ input:disabled,
|
||||
|
||||
.listview .listview-body .listview-item {
|
||||
margin: 0 1rem 1rem 0;
|
||||
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
.listview .listview-body .listview-item:hover .card {
|
||||
@ -5648,6 +5647,10 @@ input:disabled,
|
||||
border: 1px solid #409eff;
|
||||
}
|
||||
|
||||
.listview .listview-body .listview-item .card {
|
||||
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
.listview .listview-body .listview-item-group {
|
||||
flex-basis: 100%;
|
||||
margin: 1rem 0;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user