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 {
{ this.props.listjihe - } -
-
- . + }.
{ items.item_type==="PROGRAM"? -
+
: -
+
{ items===undefined||items===null||items===""?"": items.name === undefined || items.name === null || items.name === "" ? "" @@ -251,7 +248,7 @@ class Listjihe extends Component { } return (

-

{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;