fix:Modify the file address reference method (#782)

This commit is contained in:
qiuweiwei 2019-09-04 01:43:39 +08:00 committed by Jos de Jong
parent 05e0733c24
commit 8a1af034c9
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
height: 24px;
padding: 0;
margin-top: 1px;
background: url("img/jsoneditor-icons.svg") -168px -48px;
background: url("./img/jsoneditor-icons.svg") -168px -48px;
cursor: pointer;
}
& > .jsoneditor-validation-error-count {
@ -36,7 +36,7 @@
height: 24px;
padding: 0;
margin: 1px;
background: url("img/jsoneditor-icons.svg") -25px 0px;
background: url("./img/jsoneditor-icons.svg") -25px 0px;
}
.jsoneditor-array-info {
a {