@byteluck-fe/model-driven-controls 7.0.0-props.81 → 7.0.0-props.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -197,15 +197,15 @@ _define_property(TagControl, "setting", [
197
197
  options: [
198
198
  {
199
199
  value: 'left',
200
- label: getLocaleText('CMD.left', null, '居左')
200
+ label: '居左'
201
201
  },
202
202
  {
203
203
  value: 'center',
204
- label: getLocaleText('CMD.center', null, '居中')
204
+ label: '居中'
205
205
  },
206
206
  {
207
207
  value: 'right',
208
- label: getLocaleText('CMD.right', null, '居右')
208
+ label: '居右'
209
209
  }
210
210
  ]
211
211
  },