From 24c063b1062ab560796927b489904a11d1e2b9fc Mon Sep 17 00:00:00 2001 From: YaKun9 <131952790+YaKun9@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:25:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A6=82=E8=A7=88-=E7=8A=B6=E6=80=81,?= =?UTF-8?q?=E7=A3=81=E7=9B=98=E6=95=B0=E9=87=8F=E5=A4=9A=E8=BF=87=E6=97=B6?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=94=B6=E8=B5=B7=20(#6918)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs https://github.com/1Panel-dev/1Panel/issues/6917 feat: 概览-状态,磁盘数量多过时默认收起 --- frontend/src/views/home/status/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/home/status/index.vue b/frontend/src/views/home/status/index.vue index 132b8d2c5..5ef9f1b86 100644 --- a/frontend/src/views/home/status/index.vue +++ b/frontend/src/views/home/status/index.vue @@ -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({ websiteNumber: 0,