🐛 Fix: fix backgroud color mismatch problem on MacOS

This commit is contained in:
萌萌哒赫萝
2023-03-24 10:58:01 +08:00
parent 33e8ad22c4
commit f0daf97028
2 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
<div id="main-page">
<div
class="fake-title-bar"
:class="{ 'darwin': os === 'darwin' }"
>
<div class="fake-title-bar__title">
PicList - {{ version }}
@@ -123,7 +122,6 @@
:offset="3"
style="height: 100%"
class="main-wrapper"
:class="{ 'darwin': os === 'darwin' }"
>
<router-view
v-slot="{ Component }"