pc-master #134

Merged
xiaomeng merged 3 commits from pc-master into portal 2024-03-15 01:19:04 +00:00
Showing only changes of commit 5fc7c28b5f - Show all commits

View File

@ -122,7 +122,7 @@
v-model="inputData[store.formulaNum[indexs - 1] + 28]" v-model="inputData[store.formulaNum[indexs - 1] + 28]"
@input="change(store.formulaNum[indexs - 1] + 28, $event)" type="number" style="height: 34px;margin: 0 5px;" @input="change(store.formulaNum[indexs - 1] + 28, $event)" type="number" style="height: 34px;margin: 0 5px;"
placeholder="0.0"> placeholder="0.0">
<span style="padding:0">%</span> <span style="padding:0"></span>
</div> </div>
</div> </div>
</template> </template>