From 329fbcf8368bc1cfdc6964ad5a3dd64db8174503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=85=E5=BF=B5?= Date: Thu, 19 Jun 2025 16:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/newcar.css | 2 +- assets/js/ajax.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/newcar.css b/assets/css/newcar.css index e98f168..6f85769 100755 --- a/assets/css/newcar.css +++ b/assets/css/newcar.css @@ -767,7 +767,7 @@ } .brand-container { - max-height: 150px; + max-height: 120px; overflow: hidden; transition: max-height 0.3s ease-in-out; width: 100%; diff --git a/assets/js/ajax.js b/assets/js/ajax.js index 84ce038..29a4e3f 100755 --- a/assets/js/ajax.js +++ b/assets/js/ajax.js @@ -63,7 +63,7 @@ const AjaxUtils = { // GET请求 get: function(url, params = {}) { - $("#preloader").show("slow"); + // $("#preloader").show("slow"); return $.ajax({ url: this.config.baseURL + url, type: 'GET',