<list class="list">
<cell class="cell" v-for="item in longList">
<div class="listItem">
<text class="text">{{item.type}}</text>
</div>
</cell>
</list>
The code of html is above. How should I write the style to generate a list of two columns (50% width of each column)?