From cf35b3138264c533966b411bb88b5fd40e2b2519 Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Wed, 31 May 2023 22:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E5=90=88=20amis=20=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=95=8C=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pages/question.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/frontend/pages/question.json b/frontend/pages/question.json index 77214bb..d727cd5 100644 --- a/frontend/pages/question.json +++ b/frontend/pages/question.json @@ -85,7 +85,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "A. ${option_a}" }, @@ -98,7 +99,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "B. ${option_b}" }, @@ -111,7 +113,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "C. ${option_c}" }, @@ -124,7 +127,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "D. ${option_d}" }, @@ -137,7 +141,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "E. ${option_e}" }, @@ -150,7 +155,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "F. ${option_f}" }, @@ -163,7 +169,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "G. ${option_g}" }, @@ -176,7 +183,8 @@ "backgroundColor": "#2468f2", "borderColor": "#2468f2", "color": "#fff", - "font-size": "16px" + "font-size": "16px", + "max-width": "none" }, "label": "H. ${option_h}" }