测试发现 被调用的*.vue 组件的图片地址,是相对于调用者的目录的。

This commit is contained in:
Luk Lu
2020-03-23 22:53:28 +08:00
parent 284c204471
commit 4f774ae5c5
21 changed files with 10 additions and 10 deletions

View File

@@ -238,15 +238,15 @@
background: no-repeat center center / contain;
}
.sLeftMostButton{
background-image: url(./Common.leftMost.png)
background-image: url(../static/cPager.leftMost.png)
}
.sPrevButton{
background-image: url(./Common.previous.png)
background-image: url(../static/cPager.previous.png)
}
.sNextButton{
background-image: url(./Common.next.png)
background-image: url(../static/cPager.next.png)
}
.sRightMostButton{
background-image: url(./Common.rightMost.png)
background-image: url(../static/cPager.rightMost.png)
}
</style>