mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-15 04:00:00 +08:00
feat: 概览-状态,磁盘数量多过时默认收起 (#6918)
Refs https://github.com/1Panel-dev/1Panel/issues/6917 feat: 概览-状态,磁盘数量多过时默认收起
This commit is contained in:
parent
e478d2e624
commit
24c063b106
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue