Commit 69221e57 authored by 季圣华's avatar 季圣华
Browse files

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

parent daa24e0f
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment