Commit 7f209b4c authored by yun's avatar yun

右图填空横线有弧度,涉及特殊机型

parent 1d62f1c9
...@@ -188,6 +188,7 @@ ...@@ -188,6 +188,7 @@
text-align: center; text-align: center;
border-bottom: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;
font-size: 16px; font-size: 16px;
border-radius: 0px;
} }
} }
/*在线考试 样式*/ /*在线考试 样式*/
......
...@@ -101,7 +101,8 @@ ...@@ -101,7 +101,8 @@
class="name" class="name"
v-for="(item,index) in fillEmpytList" v-for="(item,index) in fillEmpytList"
:key="index" :key="index"
><label v-html="item.text"/>&nbsp;<field ><label v-html="item.text"/>&nbsp;
<field
maxlength="30" maxlength="30"
class="fillEmpyt" class="fillEmpyt"
v-if="fillEmpytList.length - 1 !== index" v-if="fillEmpytList.length - 1 !== index"
......
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