|
@@ -308,7 +308,7 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="littleBlock" style="width: 100%;">
|
|
|
|
|
|
+ <div class="littleBlock">
|
|
<div class="dialogLabel" style="position: relative;top: -20px;">备注</div>
|
|
<div class="dialogLabel" style="position: relative;top: -20px;">备注</div>
|
|
<div style="width: 86%;">
|
|
<div style="width: 86%;">
|
|
<!-- <el-input type="textarea" :row="6" resize="none" v-model="data.items.remark" style="width: 100%;"></el-input> -->
|
|
<!-- <el-input type="textarea" :row="6" resize="none" v-model="data.items.remark" style="width: 100%;"></el-input> -->
|
|
@@ -358,7 +358,7 @@ import { VueEditor } from "vue2-editor";
|
|
iid:'',
|
|
iid:'',
|
|
delFundDetail:false, //删除经费明细对话框
|
|
delFundDetail:false, //删除经费明细对话框
|
|
addFundDialog:false, //经费明细对话框
|
|
addFundDialog:false, //经费明细对话框
|
|
- setFund:false, //设置月支出计划
|
|
|
|
|
|
+ setFund:true, //设置月支出计划
|
|
recompose:0, //判断是否是修改 0 修改 1 添加
|
|
recompose:0, //判断是否是修改 0 修改 1 添加
|
|
projectFundDetailInput:{
|
|
projectFundDetailInput:{
|
|
fund:'',
|
|
fund:'',
|
|
@@ -620,9 +620,13 @@ import { VueEditor } from "vue2-editor";
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
position: relative;
|
|
position: relative;
|
|
- justify-content: flex-start;
|
|
|
|
|
|
+ justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
- margin-left: 40px;
|
|
|
|
|
|
+ align-items: center;
|
|
|
|
+ margin-top: 30px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding-right: 20px;
|
|
|
|
+ // margin-left: 40px;
|
|
}
|
|
}
|
|
|
|
|
|
.el-dialog__header{
|
|
.el-dialog__header{
|
|
@@ -638,9 +642,11 @@ import { VueEditor } from "vue2-editor";
|
|
.littleBlock{ //添加对话框 label和input框
|
|
.littleBlock{ //添加对话框 label和input框
|
|
display: flex;
|
|
display: flex;
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
- margin-right: 57px;
|
|
|
|
|
|
+
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
- width: 24%;
|
|
|
|
|
|
+ width: 35%;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: flex-end;
|
|
.littleBlockInp{
|
|
.littleBlockInp{
|
|
position: relative;
|
|
position: relative;
|
|
.yuan{
|
|
.yuan{
|