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

@@ -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:02:34
* @FilePath : /u-view2.0/uview-ui/libs/config/props/radio.js
* @LastAuthor : jry
* @lastTime : 2025-12-19 08:55:21
* @FilePath : /uview-plus/libs/config/props/radio.js
*/
export default {
// radio组件

View File

@@ -12,7 +12,7 @@
:style="[iconWrapStyle]"
>
<slot name="icon" :elIconSize="elIconSize" :elIconColor="elIconColor">
<u-icon
<up-icon
class="u-radio__icon-wrap__icon"
name="checkbox-mark"
:size="elIconSize"
@@ -43,7 +43,7 @@
/**
* radio 单选框
* @description 单选框用于有一个选择用户只能选择其中一个的场景。搭配u-radio-group使用
* @tutorial https://ijry.github.io/uview-plus/components/radio.html
* @tutorial https://uview-plus.jiangruyi.com/components/radio.html
* @property {String | Number} name radio的名称
* @property {String} shape 形状square为方形circle为圆型
* @property {Boolean} disabled 是否禁用
@@ -246,7 +246,6 @@
</script>
<style lang="scss" scoped>
@import "../../libs/css/components.scss";
$u-radio-wrap-margin-right:6px !default;
$u-radio-wrap-font-size:20px !default;
$u-radio-wrap-border-width:1px !default;