From 08dd2afd7a9614dad029e94918516b068d413cac Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期四, 04 七月 2024 17:46:41 +0800 Subject: [PATCH] 大屏 --- 代码管理/大屏/src/views/centerRight4.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" index 4070a0f..4fafef7 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" @@ -46,7 +46,7 @@ this.GetLocationData(); setInterval(() => { this.GetLocationData() - },60000) + },100) }, GetLocationData(){ var _this=this; @@ -68,7 +68,7 @@ oddRowBGC: '#0f1325', //濂囨暟琛� evenRowBGC: '#171c33', //鍋舵暟琛� index: true, - columnWidth: [50,130,100,60,270], + columnWidth: [50,130,100,60,960], align: ['center'], } }).catch((x)=>{ @@ -81,7 +81,7 @@ <style lang="scss" scoped> $box-height: 520px; -$box-width: 630px; +$box-width: 850px; #centerRight1 { padding: 10px; padding-top: 20px; -- Gitblit v1.9.3