diff --git a/README.md b/README.md index a412a7b..b4f3d9d 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,3 @@ -# 前言 - -* 一个基于Vue前端框架和第三方图表库echarts构建的可视化大数据平台,通过vue项目构建、指令的灵活运用、组件封装、组件之间通信,使内部图表组件库可实现自由替换和组合。 -* 项目中部分前端库采用外部CDN引入,可以减少打包文件体积,加快页面渲染。 -* 可视化数据大屏展示对前端性能要求高,建议使用谷歌浏览器查看或开发,屏幕尺寸为1920px宽和1080px高是最佳效果。 -* 目前制作数据可视化大屏,前端比较流行的第三方库有:Echarts(百度),AntV(阿里),Highcharts(国外公司),D3.js(国外公司)。 -* 如果感觉还不错的话,老铁们是不是赏个★Star鼓励一哈,后续会持续更新和优化,也期待大家的交流。 - - -[在线效果演示](https://jackchen0120.github.io/vueDataV/) - -## 学习教程分上下篇 -* [(上)Vue+Echarts构建可视化大数据平台实战项目分享](https://juejin.cn/post/6844904158181457933) -* [(下)Vue+Echarts构建大数据可视化酷炫展示公司品牌实战项目分享](https://juejin.cn/post/6845166890449371149) - -# 效果截图 - -## 登录界面 - -登录界面 -登录界面 -登录界面 - -## 首页酷屏统计图 - -首页酷屏统计图 -首页酷屏统计图 -首页酷屏统计图 -首页酷屏统计图 - -## 公司品牌介绍 - -炫酷展示公司品牌 - - # 项目架构 ``` @@ -123,10 +88,8 @@ * 炫酷展示公司品牌 # 下载安装依赖 -``` -git clone https://github.com/jackchen0120/vueDataV.git -cd vueDataV -npm install 或 yarn + +npm install ``` ## 开发模式 @@ -140,6 +103,3 @@ npm run serve npm run build ``` -#### 获取更多项目实战经验及各种源码资源,请关注作者公众号:懒人码农 - -公众号二维码 diff --git a/src/assets/img/brand/parkIngo.png b/src/assets/img/brand/parkIngo.png new file mode 100644 index 0000000..124f5ae Binary files /dev/null and b/src/assets/img/brand/parkIngo.png differ diff --git a/src/components/seamless/index.vue b/src/components/seamless/index.vue index d59f643..ee4975c 100644 --- a/src/components/seamless/index.vue +++ b/src/components/seamless/index.vue @@ -1,201 +1,207 @@ - - diff --git a/src/views/Brand.vue b/src/views/Brand.vue index ec16ab4..a29fdfb 100644 --- a/src/views/Brand.vue +++ b/src/views/Brand.vue @@ -90,8 +90,8 @@ 今日交易金额
- - + +
@@ -101,6 +101,10 @@
+ +
+ +
@@ -567,7 +571,6 @@ export default { .wrap { background: url(../assets/img/brand/bg.png) no-repeat #000; background-size: cover; - line-height: 1.15; header { position: relative; @@ -625,7 +628,7 @@ export default { .mainbox { min-width: 1024px; max-width: 1920px; - padding: 0.47rem 0.125rem 0; + padding: 0.125rem 0.125rem 0; display: flex; .item { @@ -633,7 +636,6 @@ export default { &.center { flex: 5; - margin: 0 0.125rem 0.1rem; overflow: hidden; .resume { @@ -663,7 +665,6 @@ export default { span { margin-top: .25rem; - // border: .03rem solid rgba(63, 124, 163, 0.7); box-shadow: 0rem .02rem .08rem rgba(38, 228, 245, 0.7); width: 3.535rem; text-align: center; @@ -696,14 +697,14 @@ export default { .map { position: relative; - height: 10.125rem; + height: 8.4rem; .chart { position: absolute; top: 0; left: 0; z-index: 5; - height: 10.125rem; + height: 8.4rem; width: 100%; } diff --git a/vue.config.js b/vue.config.js index 24ab709..d31c7c9 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,6 +4,7 @@ module.exports = { productionSourceMap: false, // 生产环境是否生成 sourceMap 文件 lintOnSave: false, devServer: { + open: true, port: 8081, // proxy: { // "/api": {