diff --git a/src/views/physicalHealth/dataAnalysis/cityAnalysis/City_02.vue b/src/views/physicalHealth/dataAnalysis/cityAnalysis/City_02.vue
index cebc504..9cb5ba9 100644
--- a/src/views/physicalHealth/dataAnalysis/cityAnalysis/City_02.vue
+++ b/src/views/physicalHealth/dataAnalysis/cityAnalysis/City_02.vue
@@ -2257,6 +2257,8 @@
}
/deep/ .ant-table {
border: 1px dashed #ff931f !important;
+ scrollbar-width: none; /* Firefox */
+ -ms-overflow-style: none; /* IE 10+ */
.ant-table-body {
margin: 0 !important;
tr td {
@@ -2270,7 +2272,9 @@
}
}
}
-
+ ::-webkit-scrollbar {
+ display: none; /* Chrome Safari */
+ }
.city-rural-div {
width: 100%;
height: 30rem;
diff --git a/src/views/physicalHealth/dataAnalysis/common/singleCompare.vue b/src/views/physicalHealth/dataAnalysis/common/singleCompare.vue
index bb1d408..ea02ff1 100644
--- a/src/views/physicalHealth/dataAnalysis/common/singleCompare.vue
+++ b/src/views/physicalHealth/dataAnalysis/common/singleCompare.vue
@@ -331,7 +331,7 @@
/*padding: 0 0 !important;*/
/*}*/
.ant-table-thead {
- background-color: #80c687;
+ background-color: #9bc2e6;
.ant-table-column-title {
font-weight: bolder;
}
diff --git a/src/views/physicalHealth/dataAnalysis/common/standardData.js b/src/views/physicalHealth/dataAnalysis/common/standardData.js
index 4dc5292..aa81edb 100644
--- a/src/views/physicalHealth/dataAnalysis/common/standardData.js
+++ b/src/views/physicalHealth/dataAnalysis/common/standardData.js
@@ -15,7 +15,7 @@ const bmi_standard_column = [
align: "center",
width: 100,
customCell: () => {
- return {style: {'backgroundColor': '#80c687', 'fontWeight': 'bolder'}}
+ return {style: {'backgroundColor': '#9bc2e6', 'fontWeight': 'bolder'}}
},
},
{
@@ -25,7 +25,7 @@ const bmi_standard_column = [
align: "center",
width: 100,
customCell: () => {
- return {style: {'backgroundColor': '#80c687', 'fontWeight': 'bolder'}}
+ return {style: {'backgroundColor': '#9bc2e6', 'fontWeight': 'bolder'}}
},
customRender: (text, row, index) => {
const obj = {
@@ -216,7 +216,7 @@ const other_standard_column = [
align: "center",
width: 100,
customCell: () => {
- return {style: {'backgroundColor': '#80c687', 'fontWeight': 'bolder'}}
+ return {style: {'backgroundColor': '#9bc2e6', 'fontWeight': 'bolder'}}
},
customRender: (text, row, index) => {
const obj = {
@@ -269,7 +269,7 @@ const other_standard_column = [
align: "center",
width: 100,
customCell: () => {
- return {style: {'backgroundColor': '#80c687', 'fontWeight': 'bolder'}}
+ return {style: {'backgroundColor': '#9bc2e6', 'fontWeight': 'bolder'}}
},
},
{
diff --git a/src/views/physicalHealth/dataAnalysis/schoolAnalysis/School_05.vue b/src/views/physicalHealth/dataAnalysis/schoolAnalysis/School_05.vue
index 65ef157..ff513df 100644
--- a/src/views/physicalHealth/dataAnalysis/schoolAnalysis/School_05.vue
+++ b/src/views/physicalHealth/dataAnalysis/schoolAnalysis/School_05.vue
@@ -1,148 +1,24 @@
-
-
-
+
+
+
\ No newline at end of file