forked from github/dataease
fix(工作台): hover 卡片时 缺少投影(其他场景一致修改)
This commit is contained in:
parent
2c1735d091
commit
88ccd4c6e4
@ -98,6 +98,9 @@ const templateInnerPreview = () => {
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
&:hover {
|
||||
box-shadow: 0px 6px 24px 0px #1f232914;
|
||||
}
|
||||
}
|
||||
|
||||
.demonstration {
|
||||
|
Loading…
Reference in New Issue
Block a user