gpt4 book ai didi

vue.js - 如何在 v-combobox 的 v-menu__content 上设置类

转载 作者:行者123 更新时间:2023-12-04 12:32:19 27 4
gpt4 key购买 nike

我想制作 3 列下拉组合框
所以我想补充

{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(33%, auto));
}
到 v-combobox 制作的 v-menu__content
如何设置 v-combobox 的 v-menu__content 类?
codepen

最佳答案

在菜单 Prop 中使用 contentClass:

:menu-props="{ contentClass: 'three-dropdown' }"
并添加样式:
.three-dropdown .v-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(33%, auto));
}

关于vue.js - 如何在 v-combobox 的 v-menu__content 上设置类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64658166/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com