提交 71771c6a 编写于 作者: guangjun.yang's avatar guangjun.yang

样式测试等

上级 f2a5f018
......@@ -170,7 +170,8 @@ export default {
"%";
} else {
relVal +=
"<br/>" + divList[j] +
"<br/>" +
// "<br/>" + divList[j] +
params[j].seriesName +
"占比"+ "0%";
// "占比: "+ "0%";
......
......@@ -59,20 +59,20 @@ export default {
height: 100%;
left: 0;
top: 0;
z-index: 10000001;
z-index: 1000000001;
font-size: 20px;
.mask {
position: absolute;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
z-index: 10000002;
z-index: 1000000002;
}
.content {
position: absolute;
left: 50%;
top: 50%;
z-index: 10000003;
z-index: 1000000003;
width: 300px;
// height: 185px;
margin: -150px 0 0 -150px;
......
......@@ -18,7 +18,8 @@
"koa": "^2.6.2",
"nuxt": "^2.0.0",
"v-charts": "^1.19.0",
"vant": "^2.2.13"
"vant": "^2.2.13",
"vconsole": "^3.3.4"
},
"devDependencies": {
"@nuxtjs/axios": "^5.5.4",
......
......@@ -356,6 +356,7 @@ export default {
window.addEventListener(
'scroll',
() => {
console.log("#####11111");
this.handleScroll()
},
false
......@@ -372,6 +373,7 @@ export default {
} else {
this.isScroll = false;
}
console.log("#####22222", this.isScroll);
},
// 获取可区域高度
......
......@@ -4,8 +4,8 @@ import echarts from 'echarts'
import { Toast } from 'vant';
Vue.use(Toast);
// import VConsole from 'vconsole/dist/vconsole.min.js' //import vconsole
// let vConsole = new VConsole() // 初始化
import VConsole from 'vconsole/dist/vconsole.min.js' //import vconsole
let vConsole = new VConsole() // 初始化
Vue.prototype.$echarts = echarts
Vue.prototype.$rocNative = new rocNative();
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册