|
|
@@ -215,7 +215,7 @@
|
|
|
<div class="year-list-item" v-for="year of yearList" :key="year" :style="{ height: yearList.length == 1 ? '51px' : '32px', lineHeight: yearList.length == 1 ? '51px' : '32px' }">
|
|
|
<div class="year" >{{ year }}</div>
|
|
|
<div class="year-input">
|
|
|
- <input v-if="!isPrintPage" v-model="formData[year]" type="number" @input="handleYearInput" style="padding: 0 6px;" :disabled="isDisabled" />
|
|
|
+ <input v-if="!isPrintPage" v-model="formData[year]" type="number" @input="handleYearInput" style="padding: 0 0 0 4px; box-sizing: border-box;" :disabled="isDisabled" />
|
|
|
<span v-else style="padding-left: 12px;">{{ formData[year] }}万元</span>
|
|
|
</div>
|
|
|
</div>
|