feat: 概览-状态,磁盘数量多过时默认收起 (#6918)

Refs https://github.com/1Panel-dev/1Panel/issues/6917
feat: 概览-状态,磁盘数量多过时默认收起
This commit is contained in:
YaKun9 2024-11-01 22:25:10 +08:00 committed by GitHub
parent e478d2e624
commit 24c063b106
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,