feat:设备使用记录
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
/**
|
||||
* gap 间隔槽
|
||||
* @description 该组件一般用于内容块之间的用一个灰色块隔开的场景,方便用户风格统一,减少工作量
|
||||
* @tutorial https://ijry.github.io/uview-plus/components/gap.html
|
||||
* @tutorial https://uview-plus.jiangruyi.com/components/gap.html
|
||||
* @property {String} bgColor 背景颜色 (默认 'transparent' )
|
||||
* @property {String | Number} height 分割槽高度,单位px (默认 20 )
|
||||
* @property {String | Number} marginTop 与前一个组件的距离,单位px( 默认 0 )
|
||||
@@ -37,5 +37,4 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "../../libs/css/components.scss";
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user