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-tag/props.js | 84 ------------------------------------------
1 files changed, 0 insertions(+), 84 deletions(-)
diff --git a/minipro_standard/uni_modules/uview-ui/components/u-tag/props.js b/minipro_standard/uni_modules/uview-ui/components/u-tag/props.js
index 6bffaa2..e69de29 100644
--- a/minipro_standard/uni_modules/uview-ui/components/u-tag/props.js
+++ b/minipro_standard/uni_modules/uview-ui/components/u-tag/props.js
@@ -1,84 +0,0 @@
-export default {
- props: {
- // 鏍囩绫诲瀷info銆乸rimary銆乻uccess銆亀arning銆乪rror
- type: {
- type: String,
- default: uni.$u.props.tag.type
- },
- // 涓嶅彲鐢�
- disabled: {
- type: [Boolean, String],
- default: uni.$u.props.tag.disabled
- },
- // 鏍囩鐨勫ぇ灏忥紝large锛宮edium锛宮ini
- size: {
- type: String,
- default: uni.$u.props.tag.size
- },
- // tag鐨勫舰鐘讹紝circle锛堜袱杈瑰崐鍦嗗舰锛�, square锛堟柟褰紝甯﹀渾瑙掞級
- shape: {
- type: String,
- default: uni.$u.props.tag.shape
- },
- // 鏍囩鏂囧瓧
- text: {
- type: [String, Number],
- default: uni.$u.props.tag.text
- },
- // 鑳屾櫙棰滆壊锛岄粯璁や负绌哄瓧绗︿覆锛屽嵆涓嶅鐞�
- bgColor: {
- type: String,
- default: uni.$u.props.tag.bgColor
- },
- // 鏍囩瀛椾綋棰滆壊锛岄粯璁や负绌哄瓧绗︿覆锛屽嵆涓嶅鐞�
- color: {
- type: String,
- default: uni.$u.props.tag.color
- },
- // 鏍囩鐨勮竟妗嗛鑹�
- borderColor: {
- type: String,
- default: uni.$u.props.tag.borderColor
- },
- // 鍏抽棴鎸夐挳鍥炬爣鐨勯鑹�
- closeColor: {
- type: String,
- default: uni.$u.props.tag.closeColor
- },
- // 鐐瑰嚮鏃惰繑鍥炵殑绱㈠紩鍊硷紝鐢ㄤ簬鍖哄垎渚嬮亶鐨勬暟缁勫摢涓厓绱犺鐐瑰嚮浜�
- name: {
- type: [String, Number],
- default: uni.$u.props.tag.name
- },
- // // 妯″紡閫夋嫨锛宒ark|light|plain
- // mode: {
- // type: String,
- // default: 'light'
- // },
- // 闀傜┖鏃舵槸鍚﹀~鍏呰儗鏅壊
- plainFill: {
- type: Boolean,
- default: uni.$u.props.tag.plainFill
- },
- // 鏄惁闀傜┖
- plain: {
- type: Boolean,
- default: uni.$u.props.tag.plain
- },
- // 鏄惁鍙叧闂�
- closable: {
- type: Boolean,
- default: uni.$u.props.tag.closable
- },
- // 鏄惁鏄剧ず
- show: {
- type: Boolean,
- default: uni.$u.props.tag.show
- },
- // 鍐呯疆鍥炬爣锛屾垨缁濆璺緞鐨勫浘鐗�
- icon: {
- type: String,
- default: uni.$u.props.tag.icon
- }
- }
-}
--
Gitblit v1.9.3