|
|
@@ -5,7 +5,7 @@
|
|
|
<content-card title="个人信息">
|
|
|
<uv-form-item label="姓名" prop="name" borderBottom required>
|
|
|
<uv-input v-model="form.nickName" border="none" placeholder="请输入姓名" placeholderClass="text-30"
|
|
|
- font-size="30rpx" :custom-style="customStyle">
|
|
|
+ font-size="15px" :custom-style="customStyle">
|
|
|
</uv-input>
|
|
|
</uv-form-item>
|
|
|
<uv-form-item label="所在省份" prop="location" borderBottom required>
|
|
|
@@ -46,33 +46,33 @@
|
|
|
<content-card v-if="showCulture" title="文化素质">
|
|
|
<uv-form-item label="语文" prop="form.scores.chinese" borderBottom :required="isScoreRequired">
|
|
|
<uv-input v-model.number="scoresForm.chinese" border="none" type="number" :placeholder="inputPlaceholder"
|
|
|
- font-size="30rpx" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
+ font-size="15px" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
</uv-input>
|
|
|
</uv-form-item>
|
|
|
<uv-form-item label="数学" prop="form.score.mathematics" borderBottom :required="isScoreRequired">
|
|
|
<uv-input v-model.number="scoresForm.mathematics" border="none" type="number" :placeholder="inputPlaceholder"
|
|
|
- font-size="30rpx" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
+ font-size="15px" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
</uv-input>
|
|
|
<ie-image v-if="disabledEdit" slot="right" src="/static/image/icon-lock.png" custom-class="w-24 h-30"
|
|
|
mode="aspectFill" />
|
|
|
</uv-form-item>
|
|
|
<uv-form-item label="外语" prop="form.scores.foreign" borderBottom :required="isScoreRequired">
|
|
|
<uv-input v-model.number="scoresForm.foreign" border="none" type="number" :placeholder="inputPlaceholder"
|
|
|
- font-size="30rpx" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
+ font-size="15px" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
</uv-input>
|
|
|
<ie-image v-if="disabledEdit" slot="right" src="/static/image/icon-lock.png" custom-class="w-24 h-30"
|
|
|
mode="aspectFill" />
|
|
|
</uv-form-item>
|
|
|
<uv-form-item label="物理" prop="form.scores.physics" borderBottom :required="isScoreRequired">
|
|
|
<uv-input v-model.number="scoresForm.physics" border="none" type="number" :placeholder="inputPlaceholder"
|
|
|
- font-size="30rpx" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
+ font-size="15px" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
</uv-input>
|
|
|
<ie-image v-if="disabledEdit" slot="right" src="/static/image/icon-lock.png" custom-class="w-24 h-30"
|
|
|
mode="aspectFill" />
|
|
|
</uv-form-item>
|
|
|
<uv-form-item label="政治" prop="form.scores.political" :required="isScoreRequired">
|
|
|
<uv-input v-model.number="scoresForm.political" border="none" type="number" :placeholder="inputPlaceholder"
|
|
|
- font-size="30rpx" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
+ font-size="15px" :custom-style="customStyle" :readonly="disabledEdit">
|
|
|
</uv-input>
|
|
|
<ie-image v-if="disabledEdit" slot="right" src="/static/image/icon-lock.png" custom-class="w-24 h-30"
|
|
|
mode="aspectFill" />
|
|
|
@@ -81,14 +81,14 @@
|
|
|
|
|
|
<content-card v-if="showSchoolInfo" title="学校信息">
|
|
|
<uv-form-item label="学校名称" prop="form.campusName" borderBottom>
|
|
|
- <uv-input v-model="form.campusName" border="none" placeholder="" placeholderClass="text-30" font-size="30rpx"
|
|
|
+ <uv-input v-model="form.campusName" border="none" placeholder="" placeholderClass="text-30" font-size="15px"
|
|
|
:custom-style="customStyle" readonly>
|
|
|
</uv-input>
|
|
|
<ie-image slot="right" src="/static/image/icon-lock.png" custom-class="w-24 h-30" mode="aspectFill" />
|
|
|
</uv-form-item>
|
|
|
<uv-form-item label="所在班级" prop="form.campusClassName">
|
|
|
<uv-input v-model="form.campusClassName" border="none" placeholder="" placeholderClass="text-30"
|
|
|
- font-size="30rpx" :custom-style="customStyle" readonly>
|
|
|
+ font-size="15px" :custom-style="customStyle" readonly>
|
|
|
</uv-input>
|
|
|
<ie-image slot="right" src="/static/image/icon-lock.png" custom-class="w-24 h-30" mode="aspectFill" />
|
|
|
</uv-form-item>
|