perf: 仪表盘切换日期按钮添加阴影效果

This commit is contained in:
“huailei000”
2023-02-01 14:46:11 +08:00
committed by huailei
parent ad870fe837
commit ab5f6abd9e

View File

@@ -67,6 +67,7 @@ export default {
color: var(--color-primary);
background-color: #FFF;
border-radius: 4px;
box-shadow: 0 2px 2px rgb(90 97 105 / 31%)!important;
}
}
}