spacing.js 148 B

12345678910
  1. export function getSpacingData() {
  2. return {
  3. id: '',
  4. type: 'spacing',
  5. title: '间距',
  6. property: {
  7. height: 40,
  8. },
  9. };
  10. }