代码提交-glj

This commit is contained in:
glj 2023-04-24 09:19:38 +08:00
parent ac02974a87
commit ea97ed4f29
7 changed files with 144 additions and 165 deletions

BIN
public/home/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
public/home/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
public/home/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
public/home/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

View File

@ -61,8 +61,8 @@
</el-table> </el-table>
<el-pagination @size-change="onHandleSizeChange" @current-change="onHandleCurrentChange" class="mt15" <el-pagination @size-change="onHandleSizeChange" @current-change="onHandleCurrentChange" class="mt15"
:pager-count="3" :page-sizes="[10, 20, 30]" v-model:current-page="state.tableData.param.pageNum" :pager-count="3" :page-sizes="[10, 20, 30]" v-model:current-page="state.tableData.param.pageNum"
background v-model:page-size="state.tableData.param.pageSize" background v-model:page-size="state.tableData.param.pageSize" layout="total, sizes, prev, pager, next"
layout="total, sizes, prev, pager, next" :total="state.tableData.total"> :total="state.tableData.total">
</el-pagination> </el-pagination>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="hotspot" name="second"> <el-tab-pane label="hotspot" name="second">
@ -82,8 +82,8 @@
</el-table> </el-table>
<el-pagination @size-change="onHandleSizeChange" @current-change="onHandleCurrentChange" class="mt15" <el-pagination @size-change="onHandleSizeChange" @current-change="onHandleCurrentChange" class="mt15"
:pager-count="3" :page-sizes="[10, 20, 30]" v-model:current-page="state.tableData.param.pageNum" :pager-count="3" :page-sizes="[10, 20, 30]" v-model:current-page="state.tableData.param.pageNum"
background v-model:page-size="state.tableData.param.pageSize" background v-model:page-size="state.tableData.param.pageSize" layout="total, sizes, prev, pager, next"
layout="total, sizes, prev, pager, next" :total="state.tableData.total"> :total="state.tableData.total">
</el-pagination> </el-pagination>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
@ -366,6 +366,7 @@ onMounted(() => {
font-size: 32px; font-size: 32px;
font-weight: 600; font-weight: 600;
} }
.mt15 { .mt15 {
display: flex; display: flex;
justify-content: end; justify-content: end;

View File

@ -1,44 +1,31 @@
<template> <template>
<div class="home-container layout-pd"> <div class="home-container layout-pd">
<!-- 第一行 --> <!-- 第一行 -->
<el-row :gutter="15" <!-- 第一行 -->
class="home-card-one mb15"> <el-row :gutter="15" class="home-card-one mb15">
<el-col :xs="24" <el-col :xs="24" :sm="12" :md="12" :lg="6" :xl="6" v-for="(v, k) in state.homeOne" :key="k"
:sm="12"
:md="12"
:lg="6"
:xl="6"
v-for="(v, k) in state.homeOne"
:key="k"
:class="{ 'home-media home-media-lg': k > 1, 'home-media-sm': k === 1 }"> :class="{ 'home-media home-media-lg': k > 1, 'home-media-sm': k === 1 }">
<div class="home-card-item flex"> <div class="home-card-item flex">
<div class="flex-margin flex w100" <div class="flex-margin flex w100" :class="` home-one-animation${k}`">
:class="` home-one-animation${k}`">
<div class="flex-auto"> <div class="flex-auto">
<span class="font30">{{ v.num1 }}</span> <span class="font30">{{ v.num1 }}</span>
<span class="ml5 font16" <span class="ml5 font16" :style="{ color: v.color1 }">{{ v.num2 }}</span>
:style="{ color: v.color1 }">{{ v.num2 }}</span>
<div class="mt10">{{ v.num3 }}</div> <div class="mt10">{{ v.num3 }}</div>
</div> </div>
<div class="home-card-item-icon flex" <div class="home-card-item-icon flex" :style="{ background: `var(${v.color2})` }">
:style="{ background: `var(${v.color2})` }"> <i class="flex-margin font32" :class="v.num4" :style="{
<i class="flex-margin font32" color: `var(${v.color3})`, width: '44px', height: '44px', background: 'url(\'/home/' + (k + 1) + '.png\') no-repeat',
:class="v.num4" backgroundSize: '70% 70%', backgroundPosition: 'center'
:style="{ color: `var(${v.color3})` }"></i> }"></i>
</div> </div>
</div> </div>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
<!-- 第二行 --> <!-- 第二行 -->
<el-row :gutter="15" <el-row :gutter="15" class="home-card-two mb15">
class="home-card-two mb15">
<!-- 后台响应须知 --> <!-- 后台响应须知 -->
<el-col :xs="24" <el-col :xs="24" :sm="10" :md="10" :lg="8" :xl="8">
:sm="10"
:md="10"
:lg="8"
:xl="8">
<div class="home-card-item"> <div class="home-card-item">
<div class="home-card-item-title">Notes on Background Response</div> <div class="home-card-item-title">Notes on Background Response</div>
<div class="home-monitor"> <div class="home-monitor">
@ -55,52 +42,30 @@
</div> </div>
</el-col> </el-col>
<!-- 全年用户申请量统计 --> <!-- 全年用户申请量统计 -->
<el-col :xs="24" <el-col :xs="24" :sm="14" :md="14" :lg="16" :xl="16">
:sm="14"
:md="14"
:lg="16"
:xl="16">
<div class="home-card-item"> <div class="home-card-item">
<div style="height: 100%" <div style="height: 100%" ref="homeBarRef"></div>
ref="homeBarRef"></div>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
<!-- 第三行 --> <!-- 第三行 -->
<el-row :gutter="15" <el-row :gutter="15" class="home-card-three">
class="home-card-three">
<!-- 灾害发生区域占比 饼图--> <!-- 灾害发生区域占比 饼图-->
<el-col :xs="24" <el-col :xs="24" :sm="10" :md="10" :lg="6" :xl="6">
:sm="10"
:md="10"
:lg="6"
:xl="6">
<div class="home-card-item"> <div class="home-card-item">
<div style="height: 100%" <div style="height: 100%" ref="homePieRef"></div>
ref="homePieRef"></div>
</div> </div>
</el-col> </el-col>
<!-- 灾害响应月分布量变化 折线图 --> <!-- 灾害响应月分布量变化 折线图 -->
<el-col :xs="24" <el-col :xs="24" :sm="14" :md="14" :lg="12" :xl="12" class="home-media">
:sm="14"
:md="14"
:lg="12"
:xl="12"
class="home-media">
<div class="home-card-item"> <div class="home-card-item">
<div style="height: 100%" <div style="height: 100%" ref="homeLineRef"></div>
ref="homeLineRef"></div>
</div> </div>
</el-col> </el-col>
<!-- 灾害类型占比 --> <!-- 灾害类型占比 -->
<el-col :xs="24" <el-col :xs="24" :sm="10" :md="10" :lg="6" :xl="6">
:sm="10"
:md="10"
:lg="6"
:xl="6">
<div class="home-card-item"> <div class="home-card-item">
<div style="height: 100%" <div style="height: 100%" ref="homePieRef2"></div>
ref="homePieRef2"></div>
</div> </div>
</el-col> </el-col>
@ -138,7 +103,7 @@ const state = reactive({
num1: '', num1: '',
num2: '', num2: '',
num3: 'Number of Disaster Response Applications', num3: 'Number of Disaster Response Applications',
num4: 'fa fa-meetup', num4: 'iconfont',
color1: '#FF6462', color1: '#FF6462',
color2: '--next-color-primary-lighter', color2: '--next-color-primary-lighter',
color3: '--el-color-primary', color3: '--el-color-primary',
@ -147,7 +112,7 @@ const state = reactive({
num1: '', num1: '',
num2: '', num2: '',
num3: 'Actual times of disaster response', num3: 'Actual times of disaster response',
num4: 'iconfont icon-ditu', num4: 'iconfont',
color1: '#6690F9', color1: '#6690F9',
color2: '--next-color-success-lighter', color2: '--next-color-success-lighter',
color3: '--el-color-success', color3: '--el-color-success',
@ -156,7 +121,7 @@ const state = reactive({
num1: '', num1: '',
num2: '', num2: '',
num3: 'User Visits', num3: 'User Visits',
num4: 'iconfont icon-zaosheng', num4: 'iconfont',
color1: '#6690F9', color1: '#6690F9',
color2: '--next-color-warning-lighter', color2: '--next-color-warning-lighter',
color3: '--el-color-warning', color3: '--el-color-warning',
@ -165,7 +130,7 @@ const state = reactive({
num1: '', num1: '',
num2: '', num2: '',
num3: 'Data downloads', num3: 'Data downloads',
num4: 'fa fa-github-alt', num4: 'iconfont',
color1: '#FF6462', color1: '#FF6462',
color2: '--next-color-danger-lighter', color2: '--next-color-danger-lighter',
color3: '--el-color-danger', color3: '--el-color-danger',
@ -633,8 +598,10 @@ watch(
<style scoped lang="scss"> <style scoped lang="scss">
$homeNavLengh: 8; $homeNavLengh: 8;
.home-container { .home-container {
overflow: hidden; overflow: hidden;
.home-card-one, .home-card-one,
.home-card-two, .home-card-two,
.home-card-three { .home-card-three {
@ -648,19 +615,23 @@ $homeNavLengh: 8;
background: var(--el-color-white); background: var(--el-color-white);
color: var(--el-text-color-primary); color: var(--el-text-color-primary);
border: 1px solid var(--next-border-color-light); border: 1px solid var(--next-border-color-light);
&:hover { &:hover {
box-shadow: 0 2px 12px var(--next-color-dark-hover); box-shadow: 0 2px 12px var(--next-color-dark-hover);
transition: all ease 0.3s; transition: all ease 0.3s;
} }
&-icon { &-icon {
width: 70px; width: 70px;
height: 70px; height: 70px;
border-radius: 100%; border-radius: 100%;
flex-shrink: 1; flex-shrink: 1;
i { i {
color: var(--el-text-color-placeholder); color: var(--el-text-color-placeholder);
} }
} }
&-title { &-title {
font-size: 15px; font-size: 15px;
font-weight: bold; font-weight: bold;
@ -668,6 +639,7 @@ $homeNavLengh: 8;
} }
} }
} }
.home-card-one { .home-card-one {
@for $i from 0 through 3 { @for $i from 0 through 3 {
.home-one-animation#{$i} { .home-one-animation#{$i} {
@ -679,18 +651,22 @@ $homeNavLengh: 8;
} }
} }
} }
.home-card-two, .home-card-two,
.home-card-three { .home-card-three {
.home-card-item { .home-card-item {
height: 400px; height: 400px;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
.home-monitor { .home-monitor {
height: 100%; height: 100%;
.flex-warp-item { .flex-warp-item {
width: 25%; width: 25%;
height: 111px; height: 111px;
display: flex; display: flex;
.flex-warp-item-box { .flex-warp-item-box {
margin: auto; margin: auto;
text-align: center; text-align: center;
@ -700,11 +676,13 @@ $homeNavLengh: 8;
background: var(--next-bg-color); background: var(--next-bg-color);
cursor: pointer; cursor: pointer;
transition: all 0.3s ease; transition: all 0.3s ease;
&:hover { &:hover {
background: var(--el-color-primary-light-9); background: var(--el-color-primary-light-9);
transition: all 0.3s ease; transition: all 0.3s ease;
} }
} }
@for $i from 0 through $homeNavLengh { @for $i from 0 through $homeNavLengh {
.home-animation#{$i} { .home-animation#{$i} {
opacity: 0; opacity: 0;