把所用的图片集成到 *.vue 一起来
This commit is contained in:
@@ -238,15 +238,15 @@
|
||||
background: no-repeat center center / contain;
|
||||
}
|
||||
.sLeftMostButton{
|
||||
background-image: url(/static/Common.leftMost.png)
|
||||
background-image: url(./static/Common.leftMost.png)
|
||||
}
|
||||
.sPrevButton{
|
||||
background-image: url(/static/Common.previous.png)
|
||||
background-image: url(./static/Common.previous.png)
|
||||
}
|
||||
.sNextButton{
|
||||
background-image: url(/static/Common.next.png)
|
||||
background-image: url(./static/Common.next.png)
|
||||
}
|
||||
.sRightMostButton{
|
||||
background-image: url(/static/Common.rightMost.png)
|
||||
background-image: url(./static/Common.rightMost.png)
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user