From 10e3aae03e62df2cd8a20510fc0bc2e54d53d3a8 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 26 十一月 2024 21:31:51 +0800 Subject: [PATCH] 项目投资管理页面+项目投资及资金来源页面 --- src/views/projectPlan/planRecord.vue | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/projectPlan/planRecord.vue b/src/views/projectPlan/planRecord.vue index 3f4c1da..9ec2764 100644 --- a/src/views/projectPlan/planRecord.vue +++ b/src/views/projectPlan/planRecord.vue @@ -7,8 +7,10 @@ <el-card shadow="hover"> <el-row :gutter="20"> <el-col :span="24" class="mb-4"> - <span>鏈堝害璁″垝</span> - <el-button type="primary" size="small" style="float: right" @click="handleAddMonthPlan">鏂板</el-button> + <div style="margin-bottom: 10px"> + <span style="font-size: 20px; font-weight: bold;">鏈堝害璁″垝</span> + <el-button type="primary" size="small" style="float: right" @click="handleAddMonthPlan">鏂板</el-button> + </div> <el-table :data="monthRecords" style="width: 100%"> <!-- 琛ㄥご --> <el-table-column prop="id" label="搴忓彿" align="center"></el-table-column> @@ -32,8 +34,10 @@ </el-table> </el-col> <el-col :span="24" class="mb-4" style="margin-top: 20px"> - <span>瀛e害璁″垝</span> - <el-button type="primary" size="small" style="float: right" @click="handleAddSeasonPlan">鏂板</el-button> + <div style="margin-bottom: 10px"> + <span style="font-size: 20px; font-weight: bold;">瀛e害璁″垝</span> + <el-button type="primary" size="small" style="float: right" @click="handleAddSeasonPlan">鏂板</el-button> + </div> <el-table :data="seasonRecords" style="width: 100%"> <!-- 琛ㄥご --> <el-table-column prop="id" label="搴忓彿" align="center"></el-table-column> @@ -57,8 +61,10 @@ </el-table> </el-col> <el-col :span="24" class="mb-4" style="margin-top: 20px"> - <span>骞村害璁″垝</span> - <el-button type="primary" size="small" style="float: right" @click="handleAddYearPlan">鏂板</el-button> + <div style="margin-bottom: 10px"> + <span style="font-size: 20px; font-weight: bold;">骞村害璁″垝</span> + <el-button type="primary" size="small" style="float: right" @click="handleAddYearPlan">鏂板</el-button> + </div> <el-table :data="yearRecords" style="width: 100%"> <!-- 琛ㄥご --> <el-table-column prop="id" label="搴忓彿" align="center"></el-table-column> -- Gitblit v1.8.0