|
@ -11,8 +11,9 @@ |
|
|
width: getDevicePixel(boardWidth, 0), |
|
|
width: getDevicePixel(boardWidth, 0), |
|
|
height: getDevicePixel(boardHeight, 1), |
|
|
height: getDevicePixel(boardHeight, 1), |
|
|
position: 'relative', |
|
|
position: 'relative', |
|
|
lineHeight:boardHeight + 'px', |
|
|
display:'flex', |
|
|
textAlign: getTextAlign(dataForm.formatStyle) |
|
|
'align-items': getTextAlign(dataForm.formatStyle), |
|
|
|
|
|
'justify-content': getTextAlign(dataForm.formatStyle) |
|
|
}"> |
|
|
}"> |
|
|
<span class="textBoard1 boardTextStyle" :style="{ |
|
|
<span class="textBoard1 boardTextStyle" :style="{ |
|
|
color: getColorStyle(dataForm.COLOR), |
|
|
color: getColorStyle(dataForm.COLOR), |
|
@ -655,7 +656,7 @@ export default { |
|
|
coordinate: this.dataForm.COORDINATE, |
|
|
coordinate: this.dataForm.COORDINATE, |
|
|
id: this.dataForm.tcontentsId, |
|
|
id: this.dataForm.tcontentsId, |
|
|
templateId: this.dataForm.id, |
|
|
templateId: this.dataForm.id, |
|
|
formatStyle: this.dataForm.formatStyle, |
|
|
formatStyle: this.dataForm.formatStyle |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
var params = { |
|
|
var params = { |
|
|