mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix(工作台): hover 卡片时 缺少投影(其他场景一致修改)
This commit is contained in:
@@ -98,6 +98,9 @@ const templateInnerPreview = () => {
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
&:hover {
|
||||
box-shadow: 0px 6px 24px 0px #1f232914;
|
||||
}
|
||||
}
|
||||
|
||||
.demonstration {
|
||||
|
||||
Reference in New Issue
Block a user