YaolongHan 4 лет назад
Родитель
Сommit
ea43401184
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      persagy-web-big/src/items/SEquipItem.ts

+ 1 - 0
persagy-web-big/src/items/SEquipItem.ts

@@ -107,6 +107,7 @@ export class SEquipItem extends SIconTextItem {
             }
 
             item.font.size = val.font ? val.font : 12;
+            item.backgroundColor = val.backgroundColor ? new SColor(val.backgroundColor) : SColor.Transparent;
             item.isTransform = false;
             item.showSelect = false;
             item.color = val.color