From 56954800213a513d4bf499f3013f86eba8ace68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E5=87=AF?= <2448379534@qq.com> Date: Wed, 8 Apr 2026 10:44:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/RightDrawer/index.vue | 2 +- .../components/engEnvironmentData/index.vue | 132 ++++++------------ .../shuidianhuangjingjieruMod/DataTable.vue | 23 +-- 3 files changed, 58 insertions(+), 99 deletions(-) diff --git a/frontend/src/components/RightDrawer/index.vue b/frontend/src/components/RightDrawer/index.vue index e95d57e..4e1f348 100644 --- a/frontend/src/components/RightDrawer/index.vue +++ b/frontend/src/components/RightDrawer/index.vue @@ -71,7 +71,7 @@ const handleToggle = () => { } .ant-drawer { - margin: 3px 0px; + // margin: 3px 0px; .ant-drawer-content { overflow: visible; } diff --git a/frontend/src/components/engEnvironmentData/index.vue b/frontend/src/components/engEnvironmentData/index.vue index 3a06f2d..184d627 100644 --- a/frontend/src/components/engEnvironmentData/index.vue +++ b/frontend/src/components/engEnvironmentData/index.vue @@ -1,97 +1,55 @@ - - - - \ No newline at end of file + \ No newline at end of file diff --git a/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue b/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue index e473d15..3f70796 100644 --- a/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue +++ b/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue @@ -23,11 +23,11 @@ const columns: ColumnsType = [ dataIndex: 'name', key: 'name', fixed: 'left', - // width: 65, + width: 114, align: 'left' }, { - title: '装机容量 (万kW)', + title: '装机容量(万kW)', key: 'capacity', align: 'center', children: [ @@ -35,28 +35,28 @@ const columns: ColumnsType = [ title: '总计', dataIndex: 'total', key: 'total', - width: 73.6, + // // width: 76, align: 'center' }, { title: '已建', dataIndex: 'built', key: 'built', - width: 73.6, + // width: 76, align: 'center' }, { title: '在建', dataIndex: 'building', key: 'building', - width: 73.6, + // width: 76, align: 'center' }, { title: '未建', dataIndex: 'unbuilt', key: 'unbuilt', - width: 73.6, + // width: 76, align: 'center' }, ] @@ -204,9 +204,10 @@ onMounted(() => {