|
@ -1343,7 +1343,7 @@ export default { |
|
|
var contents = res.data['3A'].content |
|
|
var contents = res.data['3A'].content |
|
|
for (let i = 0; i < contents.length; i++) { |
|
|
for (let i = 0; i < contents.length; i++) { |
|
|
let item = contents[i] |
|
|
let item = contents[i] |
|
|
item.COLOR = item.foregroundColor |
|
|
item.COLOR = item.foregroundColor.toUpperCase() |
|
|
item.FONT_SIZE = item.fontSize + 'px' |
|
|
item.FONT_SIZE = item.fontSize + 'px' |
|
|
item.ID = i |
|
|
item.ID = i |
|
|
item.FONT = item.font |
|
|
item.FONT = item.font |
|
|