diff --git a/frontend/src/components/RightDrawer/index.vue b/frontend/src/components/RightDrawer/index.vue
index f199a89..eb0ef97 100644
--- a/frontend/src/components/RightDrawer/index.vue
+++ b/frontend/src/components/RightDrawer/index.vue
@@ -19,7 +19,7 @@
+
@@ -100,4 +100,10 @@ const handleToggle = () => {
justify-content: center;
align-items: center;
}
+.text_she{
+ font-size: 14px;
+ color:#262626;
+ font-variant: tabular-nums;
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
+}
\ No newline at end of file
diff --git a/frontend/src/components/developStatusChart/index.vue b/frontend/src/components/developStatusChart/index.vue
index 3a3b524..b4f78fd 100644
--- a/frontend/src/components/developStatusChart/index.vue
+++ b/frontend/src/components/developStatusChart/index.vue
@@ -54,7 +54,7 @@ const initChart = () => {
itemWidth: 14,
itemHeight: 14,
itemStyle: {
- borderRadius: 3
+ borderRadius: 0
},
textStyle: {
fontSize: 11
@@ -69,7 +69,7 @@ const initChart = () => {
center: ['35%', '50%'], // 整体向下移动一点
avoidLabelOverlap: false,
itemStyle: {
- borderRadius: 5,
+ borderRadius: 0,
borderColor: '#fff',
borderWidth: 1
},
diff --git a/frontend/src/components/engEnvironmentData/index.vue b/frontend/src/components/engEnvironmentData/index.vue
index 5b5c070..61a8e58 100644
--- a/frontend/src/components/engEnvironmentData/index.vue
+++ b/frontend/src/components/engEnvironmentData/index.vue
@@ -53,6 +53,7 @@ onMounted(() => {
padding: 0px 5px;
background: #fff;
border-radius: 4px;
+ width: 100%;
.title {
font-size: 14px;
diff --git a/frontend/src/modules/dianxingcuoshijieshao/index.vue b/frontend/src/modules/dianxingcuoshijieshao/index.vue
new file mode 100644
index 0000000..e722964
--- /dev/null
+++ b/frontend/src/modules/dianxingcuoshijieshao/index.vue
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
{{ carouselData[currentIndex].description }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/modules/huanbaoMod/index.vue b/frontend/src/modules/huanbaoMod/index.vue
new file mode 100644
index 0000000..50f44bd
--- /dev/null
+++ b/frontend/src/modules/huanbaoMod/index.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
{{ facility.name }}
+
{{ facility.count }} 个
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/modules/huanbaozdjcgzkzQK/index.vue b/frontend/src/modules/huanbaozdjcgzkzQK/index.vue
new file mode 100644
index 0000000..5a15bc2
--- /dev/null
+++ b/frontend/src/modules/huanbaozdjcgzkzQK/index.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
{{ facility.name }}
+
{{ facility.count }} 个
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/modules/shengtaidabiaoMod/index.vue b/frontend/src/modules/shengtaidabiaoMod/index.vue
new file mode 100644
index 0000000..742bb27
--- /dev/null
+++ b/frontend/src/modules/shengtaidabiaoMod/index.vue
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+ 逐时
+ 日
+
+
≥95%座数/总座数
+
+
+
+
+
+
+
{{ el.name }}
+

+
+
+
+
+ {{ el.qecCnt }}/{{ el.qecTCnt }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/modules/shengtaidabiaoTwoMod/index.vue b/frontend/src/modules/shengtaidabiaoTwoMod/index.vue
new file mode 100644
index 0000000..e829b86
--- /dev/null
+++ b/frontend/src/modules/shengtaidabiaoTwoMod/index.vue
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+
diff --git a/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue b/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue
index 0ba3d7a..3bb47cf 100644
--- a/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue
+++ b/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue
@@ -211,7 +211,7 @@ onMounted(() => {
.custom-table {
:deep(.ant-table) {
- font-size: 13px;
+ font-size: 14px;
border: 1px solid #e8e8e8;
.ant-table-thead {
@@ -219,7 +219,7 @@ onMounted(() => {
>th {
background-color: #e5eff8 !important;
color: #2f6b98;
- font-weight: 600;
+ // font-weight: 600;
border: 1px solid #e8e8e8 !important;
padding: 6px 8px;
text-align: center;
@@ -251,7 +251,7 @@ onMounted(() => {
&:first-child {
text-align: left;
- font-weight: 500;
+ // font-weight: 500;
}
}
@@ -276,7 +276,7 @@ onMounted(() => {
.footer-item {
flex: 1;
text-align: center;
- font-weight: 600;
+ // font-weight: 600;
color: #333;
&:first-child {
diff --git a/frontend/src/views/home/huanBaoSheShiYunXingZhuangKuang.vue b/frontend/src/views/home/huanBaoSheShiYunXingZhuangKuang.vue
index 1ad3d4e..943a2c2 100644
--- a/frontend/src/views/home/huanBaoSheShiYunXingZhuangKuang.vue
+++ b/frontend/src/views/home/huanBaoSheShiYunXingZhuangKuang.vue
@@ -1,5 +1,36 @@
+
+
-
-
环保设施情况
+
+
diff --git a/frontend/src/views/home/huanBaoZhiLiangZhuangKuang.vue b/frontend/src/views/home/huanBaoZhiLiangZhuangKuang.vue
index cc9fd2b..0bd061d 100644
--- a/frontend/src/views/home/huanBaoZhiLiangZhuangKuang.vue
+++ b/frontend/src/views/home/huanBaoZhiLiangZhuangKuang.vue
@@ -1,5 +1,34 @@
+
+
-
-
监测工作开展情况
+
+
diff --git a/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue b/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue
index 57b70a4..36e7863 100644
--- a/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue
+++ b/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue
@@ -6,7 +6,7 @@ import shuidianhuangjingjieruMod from '@/modules/shuidianhuangjingjieruMod/index
-
+
@@ -21,11 +21,16 @@ import shuidianhuangjingjieruMod from '@/modules/shuidianhuangjingjieruMod/index
diff --git a/frontend/src/views/shengTaiLiuLiang/shengTaiLiuLiangManZuQingKuang.vue b/frontend/src/views/shengTaiLiuLiang/shengTaiLiuLiangManZuQingKuang.vue
index aede6af..2b5d2cf 100644
--- a/frontend/src/views/shengTaiLiuLiang/shengTaiLiuLiangManZuQingKuang.vue
+++ b/frontend/src/views/shengTaiLiuLiang/shengTaiLiuLiangManZuQingKuang.vue
@@ -1,5 +1,36 @@
+
+
-
-
生态流量达标情况
+
-
\ No newline at end of file
+
+