From 3ac4bd977b1a9a6c18339fcdd90c3c311e1ca2b0 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Sat, 20 May 2023 13:07:21 +0800 Subject: [PATCH] fix: force block --- src/layouts/components/DefaultLayout.vue | 2 +- src/style.css | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 5476038c..afc7a9d4 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -41,7 +41,7 @@ const changeOpen = (index: Number) => {
diff --git a/src/style.css b/src/style.css index 8eb8f98c..14e9c9ee 100644 --- a/src/style.css +++ b/src/style.css @@ -33,4 +33,11 @@ .table th:first-child { position: relative; z-index: 2; -} \ No newline at end of file +} + + +@media (min-width: 1280px){ + .force-block{ + display: block !important; + } +}