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

@@ -45,7 +45,7 @@
/**
* switch 开关选择器
* @description 选择开关一般用于只有两个选择,且只能选其一的场景。
* @tutorial https://ijry.github.io/uview-plus/components/switch.html
* @tutorial https://uview-plus.jiangruyi.com/components/switch.html
* @property {Boolean} loading 是否处于加载中(默认 false
* @property {Boolean} disabled 是否禁用(默认 false
* @property {String | Number} size 开关尺寸单位px (默认 25
@@ -165,7 +165,6 @@
</script>
<style lang="scss" scoped>
@import "../../libs/css/components.scss";
.u-switch {
@include flex(row);