refactor: 更新图片资源路径引用方式
This commit is contained in:
@ -126,7 +126,7 @@ function switchTab(index: number) {
|
||||
min-height: 100vh;
|
||||
background-color: #fff;
|
||||
padding: 30rpx 30rpx 0;
|
||||
background-image: url("@/static/images/talent-detail-bg.png");
|
||||
background-image: url("~/assets/images/talent-detail-bg.png");
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top;
|
||||
|
||||
Reference in New Issue
Block a user