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

@@ -55,7 +55,7 @@
/**
* Toolbar 工具条
* @description
* @tutorial https://ijry.github.io/uview-plus/components/toolbar.html
* @tutorial https://uview-plus.jiangruyi.com/components/toolbar.html
* @property {Boolean} show 是否展示工具条(默认 true
* @property {String} cancelText 取消按钮的文字(默认 '取消'
* @property {String} confirmText 确认按钮的文字(默认 '确认'
@@ -86,7 +86,6 @@
</script>
<style lang="scss" scoped>
@import "../../libs/css/components.scss";
.u-toolbar {
height: 42px;
@@ -106,6 +105,7 @@
color: $u-main-color;
padding: 0 60rpx;
font-size: 16px;
font-weight: bold;
flex: 1;
text-align: center;
}