我想制作3列下拉组合框所以我想补充一点
{ display: grid; grid-template-columns: repeat(auto-fill, minmax(33%, auto)); }
对于由v组合框生成的v菜单__内容,如何设置v组合框的v菜单__内容的类?codepen
ttisahbt1#
在菜单属性中使用contentClass:
:menu-props="{ contentClass: 'three-dropdown' }"
并添加样式:
.three-dropdown .v-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(33%, auto)); }
1条答案
按热度按时间ttisahbt1#
在菜单属性中使用contentClass:
并添加样式: