2023年6月21日发(作者:)

vue中div不能占满整个屏幕1. css中设置div的样式position:fixed;及height:100%,width:100%.html{ background:url('../img/') repeat center top #826e79; height: 100%; width: 100%; position: fixed;}2、中设置bodybody { margin: 0; padding: 0; }

2023年6月21日发(作者:)

vue中div不能占满整个屏幕1. css中设置div的样式position:fixed;及height:100%,width:100%.html{ background:url('../img/') repeat center top #826e79; height: 100%; width: 100%; position: fixed;}2、中设置bodybody { margin: 0; padding: 0; }