fix(components/DailyTracksCard): 修复了每日推荐在 Safari 不显示圆角的bug (#1444)

This commit is contained in:
Jiang Menghao 2022-03-26 18:55:42 +08:00 committed by GitHub
parent b1c5873bd6
commit 626786a008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ export default {
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 1;
}
img {