prod
lily.zhang 3 years ago
parent 2580312021
commit 334c398dd5

@ -142,11 +142,11 @@ export default {
background-size: 100% 100%;
.iH-left {
display: flex;
height: 100%;
width: 657px;
margin-left: 16px;
justify-content: flex-start;
margin-top: 16px;
height: 32px;
.iH-left-img1 {
width: 24px;
height: 24px;
@ -167,7 +167,7 @@ export default {
}
.iH-right {
display: flex;
height: 100%;
height: 32px;
width: 657px;
justify-content: flex-end;
margin-right: 16px;

@ -197,11 +197,11 @@ export default {
background-size: 100% 100%;
.iH-left {
display: flex;
height: 100%;
width: 657px;
margin-left: 16px;
justify-content: flex-start;
margin-top: 16px;
height: 32px;
.iH-left-img1 {
width: 24px;
height: 24px;
@ -222,7 +222,7 @@ export default {
}
.iH-right {
display: flex;
height: 100%;
height: 32px;
width: 657px;
justify-content: flex-end;
margin-right: 16px;

@ -153,11 +153,11 @@ export default {
background-size: 100% 100%;
.iH-left {
display: flex;
height: 100%;
width: 657px;
margin-left: 16px;
justify-content: flex-start;
margin-top: 16px;
height: 32px;
.iH-left-img1 {
width: 24px;
height: 24px;
@ -178,7 +178,7 @@ export default {
}
.iH-right {
display: flex;
height: 100%;
height: 32px;
width: 657px;
justify-content: flex-end;
margin-right: 16px;

@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-10-12 13:56:13
* @LastEditTime: 2021-11-05 11:38:47
* @LastEditTime: 2021-11-05 12:00:57
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/mixins/index.js
@ -68,8 +68,8 @@ export default {
}
},
highly: {
bind(el, binding) { // el为绑定的元素binding为绑定给指令的对象
adaptive(el, binding.value)
bind() { // el为绑定的元素binding为绑定给指令的对象
// adaptive(el, binding.value)
// el.__vueSetInterval__ = setInterval(adaptive, 300);
},
inserted(el, binding) {

@ -1,13 +1,13 @@
<!--
* @Author: xw
* @Date: 2021-10-08 09:17:42
* @LastEditTime: 2021-11-05 11:43:01
* @LastEditTime: 2021-11-05 11:53:03
* @LastEditors: Please set LastEditors
* @Description: 行业洞察
* @FilePath: /data-show/src/views/Index/index.vue
-->
<template>
<div class="d-container" ref="dc" :style="outStyle" v-resize="handleResize">
<div class="d-container" ref="dc" :style="outStyle">
<div class="In-body">
<div class="d1">
<real-time-event></real-time-event>
@ -122,19 +122,6 @@ export default {
this.modalObj.visible = true;
});
},
handleResize({height}) {
let hb = document.body.scrollHeight; //
let hx = parseFloat(height);
let hs = document.body.clientHeight; //
console.log('hb:'+hb)
console.log('hx:'+hx)
console.log('hs:'+hs)
// this.outStyle = {
// transform: `scaleY(${z}) translate(0, ${marginTop}px)`,
// }
// this.$emit('changeZoom', z)
},
handlerSs() {
},

Loading…
Cancel
Save