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-empty/props.js | 59 ----------------------------------------------------------- 1 files changed, 0 insertions(+), 59 deletions(-) diff --git a/minipro_standard/uni_modules/uview-ui/components/u-empty/props.js b/minipro_standard/uni_modules/uview-ui/components/u-empty/props.js index 78662f8..e69de29 100644 --- a/minipro_standard/uni_modules/uview-ui/components/u-empty/props.js +++ b/minipro_standard/uni_modules/uview-ui/components/u-empty/props.js @@ -1,59 +0,0 @@ -export default { - props: { - // 鍐呯疆鍥炬爣鍚嶇О锛屾垨鍥剧墖璺緞锛屽缓璁粷瀵硅矾寰� - icon: { - type: String, - default: uni.$u.props.empty.icon - }, - // 鎻愮ず鏂囧瓧 - text: { - type: String, - default: uni.$u.props.empty.text - }, - // 鏂囧瓧棰滆壊 - textColor: { - type: String, - default: uni.$u.props.empty.textColor - }, - // 鏂囧瓧澶у皬 - textSize: { - type: [String, Number], - default: uni.$u.props.empty.textSize - }, - // 鍥炬爣鐨勯鑹� - iconColor: { - type: String, - default: uni.$u.props.empty.iconColor - }, - // 鍥炬爣鐨勫ぇ灏� - iconSize: { - type: [String, Number], - default: uni.$u.props.empty.iconSize - }, - // 閫夋嫨棰勭疆鐨勫浘鏍囩被鍨� - mode: { - type: String, - default: uni.$u.props.empty.mode - }, - // 鍥炬爣瀹藉害锛屽崟浣峱x - width: { - type: [String, Number], - default: uni.$u.props.empty.width - }, - // 鍥炬爣楂樺害锛屽崟浣峱x - height: { - type: [String, Number], - default: uni.$u.props.empty.height - }, - // 鏄惁鏄剧ず缁勪欢 - show: { - type: Boolean, - default: uni.$u.props.empty.show - }, - // 缁勪欢璺濈涓婁竴涓厓绱犱箣闂寸殑璺濈锛岄粯璁x鍗曚綅 - marginTop: { - type: [String, Number], - default: uni.$u.props.empty.marginTop - } - } -} -- Gitblit v1.9.3