diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 83cffc3..d9f1e83 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -107,7 +107,8 @@ $sideWidth: 31%; .module_top_title { cursor: pointer; - width: 64px; + // width: 64px; + min-width: 64px; height: 22px; box-sizing: border-box; text-align: center; @@ -117,6 +118,7 @@ $sideWidth: 31%; font-weight: 500; border-radius: 3px; margin-left: 8px; + padding: 0px 7px; } .module_menu_selected { @@ -129,4 +131,36 @@ $sideWidth: 31%; background-color: #294040; border: 1px solid #a6c2e2; color: #a7c5e8; +} + +.weather_data_div { + display: flex; + justify-content: space-between; + flex: 1; +} + +.weather_data_button { + margin-right: 10px; + display: flex; + + >div { + cursor: pointer; + width: 64px; + height: 22px; + box-sizing: border-box; + text-align: center; + line-height: 20px; + font-size: 12px; + font-family: Source Han Sans CN, Source Han Sans CN; + font-weight: 500; + border-radius: 3px; + margin-left: 8px; + } +} + +.weather_data_title { + font-size: 16px; + font-family: Source Han Sans SC, Source Han Sans SC; + font-weight: 400; + color: #ffe7cd; } \ No newline at end of file diff --git a/src/views/data-statistics/left-side/components/domicile.vue b/src/views/data-statistics/left-side/components/domicile.vue new file mode 100644 index 0000000..c0a7fb6 --- /dev/null +++ b/src/views/data-statistics/left-side/components/domicile.vue @@ -0,0 +1,217 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/data-statistics/left-side/components/weather.vue b/src/views/data-statistics/left-side/components/weather.vue index 9275ebf..df199fd 100644 --- a/src/views/data-statistics/left-side/components/weather.vue +++ b/src/views/data-statistics/left-side/components/weather.vue @@ -2,99 +2,169 @@ + + + + \ No newline at end of file diff --git a/src/views/data-statistics/left-side/index.vue b/src/views/data-statistics/left-side/index.vue index 3c8e293..2fb7f22 100644 --- a/src/views/data-statistics/left-side/index.vue +++ b/src/views/data-statistics/left-side/index.vue @@ -1,19 +1,26 @@ + \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/early-warning.vue b/src/views/data-statistics/right-side/components/early-warning.vue index 082f491..51dad4e 100644 --- a/src/views/data-statistics/right-side/components/early-warning.vue +++ b/src/views/data-statistics/right-side/components/early-warning.vue @@ -1,238 +1,121 @@ + \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/emergency-information.vue b/src/views/data-statistics/right-side/components/emergency-information.vue deleted file mode 100644 index caef7d9..0000000 --- a/src/views/data-statistics/right-side/components/emergency-information.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/event-statistics.vue b/src/views/data-statistics/right-side/components/event-statistics.vue deleted file mode 100644 index 60f873d..0000000 --- a/src/views/data-statistics/right-side/components/event-statistics.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/job-statics.vue b/src/views/data-statistics/right-side/components/job-statics.vue deleted file mode 100644 index 303e215..0000000 --- a/src/views/data-statistics/right-side/components/job-statics.vue +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/job-type.vue b/src/views/data-statistics/right-side/components/job-type.vue deleted file mode 100644 index a7066db..0000000 --- a/src/views/data-statistics/right-side/components/job-type.vue +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/material-statistics.vue b/src/views/data-statistics/right-side/components/material-statistics.vue deleted file mode 100644 index 5947fc1..0000000 --- a/src/views/data-statistics/right-side/components/material-statistics.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/mediation-analysis.vue b/src/views/data-statistics/right-side/components/mediation-analysis.vue deleted file mode 100644 index 1910326..0000000 --- a/src/views/data-statistics/right-side/components/mediation-analysis.vue +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/on-duty.vue b/src/views/data-statistics/right-side/components/on-duty.vue deleted file mode 100644 index f4fe71e..0000000 --- a/src/views/data-statistics/right-side/components/on-duty.vue +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/population-statistics.vue b/src/views/data-statistics/right-side/components/population-statistics.vue deleted file mode 100644 index 8c13447..0000000 --- a/src/views/data-statistics/right-side/components/population-statistics.vue +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/portrait.vue b/src/views/data-statistics/right-side/components/portrait.vue new file mode 100644 index 0000000..24c486e --- /dev/null +++ b/src/views/data-statistics/right-side/components/portrait.vue @@ -0,0 +1,134 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/supervision-work.vue b/src/views/data-statistics/right-side/components/supervision-work.vue deleted file mode 100644 index d9cfb55..0000000 --- a/src/views/data-statistics/right-side/components/supervision-work.vue +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/village-work.vue b/src/views/data-statistics/right-side/components/village-work.vue deleted file mode 100644 index 9d8e4ac..0000000 --- a/src/views/data-statistics/right-side/components/village-work.vue +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/components/work.vue b/src/views/data-statistics/right-side/components/work.vue deleted file mode 100644 index 97ef520..0000000 --- a/src/views/data-statistics/right-side/components/work.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/data-statistics/right-side/index.vue b/src/views/data-statistics/right-side/index.vue index 3070232..689dc8b 100644 --- a/src/views/data-statistics/right-side/index.vue +++ b/src/views/data-statistics/right-side/index.vue @@ -1,63 +1,23 @@