feat:设备使用记录
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
/**
|
||||
* CodeInput 验证码输入
|
||||
* @description 该组件一般用于验证用户短信验证码的场景,也可以结合uview-plus的键盘组件使用
|
||||
* @tutorial https://ijry.github.io/uview-plus/components/codeInput.html
|
||||
* @tutorial https://uview-plus.jiangruyi.com/components/codeInput.html
|
||||
* @property {String | Number} maxlength 最大输入长度 (默认 6 )
|
||||
* @property {Boolean} dot 是否用圆点填充 (默认 false )
|
||||
* @property {String} mode 显示模式,box-盒子模式,line-底部横线模式 (默认 'box' )
|
||||
@@ -220,7 +220,6 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "../../libs/css/components.scss";
|
||||
$u-code-input-cursor-width: 1px;
|
||||
$u-code-input-cursor-height: 20px;
|
||||
$u-code-input-cursor-animation-duration: 1s;
|
||||
|
||||
Reference in New Issue
Block a user