From d21bc72653acbdec088006627ad3f43a6feb7810 Mon Sep 17 00:00:00 2001 From: xujun <271087757@qq.com> Date: Wed, 27 Nov 2024 19:28:42 +0800 Subject: [PATCH] xujun --- src/views/report/project/Index.vue | 2 +- src/views/report/project/components/projectKPI.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/report/project/Index.vue b/src/views/report/project/Index.vue index 089f4dc..97bad19 100644 --- a/src/views/report/project/Index.vue +++ b/src/views/report/project/Index.vue @@ -123,7 +123,7 @@ <a-modal v-model="visibleFileView" title="查看" width="1000px" :dialog-style="{ top: '10%' }" :footer="null" destroyOnClose> <preview-file v-model="realurl.downloadUrl" :fileName="realurl.fileName"></preview-file> </a-modal> - <a-modal v-model="projectKPIView" title="查看项目KPI" width="1000px" :dialog-style="{ top: '10%' }" :footer="null" destroyOnClose> + <a-modal v-model="projectKPIView" title="查看项目KPI" width="80%" :dialog-style="{ top: '10%' }" :footer="null" destroyOnClose> <project-kpi></project-kpi> </a-modal> </div> diff --git a/src/views/report/project/components/projectKPI.vue b/src/views/report/project/components/projectKPI.vue index ee524db..72d55b4 100644 --- a/src/views/report/project/components/projectKPI.vue +++ b/src/views/report/project/components/projectKPI.vue @@ -1,6 +1,6 @@ <template> - <div> - <table class="tab-content" cellpadding="3" cellspacing="3"> + <div class="from-table font-line-space"> + <table class="tab-content" cellpadding="3" cellspacing="3" style="width: 98%;"> <tr> <td colspan="20" class="bg-title">2020年度</td> </tr> -- 2.18.0