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(() => {