thaw/src/mobile/tabbar/tabbar.css

10 lines
179 B
CSS
Raw Normal View History

2023-05-27 23:55:27 +08:00
.melt-tabbar {
background-color: #fff;
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 50px;
display: flex;
justify-content: space-around;
}