|
|
@@ -46,7 +46,7 @@
|
|
|
:disabled="disabled"
|
|
|
:style="[
|
|
|
{
|
|
|
- width: Math.max(20, itemc.con.length * 10) + 'px',
|
|
|
+ width: Math.max(20, itemc.con.length * 12) + 'px',
|
|
|
fontSize:
|
|
|
data.unified_attrib && data.unified_attrib.font_size ? data.unified_attrib.font_size : '',
|
|
|
'--input-color':
|
|
|
@@ -231,7 +231,7 @@
|
|
|
:disabled="true"
|
|
|
:style="[
|
|
|
{
|
|
|
- width: Math.max(20, itemc.answer.length * 10) + 'px',
|
|
|
+ width: Math.max(20, itemc.answer.length * 12) + 'px',
|
|
|
fontSize:
|
|
|
data.unified_attrib && data.unified_attrib.font_size ? data.unified_attrib.font_size : '',
|
|
|
'--input-color':
|