跟着教学视频敲代码,但面板不是置顶是出了什么问题?
这是我实际做出来的页面:
, wxss相关代码如下:
.container {
height: 100vh;
background-color: silver;
display: flex;
flex-direction: column;
}
.topPanel {
width: 100%;
height: 300rpx;
background-color: #686f79;
display: flex;
flex-direction: row;
}
