From 627c3e0a6920131d75eafa4646db373ccc936546 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 26 十月 2023 13:52:07 +0800
Subject: [PATCH] 小程序diamante
---
minipro_standard/uni_modules/uview-ui/components/u-navbar/props.js | 126 +++++++++++++++++++++---------------------
1 files changed, 63 insertions(+), 63 deletions(-)
diff --git a/minipro_standard/uni_modules/uview-ui/components/u-navbar/props.js b/minipro_standard/uni_modules/uview-ui/components/u-navbar/props.js
index 6097991..5398de2 100644
--- a/minipro_standard/uni_modules/uview-ui/components/u-navbar/props.js
+++ b/minipro_standard/uni_modules/uview-ui/components/u-navbar/props.js
@@ -1,64 +1,64 @@
-export default {
- props: {
- // 鏄惁寮�鍚《閮ㄥ畨鍏ㄥ尯閫傞厤
- safeAreaInsetTop: {
- type: Boolean,
- default: uni.$u.props.navbar.safeAreaInsetTop
- },
- // 鍥哄畾鍦ㄩ《閮ㄦ椂锛屾槸鍚︾敓鎴愪竴涓瓑楂樺厓绱狅紝浠ラ槻姝㈠闄�
- placeholder: {
- type: Boolean,
- default: uni.$u.props.navbar.placeholder
- },
- // 鏄惁鍥哄畾鍦ㄩ《閮�
- fixed: {
- type: Boolean,
- default: uni.$u.props.navbar.fixed
- },
- // 鏄惁鏄剧ず涓嬭竟妗�
- border: {
- type: Boolean,
- default: uni.$u.props.navbar.border
- },
- // 宸﹁竟鐨勫浘鏍�
- leftIcon: {
- type: String,
- default: uni.$u.props.navbar.leftIcon
- },
- // 宸﹁竟鐨勬彁绀烘枃瀛�
- leftText: {
- type: String,
- default: uni.$u.props.navbar.leftText
- },
- // 宸﹀彸鐨勬彁绀烘枃瀛�
- rightText: {
- type: String,
- default: uni.$u.props.navbar.rightText
- },
- // 鍙宠竟鐨勫浘鏍�
- rightIcon: {
- type: String,
- default: uni.$u.props.navbar.rightIcon
- },
- // 鏍囬
- title: {
- type: [String, Number],
- default: uni.$u.props.navbar.title
- },
- // 鑳屾櫙棰滆壊
- bgColor: {
- type: String,
- default: uni.$u.props.navbar.bgColor
- },
- // 鏍囬鐨勫搴�
- titleWidth: {
- type: [String, Number],
- default: uni.$u.props.navbar.titleWidth
- },
- // 瀵艰埅鏍忛珮搴�
- height: {
- type: [String, Number],
- default: uni.$u.props.navbar.height
+export default {
+ props: {
+ // 鏄惁寮�鍚《閮ㄥ畨鍏ㄥ尯閫傞厤
+ safeAreaInsetTop: {
+ type: Boolean,
+ default: uni.$u.props.navbar.safeAreaInsetTop
+ },
+ // 鍥哄畾鍦ㄩ《閮ㄦ椂锛屾槸鍚︾敓鎴愪竴涓瓑楂樺厓绱狅紝浠ラ槻姝㈠闄�
+ placeholder: {
+ type: Boolean,
+ default: uni.$u.props.navbar.placeholder
+ },
+ // 鏄惁鍥哄畾鍦ㄩ《閮�
+ fixed: {
+ type: Boolean,
+ default: uni.$u.props.navbar.fixed
+ },
+ // 鏄惁鏄剧ず涓嬭竟妗�
+ border: {
+ type: Boolean,
+ default: uni.$u.props.navbar.border
+ },
+ // 宸﹁竟鐨勫浘鏍�
+ leftIcon: {
+ type: String,
+ default: uni.$u.props.navbar.leftIcon
+ },
+ // 宸﹁竟鐨勬彁绀烘枃瀛�
+ leftText: {
+ type: String,
+ default: uni.$u.props.navbar.leftText
+ },
+ // 宸﹀彸鐨勬彁绀烘枃瀛�
+ rightText: {
+ type: String,
+ default: uni.$u.props.navbar.rightText
+ },
+ // 鍙宠竟鐨勫浘鏍�
+ rightIcon: {
+ type: String,
+ default: uni.$u.props.navbar.rightIcon
+ },
+ // 鏍囬
+ title: {
+ type: [String, Number],
+ default: uni.$u.props.navbar.title
+ },
+ // 鑳屾櫙棰滆壊
+ bgColor: {
+ type: String,
+ default: uni.$u.props.navbar.bgColor
+ },
+ // 鏍囬鐨勫搴�
+ titleWidth: {
+ type: [String, Number],
+ default: uni.$u.props.navbar.titleWidth
+ },
+ // 瀵艰埅鏍忛珮搴�
+ height: {
+ type: [String, Number],
+ default: uni.$u.props.navbar.height
},
// 宸︿晶杩斿洖鍥炬爣鐨勫ぇ灏�
leftIconSize: {
@@ -79,6 +79,6 @@
titleStyle: {
type: [String, Object],
default: uni.$u.props.navbar.titleStyle
- }
- }
+ }
+ }
}
--
Gitblit v1.9.3