Compare commits
No commits in common. "075c6d8ae56f0fa7f5e868f1f9e1597c7088399b" and "48870fb4866c4bb2c6bb2d118da957bbdda5b0cc" have entirely different histories.
075c6d8ae5
...
48870fb486
|
@ -17,6 +17,8 @@
|
|||
"less-loader": "^5.0.0",
|
||||
"moment": "^2.29.4",
|
||||
"pdfjs-dist": "2.5.207",
|
||||
"postcss-px2rem-exclude": "^0.0.6",
|
||||
"px2rem-loader": "^0.1.9",
|
||||
"v-fit-columns": "^0.2.0",
|
||||
"vue": "^2.6.10",
|
||||
"vue-pdf": "4.2.0",
|
||||
|
|
|
@ -220,8 +220,8 @@ import {getData} from './api/index.js'
|
|||
text-align: center;
|
||||
// color: #2c3e50;
|
||||
// margin-top: 60px;
|
||||
width: 5760px;
|
||||
height: 1080px;
|
||||
width: 5120px;
|
||||
height: 1440px;
|
||||
transition: all .2s linear;
|
||||
transform-origin: left top;
|
||||
background: url("./assets/images/home.png") no-repeat;
|
||||
|
|
|
@ -29,7 +29,8 @@ window.onload=function()
|
|||
//获取标准rem单位
|
||||
document.documentElement.style.fontSize=(document.documentElement.clientWidth/5120)*15+'px';
|
||||
}
|
||||
// import './config/rem'
|
||||
|
||||
import './config/rem'
|
||||
new Vue({
|
||||
router,
|
||||
render: h => h(App)
|
||||
|
|
|
@ -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: 100%;
|
||||
height: 90%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue