feat:设备使用记录

This commit is contained in:
houjunxiang
2026-03-05 16:54:47 +08:00
parent 749ac7f507
commit 9c88c45d66
357 changed files with 21486 additions and 5845 deletions

View File

@@ -18,6 +18,11 @@ export const props = defineMixin({
type: Boolean,
default: () => defProps.tabbar.border
},
// 上方边框颜色
borderColor: {
type: String,
default: () => defProps.tabbar.borderColor
},
// 元素层级z-index
zIndex: {
type: [String, Number],
@@ -42,6 +47,11 @@ export const props = defineMixin({
placeholder: {
type: Boolean,
default: () => defProps.tabbar.placeholder
},
// 背景色
backgroundColor: {
type: String,
default: () => defProps.tabbar.backgroundColor
}
}
})