From aa89d41f8a26e614698ffa46a692704cb83dbd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Tue, 16 Aug 2022 16:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BD=9C=E8=A7=89=E6=94=B9=E6=88=90=E4=BC=98?= =?UTF-8?q?=E5=85=88=E7=BA=B5=E5=90=91=E6=8E=92=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-worker.js | 2 +- style.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/service-worker.js b/service-worker.js index da84d29e..9b59ae44 100644 --- a/service-worker.js +++ b/service-worker.js @@ -6079,7 +6079,7 @@ const cachesMap = new Map([ ], [ "style.css", - "d57c5c06d42df93399d43757fd533e3d" + "6b7c797491586a08664ee738b6e81766" ], [ "temp.js", diff --git a/style.css b/style.css index be2fa645..c359b231 100644 --- a/style.css +++ b/style.css @@ -1077,8 +1077,10 @@ icon.inflicts::after min-height: 47px; /* 为了防止只有一层6格大潜觉的时候,被缩减太多的问题*/ /*潜在觉醒布局,使用 gird*/ display: grid; - grid-template-columns: repeat(3, 32px); - grid-auto-rows: 32px; + grid-template: repeat(2, 32px) / repeat(3, 32px); + /*grid-template-columns: repeat(3, 32px); + grid-template-rows: repeat(2, 32px);*/ + grid-auto-flow: column; grid-gap: 3px 6px; place-content: start center; }