<div class="bottom-btns" :style="{width:Screenwidth+'px'}">
<div class="demos" :style="{width:Screenwidth+'px'}">测试</div>
<div class="demos" :style="{width:Screenwidth+'px'}">测试</div>
<div class="demos" :style="{width:Screenwidth+'px'}">测试</div>
<div class="demos" :style="{width:Screenwidth+'px'}">测试</div>
</div>
.bottom-btns{
display: flex;
background: #09f;
}
.demos{
flex: 1;
text-align: center;
height: 40px;
line-height: 40px;
}
0 个回复