prod
lily.zhang 3 years ago
parent fdbfc5b0ee
commit e95f6a777c

@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-10-12 13:56:13
* @LastEditTime: 2021-11-08 12:03:25
* @LastEditTime: 2021-11-09 09:36:26
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/mixins/index.js
@ -69,7 +69,7 @@ export default {
let h = style.height;
firstH = firstH || h;
if (height == wh) return
if(wh >= 760 && wh < 930 && b) {
if(wh >= 760 && wh < 900 && b) {
el.style.height = z * parseFloat(h) + 'px';
b = !b
} else {

Loading…
Cancel
Save