/* * @Author : LQ * @Description : * @version : 1.0 * @Date : 2021-08-20 16:44:21 * @LastAuthor : LQ * @lastTime : 2021-08-20 16:58:03 * @FilePath : /u-view2.0/uview-ui/libs/config/props/dropdown.js */ import theme from '../theme.js' export default { // dropdown dropdown: { inactiveColor: theme.mainColor, activeColor: theme.primary, bgColor: '', closeOnClickMask: true, closeOnClickSelf: true, duration: 300, height: 40, borderBottom: false, titleSize: 14, borderRadius: 0, round: 0, menuIcon: 'arrow-down', menuIconSize: '' } }