fix : 优化新增分摊,新增专项资金及详情间距,年度计划详情间距
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div v-loading="loading" style="padding: 0 40px">
|
||||
<el-form :model="formData" ref="form" :rules="rules" style="margin-left: 5px;margin-top: 18px">
|
||||
<div v-loading="loading" style="padding: 0 30px">
|
||||
<el-form :model="formData" ref="form" :rules="rules" style="margin-left: 5px;margin-top: 18px">
|
||||
<el-row :gutter="30">
|
||||
<el-col :span="6" style="margin-left: -15px">
|
||||
<el-form-item label="分摊名称" prop="shareName" label-width="80" >
|
||||
<el-form-item label="分摊名称" prop="shareName" >
|
||||
<el-input v-model="formData.shareName" placeholder="请输入分摊名称" clearable>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
@@ -566,4 +566,11 @@ onMounted(() => {
|
||||
:deep(.el-date-editor--month){
|
||||
width: 100%;
|
||||
}
|
||||
:deep(.el-input-number) {
|
||||
width: 100%;
|
||||
|
||||
.el-input__inner {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user