mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 18:49:57 +08:00
fix bug
This commit is contained in:
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user