Commit 3577981d authored by zhengke's avatar zhengke

修改

parent ff893424
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
} }
.InpDIV{ .InpDIV{
width: 765px; width: 765px;
/* height: 38px; */ min-height: 38px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #E1EAF4; border: 1px solid #E1EAF4;
box-sizing: border-box; box-sizing: border-box;
......
...@@ -36,8 +36,7 @@ ...@@ -36,8 +36,7 @@
<th colspan="3" style="text-align:left;"> <th colspan="3" style="text-align:left;">
<div class="clozeTest_question_tit" @click="showNav(index)"> <div class="clozeTest_question_tit" @click="showNav(index)">
<div> <div>
<i class="iconfont icon-arrowdown2" v-if="(commonIndex==index)&&!isShow"></i> <i class="iconfont icon-arrowdown2"></i>
<i class="iconfont icon-arrowright" v-else></i>
{{index+1}}小题<span style="color:#A8A8B3;">({{item.QuestionName}})</span> {{index+1}}小题<span style="color:#A8A8B3;">({{item.QuestionName}})</span>
</div> </div>
<div> <div>
...@@ -51,7 +50,7 @@ ...@@ -51,7 +50,7 @@
</th> </th>
</tr> --> </tr> -->
</thead> </thead>
<tbody v-if="(commonIndex==index)&&!isShow"> <tbody>
<tr> <tr>
<td colspan="3"> <td colspan="3">
<div v-html="item.SubTitle"></div> <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