@@ -20,7 +20,7 @@
></Checkbox>
</CheckboxGroup>
<p class="edit-title">准考证号位数</p>
- <InputNumber :max="10" :min="4" v-model="idLength"></InputNumber>
+ <InputNumber :max="12" :min="4" v-model="idLength"></InputNumber>
</Modal>
</div>
</template>
@@ -338,7 +338,6 @@
position: absolute;
top: 55px;
right: 110px;
- width: 40px;
height: 25px;
/* background: #00a43a; */
display: flex;
@@ -13,7 +13,7 @@
subjectIndex == activeSubjectIndex ? 'item-active' : '',
]" @click="onSubjectChange(subject,subjectIndex)">{{ subject.name }}</span>
- <div>
+ <div v-if="!isSchool">
<span style="color: #F0F0F0;font-size: 18px;font-weight: bolder;">个人课纲</span>
<Button @click="onSaveSyllabus" class="btn-save-modify" icon="md-folder"