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; + } +}