feat:设备使用记录
This commit is contained in:
@@ -82,9 +82,35 @@ export const props = defineMixin({
|
||||
type: String,
|
||||
default: () => defProps.tag.icon,
|
||||
},
|
||||
iconColor: {
|
||||
// 图标颜色
|
||||
iconColor: {
|
||||
type: String,
|
||||
default: () => defProps.tag.iconColor
|
||||
}
|
||||
default: () => defProps.tag.iconColor,
|
||||
},
|
||||
// 自定义尺寸字体大小
|
||||
textSize: {
|
||||
type: String,
|
||||
default: () => defProps.tag.textSize
|
||||
},
|
||||
// 自定义尺寸高度
|
||||
height: {
|
||||
type: String,
|
||||
default: () => defProps.tag.height
|
||||
},
|
||||
// 自定义尺寸padding
|
||||
padding: {
|
||||
type: String,
|
||||
default: () => defProps.tag.padding
|
||||
},
|
||||
// 自定义尺寸
|
||||
borderRadius: {
|
||||
type: String,
|
||||
default: () => defProps.tag.borderRadius
|
||||
},
|
||||
// 自动计算背景色
|
||||
autoBgColor: {
|
||||
type: Number,
|
||||
default: () => defProps.tag.autoBgColor
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
* @Author : LQ
|
||||
* @Description :
|
||||
* @version : 1.0
|
||||
* @version : 3.0
|
||||
* @Date : 2021-08-20 16:44:21
|
||||
* @LastAuthor : LQ
|
||||
* @lastTime : 2021-08-20 17:23:37
|
||||
* @FilePath : /u-view2.0/uview-ui/libs/config/props/tag.js
|
||||
* @LastAuthor : jry
|
||||
* @lastTime : 2025-12-19 08:55:21
|
||||
* @FilePath : /uview-plus/libs/config/props/tag.js
|
||||
*/
|
||||
export default {
|
||||
// tag 组件
|
||||
@@ -25,6 +25,11 @@ export default {
|
||||
closable: false,
|
||||
show: true,
|
||||
icon: '',
|
||||
iconColor: ''
|
||||
iconColor: '',
|
||||
textSize: '',
|
||||
height: '',
|
||||
padding: '',
|
||||
borderRadius: '',
|
||||
autoBgColor: 0
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user