Compare commits

...

3 Commits

Author SHA1 Message Date
lixiaobang 075c6d8ae5 代码提交 2023-01-12 08:56:08 +08:00
lixiaobang c5e149a5c1 代码提交 2023-01-11 18:23:42 +08:00
lixiaobang e345dd6f3f 代码提交 2023-01-11 18:12:29 +08:00
4 changed files with 6 additions and 9 deletions

View File

@ -17,8 +17,6 @@
"less-loader": "^5.0.0", "less-loader": "^5.0.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"pdfjs-dist": "2.5.207", "pdfjs-dist": "2.5.207",
"postcss-px2rem-exclude": "^0.0.6",
"px2rem-loader": "^0.1.9",
"v-fit-columns": "^0.2.0", "v-fit-columns": "^0.2.0",
"vue": "^2.6.10", "vue": "^2.6.10",
"vue-pdf": "4.2.0", "vue-pdf": "4.2.0",

View File

@ -220,8 +220,8 @@ import {getData} from './api/index.js'
text-align: center; text-align: center;
// color: #2c3e50; // color: #2c3e50;
// margin-top: 60px; // margin-top: 60px;
width: 5120px; width: 5760px;
height: 1440px; height: 1080px;
transition: all .2s linear; transition: all .2s linear;
transform-origin: left top; transform-origin: left top;
background: url("./assets/images/home.png") no-repeat; background: url("./assets/images/home.png") no-repeat;

View File

@ -29,8 +29,7 @@ window.onload=function()
//获取标准rem单位 //获取标准rem单位
document.documentElement.style.fontSize=(document.documentElement.clientWidth/5120)*15+'px'; document.documentElement.style.fontSize=(document.documentElement.clientWidth/5120)*15+'px';
} }
// import './config/rem'
import './config/rem'
new Vue({ new Vue({
router, router,
render: h => h(App) render: h => h(App)

View File

@ -2122,8 +2122,8 @@ export default {
layoutSize: "100%", layoutSize: "100%",
roam: false, roam: false,
// show:false, // show:false,
// zoom:0.82, zoom:0.82,
zoom:1.25, // zoom:1.25,
// zlevel:-10, // zlevel:-10,
itemStyle: { itemStyle: {
normal: { normal: {
@ -5413,7 +5413,7 @@ export default {
}; };
#echartsSmallMap{ #echartsSmallMap{
width: 92%; width: 92%;
height: 90%; height: 100%;
} }
} }