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

This commit is contained in:
dataeaseShu 2024-07-24 18:09:47 +08:00
parent 2eedcdedb5
commit 926d1ab9f4

View File

@ -614,7 +614,7 @@ initMarketTemplate()
height: 100%;
.template-market {
padding: 24px;
padding: 24px 24px 0;
background: #fff;
border-radius: 4px;
.label {
@ -693,6 +693,7 @@ initMarketTemplate()
display: flex;
margin-left: -16px;
overflow-x: auto;
padding-bottom: 24px;
}
}
}