fix:Modify the file address reference method (#782)
This commit is contained in:
parent
05e0733c24
commit
8a1af034c9
|
@ -22,7 +22,7 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
background: url("img/jsoneditor-icons.svg") -168px -48px;
|
background: url("./img/jsoneditor-icons.svg") -168px -48px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
& > .jsoneditor-validation-error-count {
|
& > .jsoneditor-validation-error-count {
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
background: url("img/jsoneditor-icons.svg") -25px 0px;
|
background: url("./img/jsoneditor-icons.svg") -25px 0px;
|
||||||
}
|
}
|
||||||
.jsoneditor-array-info {
|
.jsoneditor-array-info {
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in New Issue