fix bug
This commit is contained in:
parent
9050e375d2
commit
22384cf91e
|
@ -342,7 +342,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
.svg-file-recent {
|
||||
background: ~"url(resources/img/recent-file.svg) no-repeat top";
|
||||
background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -362,7 +362,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
.svg-file-recent {
|
||||
background: ~"url(resources/img/recent-file.svg) no-repeat top";
|
||||
background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -426,7 +426,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
.svg-file-recent {
|
||||
background: ~"url(resources/img/recent-file.svg) no-repeat top";
|
||||
background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue