|
@@ -514,7 +514,7 @@
|
|
|
prop="studyCount"
|
|
|
>
|
|
|
<el-input
|
|
|
- class="numInputs"
|
|
|
+ class="numInputs cenSty"
|
|
|
v-model="listData.studyCount"
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
@@ -564,7 +564,7 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item label="补考次数" prop="studyCount">
|
|
|
<el-input
|
|
|
- class="numInputs"
|
|
|
+ class="numInputs cenSty"
|
|
|
v-model="listData.studyCount"
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
@@ -598,12 +598,13 @@
|
|
|
<el-form-item label="关联商品" required>
|
|
|
<div>
|
|
|
<el-button @click="goToActiveGoods">选择商品</el-button>
|
|
|
- <span v-if="listData.makeGoodsId"
|
|
|
+ <span v-if="listData.makeGoodsId" style="margin-left: 12px"
|
|
|
>{{ listData.makeGoodsCode }} -
|
|
|
{{ listData.makeGoodsName }}</span
|
|
|
>
|
|
|
<el-button
|
|
|
v-if="listData.makeGoodsId"
|
|
|
+ style="margin-left: 12px"
|
|
|
type="text"
|
|
|
@click="clearGoods"
|
|
|
>删除</el-button
|
|
@@ -612,7 +613,7 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item label="学习次数" prop="studyCount">
|
|
|
<el-input
|
|
|
- class="numInputs"
|
|
|
+ class="numInputs cenSty"
|
|
|
v-model="listData.studyCount"
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
@@ -3231,6 +3232,9 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
+/deep/ .cenSty > .el-input__inner {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
.checkBix {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|