diff --git a/src/pages/business_envInformation_monthly/TemplateCreate.less b/src/pages/business_envInformation_monthly/TemplateCreate.less
index 88c52ee..a5075ec 100644
--- a/src/pages/business_envInformation_monthly/TemplateCreate.less
+++ b/src/pages/business_envInformation_monthly/TemplateCreate.less
@@ -219,6 +219,20 @@
color: #333;
}
+.reportBtn {
+ background: rgba(22, 22, 22, 1);
+ color: #fff;
+ border-color: rgba(22, 22, 22, 1);
+ border-radius: 4px;
+
+ &:hover,
+ &:focus {
+ background: rgba(22, 22, 22, 1);
+ color: #fff;
+ border-color: rgba(22, 22, 22, 1);
+ }
+}
+
.formSection {
display: flex;
flex-direction: column;
diff --git a/src/pages/business_envInformation_monthly/components/content_component_bbtz/LedgerCenter.js b/src/pages/business_envInformation_monthly/components/content_component_bbtz/LedgerCenter.js
index 859a176..9c2f860 100644
--- a/src/pages/business_envInformation_monthly/components/content_component_bbtz/LedgerCenter.js
+++ b/src/pages/business_envInformation_monthly/components/content_component_bbtz/LedgerCenter.js
@@ -1,5 +1,5 @@
import React, {useMemo, useState} from 'react';
-import {Badge, Button, DatePicker, Form, Row, Col, Select, Space} from 'antd';
+import {Badge, Button, DatePicker, Select, Space} from 'antd';
import ReactECharts from 'echarts-for-react';
import StandardTable from '@/components/StandardTable';
import './LedgerCenter.less';
@@ -34,26 +34,15 @@ const LedgerCenter = () => {
dataIndex: 'sourceType',
width: 140,
render: type => (
-