From da934d6be03e6ebd86d59857aae0bf1e03e2df65 Mon Sep 17 00:00:00 2001 From: danshihao Date: Sat, 12 Oct 2024 13:35:29 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E9=A6=96=E9=A1=B5]=20=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E5=85=A5=E5=8F=A3=E7=A7=BB=E5=8A=A8=E5=88=B0=E5=BA=95?= =?UTF-8?q?=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/Analysis.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue index 3e348af..4471c6c 100644 --- a/src/views/dashboard/Analysis.vue +++ b/src/views/dashboard/Analysis.vue @@ -41,7 +41,7 @@ export default { height: calc(100vh - 60px - 8px - 20px - 20px); grid-gap: 20px; grid-template-columns: 0.4fr 0.6fr; - grid-template-rows: 56px 180px minmax(200px, auto) 180px; + grid-template-rows: 56px minmax(200px, auto) 180px 180px; grid-template-areas: 'Search Search' 'Todo Table' 'Link Table' @@ -113,7 +113,7 @@ export default { margin-bottom: 8px; height: calc(100vh - 60px - 8px - 20px + 200px); // 友情链接部分减少了12像素 - grid-template-rows: 48px 180px minmax(200px, auto) 168px; + grid-template-rows: 48px minmax(200px, auto) 168px 180px; } /deep/ .top-wrapper { .left-p {