fix(工作台): hover 卡片时 缺少投影(其他场景一致修改)

This commit is contained in:
dataeaseShu 2024-08-23 14:47:49 +08:00
parent 2c1735d091
commit 88ccd4c6e4

View File

@ -98,6 +98,9 @@ const templateInnerPreview = () => {
width: 100%;
background: #fff;
overflow: hidden;
&:hover {
box-shadow: 0px 6px 24px 0px #1f232914;
}
}
.demonstration {