flex-direction: column; 用这个属性就可以了,望采纳,谢谢。 <template> <div class="wrapper"> <a href="http://dotwe.org/raw/dist/3e0e40f9ddad79f98cd236753965ffd8.js"> <text class="text">Jump</text> </a> <text>ssss</text> </div> </template> <style scoped> .wrapper { flex-direction: column; } </style>
flex-direction: column; 用这个属性就可以了,望采纳,谢谢。