Commit 2b89fec9 authored by zhengke's avatar zhengke

修改

parent 4fb949e5
......@@ -69,8 +69,8 @@
</tr>
<tr v-if="isShowScore">
<th colspan="3">
<q-input filled stack-label maxlength="5" :dense="false" @keyup.native="checkPrice(item,'SubScore')"
v-model="item.SubScore" class="col-12 q-pb-lg" label="分数" @input="getQuestionScore" />
<q-input filled stack-label maxlength="5" style="width:170px;" :dense="false" @keyup.native="checkPrice(item,'SubScore')"
v-model="item.SubScore" class="col-3 q-pb-lg" label="分数" @input="getQuestionScore" />
</th>
</tr>
</thead>
......
......@@ -48,7 +48,7 @@
</tr>
<tr v-if="isShowScore">
<th colspan="3">
<q-input filled stack-label maxlength="5" :dense="false" @keyup.native="checkPrice(item,'SubScore')"
<q-input filled stack-label maxlength="5" style="width:170px;" :dense="false" @keyup.native="checkPrice(item,'SubScore')"
v-model="item.SubScore" class="col-12 q-pb-lg" label="分数" @input="getQuestionScore" />
</th>
</tr>
......
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