prod
lily.zhang 4 years ago
parent fdbfc5b0ee
commit e95f6a777c

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

Loading…
Cancel
Save