Merge pull request #11719 from dataease/pr@dev-v2_st

fix(工作台): hover 卡片时 缺少投影(其他场景一致修改)
This commit is contained in:
dataeaseShu 2024-08-23 14:48:56 +08:00 committed by GitHub
commit 01eaab2a8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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