From 64b432916af9c9218ab3f3eca614e26c542142ae Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 07 十一月 2023 15:47:13 +0800 Subject: [PATCH] bug --- minipro_standard/uni_modules/uview-ui/components/u-empty/props.js | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 59 insertions(+), 0 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 e69de29..78662f8 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 @@ -0,0 +1,59 @@ +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