名投大屏

wangcc a1c345bd30 右键单击关闭小班详情 %!s(int64=2) %!d(string=hai) anos
build 2544f2d3e1 改ico %!s(int64=2) %!d(string=hai) anos
config b34dafe293 更改配置 %!s(int64=2) %!d(string=hai) anos
src a1c345bd30 右键单击关闭小班详情 %!s(int64=2) %!d(string=hai) anos
static 204e3ff453 清镇乡镇边界更新 %!s(int64=2) %!d(string=hai) anos
.babelrc 9a9603c508 first commit %!s(int64=2) %!d(string=hai) anos
.editorconfig 9a9603c508 first commit %!s(int64=2) %!d(string=hai) anos
.gitignore 92604c0c8b auto %!s(int64=2) %!d(string=hai) anos
.postcssrc.js 9a9603c508 first commit %!s(int64=2) %!d(string=hai) anos
README.md 630682c420 dataV源码修改位置及方法 %!s(int64=2) %!d(string=hai) anos
index.html a1c345bd30 右键单击关闭小班详情 %!s(int64=2) %!d(string=hai) anos
logo.png 845ad402fa 更改logo %!s(int64=2) %!d(string=hai) anos
package-lock.json aed144566a 行政区阅览地图开发 %!s(int64=2) %!d(string=hai) anos
package.json 8eca2d6d20 增加vuex %!s(int64=2) %!d(string=hai) anos
vue.config.js aed144566a 行政区阅览地图开发 %!s(int64=2) %!d(string=hai) anos

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.