Styling Vuetify selectors

后端 未结 2 1725
挽巷
挽巷 2020-12-02 00:32

The Vuetify component for a selector is:


But when the selector is ac

2条回答
  •  温柔的废话
    2020-12-02 00:44

    
    
    

    From v-select docs (menu-props):

    Pass props through to the v-menu component. Accepts either a string for boolean props menu-props="auto, overflowY", or an object :menu-props="{ auto: true, overflowY: true }"

    From v-menu docs (content-class)

    Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the v-app component (unless the attach prop is provided) and is not targettable by classes passed directly on the component.

提交回复
热议问题