From 9ab4955166b7b1370fc2a49b152353241ca9e64a Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 16 十月 2023 09:22:23 +0800 Subject: [PATCH] 小程序 --- minipro_standard/uni_modules/uview-ui/components/u-dropdown/props.js | 65 -------------------------------- 1 files changed, 0 insertions(+), 65 deletions(-) diff --git a/minipro_standard/uni_modules/uview-ui/components/u-dropdown/props.js b/minipro_standard/uni_modules/uview-ui/components/u-dropdown/props.js index 5032888..e69de29 100644 --- a/minipro_standard/uni_modules/uview-ui/components/u-dropdown/props.js +++ b/minipro_standard/uni_modules/uview-ui/components/u-dropdown/props.js @@ -1,65 +0,0 @@ -export default { - props: { - // 鏍囬閫変腑鏃剁殑鏍峰紡 - activeStyle: { - type: [String, Object], - default: () => ({ - color: '#2979ff', - fontSize: '14px' - }) - }, - // 鏍囬鏈�変腑鏃剁殑鏍峰紡 - inactiveStyle: { - type: [String, Object], - default: () => ({ - color: '#606266', - fontSize: '14px' - }) - }, - // 鐐瑰嚮閬僵鏄惁鍏抽棴鑿滃崟 - closeOnClickMask: { - type: Boolean, - default: true - }, - // 鐐瑰嚮褰撳墠婵�娲婚」鏍囬鏄惁鍏抽棴鑿滃崟 - closeOnClickSelf: { - type: Boolean, - default: true - }, - // 杩囨浮鏃堕棿 - duration: { - type: [Number, String], - default: 300 - }, - // 鏍囬鑿滃崟鐨勯珮搴� - height: { - type: [Number, String], - default: 40 - }, - // 鏄惁鏄剧ず涓嬭竟妗� - borderBottom: { - type: Boolean, - default: false - }, - // 鏍囬鐨勫瓧浣撳ぇ灏� - titleSize: { - type: [Number, String], - default: 14 - }, - // 涓嬫媺鍑烘潵鐨勫唴瀹归儴鍒嗙殑鍦嗚鍊� - borderRadius: { - type: [Number, String], - default: 0 - }, - // 鑿滃崟鍙充晶鐨刬con鍥炬爣 - menuIcon: { - type: String, - default: 'arrow-down' - }, - // 鑿滃崟鍙充晶鍥炬爣鐨勫ぇ灏� - menuIconSize: { - type: [Number, String], - default: 14 - } - } -} -- Gitblit v1.9.3