代码提交
This commit is contained in:
commit
c5e149a5c1
File diff suppressed because it is too large
Load Diff
|
@ -21,13 +21,15 @@
|
|||
"vue": "^2.6.10",
|
||||
"vue-pdf": "4.2.0",
|
||||
"vue-router": "^3.0.3",
|
||||
"vuex": "^3.0.1"
|
||||
"vuex": "^3.0.1",
|
||||
"webpack-dev-server": "^2.9.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^3.0.4",
|
||||
"@vue/cli-service": "^3.0.4",
|
||||
"postcss-pxtorem": "^6.0.0",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
"mini-css-extract-plugin": "^2.7.2",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"webpack": "^4.0.0"
|
||||
},
|
||||
"postcss": {
|
||||
"plugins": {
|
||||
|
|
|
@ -220,8 +220,8 @@ import {getData} from './api/index.js'
|
|||
text-align: center;
|
||||
// color: #2c3e50;
|
||||
// margin-top: 60px;
|
||||
width: 5120px;
|
||||
height: 1440px;
|
||||
width: 5760px;
|
||||
height: 1080px;
|
||||
transition: all .2s linear;
|
||||
transform-origin: left top;
|
||||
background: url("./assets/images/home.png") no-repeat;
|
||||
|
|
|
@ -29,7 +29,6 @@ window.onload=function()
|
|||
//获取标准rem单位
|
||||
document.documentElement.style.fontSize=(document.documentElement.clientWidth/5120)*15+'px';
|
||||
}
|
||||
|
||||
import './config/rem'
|
||||
new Vue({
|
||||
router,
|
||||
|
|
|
@ -2122,8 +2122,8 @@ export default {
|
|||
layoutSize: "100%",
|
||||
roam: false,
|
||||
// show:false,
|
||||
// zoom:0.82,
|
||||
zoom:1.25,
|
||||
zoom:0.82,
|
||||
// zoom:1.25,
|
||||
// zlevel:-10,
|
||||
itemStyle: {
|
||||
normal: {
|
||||
|
@ -5413,7 +5413,7 @@ export default {
|
|||
};
|
||||
#echartsSmallMap{
|
||||
width: 92%;
|
||||
height: 90%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue