feat:设备使用记录
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
* @Author : LQ
|
||||
* @Description :
|
||||
* @version : 1.0
|
||||
* @version : 3.0
|
||||
* @Date : 2021-08-20 16:44:21
|
||||
* @LastAuthor : LQ
|
||||
* @lastTime : 2021-08-20 17:22:24
|
||||
* @FilePath : /u-view2.0/uview-ui/libs/config/props/switch.js
|
||||
* @LastAuthor : jry
|
||||
* @lastTime : 2025-12-19 08:55:21
|
||||
* @FilePath : /uview-plus/libs/config/props/switch.js
|
||||
*/
|
||||
export default {
|
||||
// switch
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user