bug
jiangping
2023-11-07 64b432916af9c9218ab3f3eca614e26c542142ae
minipro_standard/uni_modules/uview-ui/components/u-dropdown/props.js
@@ -1,5 +1,5 @@
export default {
    props: {
export default {
    props: {
        // 标题选中时的样式
        activeStyle: {
            type: [String, Object],
@@ -60,6 +60,6 @@
        menuIconSize: {
            type: [Number, String],
            default: 14
        }
    }
        }
    }
}