Commit 3577981d authored by zhengke's avatar zhengke

修改

parent ff893424
......@@ -74,7 +74,7 @@
}
.InpDIV{
width: 765px;
/* height: 38px; */
min-height: 38px;
border-radius: 4px;
border: 1px solid #E1EAF4;
box-sizing: border-box;
......
......@@ -36,8 +36,7 @@
<th colspan="3" style="text-align:left;">
<div class="clozeTest_question_tit" @click="showNav(index)">
<div>
<i class="iconfont icon-arrowdown2" v-if="(commonIndex==index)&&!isShow"></i>
<i class="iconfont icon-arrowright" v-else></i>
<i class="iconfont icon-arrowdown2"></i>
{{index+1}}小题<span style="color:#A8A8B3;">({{item.QuestionName}})</span>
</div>
<div>
......@@ -51,7 +50,7 @@
</th>
</tr> -->
</thead>
<tbody v-if="(commonIndex==index)&&!isShow">
<tbody>
<tr>
<td colspan="3">
<div v-html="item.SubTitle"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment