解决load图片加载路径错误的问题

This commit is contained in:
季圣华
2019-11-14 10:53:49 +08:00
parent daa24e0f72
commit 69221e5708

View File

@@ -831,7 +831,7 @@ select.form-control {
color: #333;
font-size: 13px;
border: 1px solid #dedede;
background: #fbfbfb url("../js/static/images/loading.gif") no-repeat 5px center;
background: #fbfbfb url("../js/images/loading.gif") no-repeat 5px center;
border-radius: 3px;
-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);