|
|
@@ -38,7 +38,10 @@
|
|
|
:class="[/^[0-9]*$/.test(items.text)] ? (/^[\u4e00-\u9fa5]/.test(items.text) ? 'hanzi' : 'en') : ''"
|
|
|
:style="{
|
|
|
fontFamily: items.fontFamily,
|
|
|
- color: items.color,
|
|
|
+ color:
|
|
|
+ batchList.findIndex((itemss) => itemss.saveIndex === items.saveIndex) > -1
|
|
|
+ ? '#F2555A'
|
|
|
+ : items.color,
|
|
|
textDecoration: items.textDecoration,
|
|
|
borderBottom: items.border === 'dotted' ? '1px dotted' : '',
|
|
|
fontWeight: items.fontWeight,
|