先找到该页面的最大父组件,给他设置定位为absolute,再设置背景颜色
例子:
.bank{ position: absolute; height: 100%; width: 100%; top: 0; left: 0; overflow-y: auto; background-color: #f2f2f2; //背景色为灰白 }