修改样式
This commit is contained in:
parent
ebc4500443
commit
329fbcf836
@ -767,7 +767,7 @@
|
||||
}
|
||||
|
||||
.brand-container {
|
||||
max-height: 150px;
|
||||
max-height: 120px;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.3s ease-in-out;
|
||||
width: 100%;
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user