...
|
...
|
@@ -388,7 +388,7 @@ class featureModel extends global.yoho.BaseModel { |
|
|
}
|
|
|
|
|
|
if (componentType === 'textEdit') {
|
|
|
f.component[0].bold = _.get(f, 'component[0].bold') === '1' ? 'bold' : 'none';
|
|
|
f.component[0].bold = _.get(f, 'component[0].bold') === '1' ? 'bold' : 'normal';
|
|
|
f.component[0].contentSpace = _.get(f, 'component[0].contentSpace') ? `${_.get(f, 'component[0].contentSpace') / 20}rem` : ''; // eslint-disable-line
|
|
|
f.component[0].lineHeight = _.get(f, 'component[0].lineHeight') ? `${_.get(f, 'component[0].lineHeight') / 20}rem` : ''; // eslint-disable-line
|
|
|
f.component[0].fontSize = _.get(f, 'component[0].fontSize') ? `${_.get(f, 'component[0].fontSize') / 20}rem` : ''; // eslint-disable-line
|
...
|
...
|
|