feat:设备使用记录
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
/**
|
||||
* radioRroup 单选框父组件
|
||||
* @description 单选框用于有一个选择,用户只能选择其中一个的场景。搭配u-radio使用
|
||||
* @tutorial https://ijry.github.io/uview-plus/components/radio.html
|
||||
* @tutorial https://uview-plus.jiangruyi.com/components/radio.html
|
||||
* @property {String | Number | Boolean} value 绑定的值
|
||||
* @property {Boolean} disabled 是否禁用所有radio(默认 false )
|
||||
* @property {String} shape 外观形状,shape-方形,circle-圆形(默认 circle )
|
||||
@@ -118,7 +118,6 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "../../libs/css/components.scss";
|
||||
|
||||
.u-radio-group {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user