|
@@ -916,7 +916,8 @@ export default {
|
|
|
|
|
|
|
|
// 固定使用 League 字体
|
|
// 固定使用 League 字体
|
|
|
styles['font-family'] = 'League';
|
|
styles['font-family'] = 'League';
|
|
|
-
|
|
|
|
|
|
|
+ styles['font-size'] =
|
|
|
|
|
+ this.data.unified_attrib && this.data.unified_attrib.pinyin_size ? this.data.unified_attrib.pinyin_size : '';
|
|
|
// 只继承字号和颜色
|
|
// 只继承字号和颜色
|
|
|
if (item.activeTextStyle) {
|
|
if (item.activeTextStyle) {
|
|
|
if (item.activeTextStyle.fontSize) {
|
|
if (item.activeTextStyle.fontSize) {
|