mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
首页、后台首页动画删除
This commit is contained in:
parent
05fbbddd77
commit
ceac0f6412
|
@ -2,14 +2,14 @@
|
|||
<div class="home-page">
|
||||
<div class="background-box">
|
||||
<div class="left-content">
|
||||
<div class="message-box swing_skew_1">
|
||||
<div class="message-box">
|
||||
<el-carousel height="32px" direction="vertical" indicator-position="none" autoplay>
|
||||
<el-carousel-item v-for="(item, index) in messages" :key="'message-' + index">
|
||||
<p class="text-row-1" style="line-height: 32px;" :class="{'is-link': item.link}" @click="() => {item.link && router.push(item.link)}">【{{ item.type }}】 {{ item.content }}</p>
|
||||
</el-carousel-item>
|
||||
</el-carousel>
|
||||
</div>
|
||||
<div class="header-box swing_skew_1">
|
||||
<div class="header-box">
|
||||
<div class="header-item">
|
||||
<span class="main-color f20" style="font-weight: 600;">{{ userInfo.name }}</span>
|
||||
<span class="text2-color f14">{{ userInfo.permissions }}</span>
|
||||
|
@ -25,16 +25,16 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="echart-box">
|
||||
<div class="echart-item swing_skew_2">
|
||||
<div class="echart-item">
|
||||
<NumberChart />
|
||||
</div>
|
||||
<div class="echart-item swing_skew_2">
|
||||
<div class="echart-item">
|
||||
<NumberPieChart />
|
||||
</div>
|
||||
<div class="echart-item swing_skew_1">
|
||||
<div class="echart-item">
|
||||
<TimeChart />
|
||||
</div>
|
||||
<div class="echart-item swing_skew_1">
|
||||
<div class="echart-item">
|
||||
<TimeBarChart />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -43,12 +43,12 @@
|
|||
<div class="week-calendar">
|
||||
<WeekCalendar />
|
||||
</div>
|
||||
<div class="system-logs move_2">
|
||||
<div class="system-logs">
|
||||
<div class="title">
|
||||
<span>系统日志</span>
|
||||
<span class="f14" style="cursor: pointer;" @click="router.push('./logs-manage/logs-manage')">更多</span>
|
||||
</div>
|
||||
<div class="content move_2">
|
||||
<div class="content">
|
||||
<SystemLogs />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<template>
|
||||
<div class="system-home-page">
|
||||
<div class="left-box">
|
||||
<div class="total-box block-border swing_skew_2" @click="router.push('/system-manage/user-list')">
|
||||
<div class="total-box block-border" @click="router.push('/system-manage/user-list')">
|
||||
<span class="label"><el-icon><UserFilled /></el-icon>用户列表</span>
|
||||
<span class="value">{{ total.user }}</span>
|
||||
</div>
|
||||
<div class="total-box block-border swing_skew_2" @click="router.push('/system-manage/hospitals')">
|
||||
<div class="total-box block-border" @click="router.push('/system-manage/hospitals')">
|
||||
<span class="label"><el-icon><OfficeBuilding /></el-icon>合作医院列表</span>
|
||||
<span class="value">{{ total.hospitals }}</span>
|
||||
</div>
|
||||
<div class="chart-total-box swing_skew_2">
|
||||
<div class="chart-total-box">
|
||||
<div class="title">用户数据统计</div>
|
||||
<div class="chart block-border">
|
||||
<UserChart />
|
||||
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="right-box">
|
||||
<div class="system-log-box block-border swing_skew_1">
|
||||
<div class="system-log-box block-border">
|
||||
<div class="title-box">
|
||||
<span class="title"><el-icon><List /></el-icon>系统日志</span>
|
||||
<span class="more" @click="router.push('/logs-manage/logs-manage')">更多</span>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<SystemLogs />
|
||||
</div>
|
||||
</div>
|
||||
<div class="map-box block-border swing_skew_1">
|
||||
<div class="map-box block-border">
|
||||
<MapChart type="home" @mapClick="router.push('/system-manage/hospitals-map')" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user