@ -1,8 +1,4 @@
<!--
描述: 3D立体柱状图
作者: Jack Chen
日期: 2020-04-18
-->
<template>
<div class="wrap-container trigle">
描述: 登录界面背景图动画
<ul class="slide-box">
@ -1,8 +1,3 @@
描述: 柱饼组合联动
日期: 2020-04-30
<div class="wrap-container sn-container">
描述: 圆环套圆环
日期: 2020-05-03
描述: 环形跑道图
日期: 2020-04-29
描述: 多彩轮播面积
描述: 多彩雷达
日期: 2020-05-02
描述: 客户分布
日期: 2020-05-09
<div class="distribution-container">
描述: 发展历程
<div class="history-container">
描述: 营业收入
<div class="income-container">
描述: 产品热词
<div class="word-container">
描述: 动态轮播折线图
描述: 动态列表动画
描述: 闪动云
描述: 仪表盘
/*
* 描述: 封装组件库
* 作者: Jack Chen
* 日期: 2020-04-18
*/
import bgAnimation from './bgAnimation' // 登录界面背景图动画
import modal from './modal' // 自定义全局模态框
描述: 自定义全局模态框
<transition name="fade">
描述: 金字塔动画
日期: 2020-04-19
描述: 金字塔趋势
描述: 彩虹轨道图
描述: 环形饼图
<!-- <div class="wrap-container sn-container">
描述: 环形气泡图
描述: 旋转多彩图
描述: 扫描半径图
描述: 滚动弧形线
日期: 2020-04-20
@ -80,6 +76,8 @@ export default {
legend: {
itemWidth: 30,
itemHeight: 30,
top:'0%', //调整位置
right:'5%' ,//调整位置
data:[
{
name:'入场车流',
描述: 司南排名图
描述: 人员占比
描述: 双轴柱状图
日期: 2020-04-27
* 描述: 注册全局消息提示框组件
import Vue from 'vue'
import Toast from './index.vue'
描述: 消息提示框模板
描述: 水球图
@ -22,7 +22,7 @@
</div> -->
<div class="left-top">
<div class="topBg">今日收费TOP5</div>
<table class="table" v-if="rankData[0]">
<table class="table">
<thead class="thead">
<td class="td">排行</td>
<td class="td">停车场名称</td>
@ -39,11 +39,7 @@
<td class="td">{{ item.totalAmount }} 元</td>
</tr>
</tbody>
</table>
<p v-else class="kong">
空空如也~
</p>
</div>
描述: 酷屏首页模板
<div class="home-container">
描述: 登录模板
<div class="login-container">