From 1544593514fcd411ef7b7018eb54610f6523529a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 10 Jan 2020 22:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E5=BA=93=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../react/src/modules/question/component/Listjihe.js | 11 ++++------- .../src/modules/question/questioncss/questioncom.css | 6 +++++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/public/react/src/modules/question/component/Listjihe.js b/public/react/src/modules/question/component/Listjihe.js index 15f40a928..920643387 100644 --- a/public/react/src/modules/question/component/Listjihe.js +++ b/public/react/src/modules/question/component/Listjihe.js @@ -176,18 +176,15 @@ class Listjihe extends Component {
-
{tagArray[index]}
+{tagArray[index]}
{object ? object.choice_text === undefined || object.choice_text=== null || object.choice_text === "" ? diff --git a/public/react/src/modules/question/questioncss/questioncom.css b/public/react/src/modules/question/questioncss/questioncom.css index e69162010..dcfdff84d 100644 --- a/public/react/src/modules/question/questioncss/questioncom.css +++ b/public/react/src/modules/question/questioncss/questioncom.css @@ -323,7 +323,8 @@ .listjihetixingstitsy { color: #333333; font-size: 14px; - line-height: 25px; + line-height: 20px !important; + height: 25px !important; } .listjihetixingstits{ @@ -803,6 +804,9 @@ line-height: 20px; background-color: #fff; } +.lh20s{ + line-height: 20px; +} .backgroudwhites{ background-color: #fff;