xzs-mysql/source/wx/xzs-student/component/iView/divider/index.js
2020-09-02 08:44:41 +08:00

26 lines
481 B
JavaScript

Component({
externalClasses: ['i-class'],
properties: {
content: {
type: String,
value: ''
},
height : {
type: Number,
value: 48
},
color : {
type : String,
value : '#80848f'
},
lineColor : {
type : String,
value : '#e9eaec'
},
size : {
type: String,
value: 12
}
}
});