From 76eef0389848065963a295c66163a630697054fa Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期日, 07 七月 2024 09:47:01 +0800
Subject: [PATCH] PDA
---
代码管理/大屏/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..071f71f 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)
+ },36000)
},
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,460],
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