!793 fix(#I2A68J): update shadow css for listview

* fix: 修复 ListView 样式问题
This commit is contained in:
Argo 2020-12-22 11:08:35 +08:00
parent d53d838b49
commit 1c40eaa651
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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