名投大屏

wangcc 94dec9ffb6 查询小班列表样式修改 2 年 前
build 2544f2d3e1 改ico 2 年 前
config 5844dbc7e7 小班边界使用递归分页请求,事件处理bug修复 2 年 前
src 94dec9ffb6 查询小班列表样式修改 2 年 前
static 42f720ccad 优化地图乡镇边界JSON大小,优化地图加载 2 年 前
.babelrc 9a9603c508 first commit 2 年 前
.editorconfig 9a9603c508 first commit 2 年 前
.gitignore 92604c0c8b auto 2 年 前
.postcssrc.js 9a9603c508 first commit 2 年 前
README.md c30d132a70 dataV滚动组件修改 2 年 前
index.html a1c345bd30 右键单击关闭小班详情 2 年 前
logo.png 845ad402fa 更改logo 2 年 前
package-lock.json 367c06460a 实现小班详情label点击图片放大 2 年 前
package.json 367c06460a 实现小班详情label点击图片放大 2 年 前
vue.config.js aed144566a 行政区阅览地图开发 2 年 前

README.md

ntbigscreen

A Vue.js project

Build Setup

dataV鼠标移入移出

修改 @jiaminghi 源码 文件位置 @jiaminghi => data-view => lib => components => scrollBoard => main.vue handleHover() 方法 在鼠标移出事件中将 @mouseleave="handleHover(false)" 修改为 @mouseleave="handleHover(false, ri, ci, row, ceil)" methods中 handleHover()添加 if (!enter) emitEvent('mouseout', ri, ci, row, ceil)

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

dataV滚动组件修改

'node_modules_@jiaminghi_data-view@2.10.0@@jiaminghi\data-view\lib\components\scrollBoard\src\main.vue' 在25行给'row-item'添加id':id="row.ceils[4]"