修改样式

This commit is contained in:
浅念 2025-06-19 16:44:49 +08:00
parent ebc4500443
commit 329fbcf836
2 changed files with 2 additions and 2 deletions

View File

@ -767,7 +767,7 @@
}
.brand-container {
max-height: 150px;
max-height: 120px;
overflow: hidden;
transition: max-height 0.3s ease-in-out;
width: 100%;

View File

@ -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',