@@ -78,8 +75,8 @@
color: getColorStyle(scope.row.COLOR) ,
fontSize: getFontSize(scope.row.FONT_SIZE),
fontFamily: scope.row.FONT,
- width: getScreenSize(form.devicePixel, 'width') + 'px',
- height: getScreenSize(form.devicePixel, 'height') + 'px',
+ width: getScreenSize(form.selectedPixel, 'width') + 'px',
+ height: getScreenSize(form.selectedPixel, 'height') + 'px',
'lineHeight':'1',
'display': 'flex',
'align-items': 'center',
@@ -95,8 +92,8 @@
'top'
),*/
position:'relative',
- maxHeight:getScreenSize(form.devicePixel, 'height') + 'px',
- }" class="boardTextStyle" v-html="
+ maxHeight:getScreenSize(form.selectedPixel, 'height') + 'px',
+ }" class="infoTxt" v-html="
scope.row.CONTENT? scope.row.CONTENT.replace(/\n|\r\n/g,'
').replace(/ /g, ' '): ''">