Skip to content

Commit

Permalink
feat: 概览-状态,磁盘数量多过时默认收起 (#6918)
Browse files Browse the repository at this point in the history
Refs #6917
feat: 概览-状态,磁盘数量多过时默认收起
  • Loading branch information
YaKun9 authored Nov 1, 2024
1 parent e478d2e commit 24c063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/home/status/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ import { computeSize } from '@/utils/util';
import router from '@/routers';
import i18n from '@/lang';
import { nextTick, ref } from 'vue';
const showMore = ref(true);
const showMore = ref(false);
const baseInfo = ref<Dashboard.BaseInfo>({
websiteNumber: 0,
Expand Down

0 comments on commit 24c063b

Please sign in to comment.