如题,希望解决这个问题。
okay,AI帮我解决了:
/* 干掉那个占 2000px 高度的空白 section */
section[data-from-body=“true”] {
height: auto !important;
min-height: 0 !important;
}
奇怪升级前咋没冒出这个问题?
如题,希望解决这个问题。
okay,AI帮我解决了:
/* 干掉那个占 2000px 高度的空白 section */
section[data-from-body=“true”] {
height: auto !important;
min-height: 0 !important;
}
奇怪升级前咋没冒出这个问题?