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

@@ -28,7 +28,7 @@
/**
* dropdown-item 下拉菜单
* @description 该组件一般用于向下展开菜单,同时可切换多个选项卡的场景
* @tutorial https://ijry.github.io/uview-plus/components/dropdown.html
* @tutorial https://uview-plus.jiangruyi.com/components/dropdown.html
* @property {String | Number} v-model 双向绑定选项卡选择值
* @property {String} title 菜单项标题
* @property {Array[Object]} options 选项数据如果传入了默认slot此参数无效
@@ -114,7 +114,6 @@
</script>
<style scoped lang="scss">
@import "../../libs/css/components.scss";
.u-dropdown-item__scroll {
background: #ffffff;
}