This commit is contained in:
2026-01-31 17:12:04 +08:00
parent a8b39af475
commit dfe6036489
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import QygktjCount from './qygktjCount.vue'
import XxhjCount from './xxhjCount.vue' import XxhjCount from './xxhjCount.vue'
import { ref } from "vue"; import { ref } from "vue";
const butList=ref(["情报统计分析","预警统计",'全域管控统计','信息汇聚统计']) const butList=ref(["情报统计分析","预警统计",'全域管控统计','信息汇聚统计'])
const qh = ref('信息汇聚统计') const qh = ref('情报统计分析')
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

View File

@ -292,7 +292,7 @@ const tabHeightFn = () => {
} }
} }
.cnt-item-last{ .cnt-item-last{
width: 49.5%; width: 49.8%;
} }
} }
} }