From 69221e5708346671d43807acace1ce07734a9bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 14 Nov 2019 10:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3load=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/css/jsherp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp_web/css/jsherp.css b/erp_web/css/jsherp.css index 71202919..3ad5b2ca 100644 --- a/erp_web/css/jsherp.css +++ b/erp_web/css/jsherp.css @@ -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);