修改样式
This commit is contained in:
parent
ebc4500443
commit
329fbcf836
@ -767,7 +767,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.brand-container {
|
.brand-container {
|
||||||
max-height: 150px;
|
max-height: 120px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: max-height 0.3s ease-in-out;
|
transition: max-height 0.3s ease-in-out;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -63,7 +63,7 @@ const AjaxUtils = {
|
|||||||
|
|
||||||
// GET请求
|
// GET请求
|
||||||
get: function(url, params = {}) {
|
get: function(url, params = {}) {
|
||||||
$("#preloader").show("slow");
|
// $("#preloader").show("slow");
|
||||||
return $.ajax({
|
return $.ajax({
|
||||||
url: this.config.baseURL + url,
|
url: this.config.baseURL + url,
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user