Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
penggy committed Nov 19, 2020
1 parent aa284e2 commit 3865bfe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install -g cross-env
cd web_src
# 安装 npm 依赖
npm install --registry=https://registry.npm.taobao.org
cnpm install
# 编辑 webpack.config.js > devServer > proxy ip 指向 server ip
Expand Down
1 change: 1 addition & 0 deletions web_src/components/AdminLTE.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export default {
zindex: 999999,
cursorwidth: "10px",
cursoropacitymax: 0.5,
preservenativescrolling: false,
enablekeyboard: false,
});
}
Expand Down
1 change: 1 addition & 0 deletions web_src/components/Play.vue
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ export default {
zindex: 999999,
cursorwidth: "10px",
cursoropacitymax: 0.5,
preservenativescrolling: false,
enablekeyboard: false,
});
}
Expand Down
3 changes: 3 additions & 0 deletions web_src/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ module.exports = {
}, {
test: /pretty-bytes/,
loader: 'babel-loader'
}, {
test: /asn1\.js/,
loader: 'babel-loader'
}, {
test: /\.vue$/,
loader: 'vue-loader',
Expand Down

0 comments on commit 3865bfe

Please sign in to comment.