Files
xhs-examples/xhs-mini-demos/common/component/container/index.js
2025-09-14 00:21:54 +08:00

24 lines
337 B
JavaScript

Component({
properties: {
pad: {
type: String,
value: '16px',
},
pt: {
type: String,
value: undefined,
},
pb: {
type: String,
value: undefined,
},
pl: {
type: String,
value: undefined,
},
pr: {
type: String,
value: undefined,
}
}
});