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

@@ -20,7 +20,7 @@
/**
* Row 栅格系统中的行
* @description 通过基础的 12 分栏,迅速简便地创建布局
* @tutorial https://ijry.github.io/uview-plus/components/layout.html
* @tutorial https://uview-plus.jiangruyi.com/components/layout.html
* @property {String | Number} gutter 栅格间隔左右各为此值的一半单位px (默认 0 )
* @property {String} justify 水平排列方式(微信小程序暂不支持) 可选值为`start`(或`flex-start`)、`end`(或`flex-end`)、`center`、`around`(或`space-around`)、`between`(或`space-between`) (默认 'start' )
* @property {String} align 垂直排列方式 (默认 'center' )
@@ -89,7 +89,6 @@
</script>
<style lang="scss" scoped>
@import "../../libs/css/components.scss";
.u-row {
@include flex;