From 393fb3a018cfa368832608c9419ac1b5fe417d39 Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Wed, 9 Dec 2020 10:03:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/fullcalendar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/fullcalendar.css b/assets/css/fullcalendar.css index 7c85e50..3fcb3a2 100644 --- a/assets/css/fullcalendar.css +++ b/assets/css/fullcalendar.css @@ -141,7 +141,7 @@ html .fc, .fc-state-highlight { /* today cell */ /* TODO: add .fc-today to */ background: #fff; - background-image: url('/assets/images/dian.png'); + background-image: url('http://10.0.0.5/leguevent_dev//assets/images/dian.png'); background-repeat: no-repeat; background-position: right 3.5px top 7.5px; }