This commit is contained in:
fks-yangshouda
2024-09-03 17:02:44 +08:00
4 changed files with 12 additions and 6 deletions

View File

@@ -38,7 +38,8 @@
width="496" width="496"
:forceRender="preload" :forceRender="preload"
placement="right" placement="right"
:body-style="{ background: 'rgba(0, 0, 0)', opacity: 0.8 }" style="opacity: 0.8"
:body-style="{ background: 'black' }"
:closable="false" :closable="false"
id="drawer" id="drawer"
:maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }"> :maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }">

View File

@@ -37,8 +37,9 @@
class="drawer-item" class="drawer-item"
width="496" width="496"
:forceRender="preload" :forceRender="preload"
style="opacity: 0.8"
placement="right" placement="right"
:body-style="{ background: 'rgba(0, 0, 0)', opacity: 0.8 }" :body-style="{ background: 'black' }"
:closable="false" :closable="false"
id="drawer" id="drawer"
:maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }"> :maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }">

View File

@@ -127,7 +127,8 @@
:width="496" :width="496"
:forceRender="preload" :forceRender="preload"
placement="right" placement="right"
:body-style="{ background: 'rgba(0, 0, 0)', opacity: 0.8, color: 'white' }" style="opacity: 0.8"
:body-style="{ background: 'black' }"
:closable="false" :closable="false"
id="drawer" id="drawer"
:maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }" :maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }"
@@ -189,7 +190,8 @@
:width="496" :width="496"
:forceRender="preload" :forceRender="preload"
placement="right" placement="right"
:body-style="{ background: 'rgba(0, 0, 0)', opacity: 0.8, color: 'white' }" style="opacity: 0.8"
:body-style="{ background: 'black' }"
:closable="false" :closable="false"
id="drawer" id="drawer"
:maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }" :maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }"
@@ -250,7 +252,8 @@
:width="496" :width="496"
:forceRender="preload" :forceRender="preload"
placement="right" placement="right"
:body-style="{ background: 'rgba(0, 0, 0)', opacity: 0.8, color: 'white' }" style="opacity: 0.8"
:body-style="{ background: 'black' }"
:closable="false" :closable="false"
id="drawer" id="drawer"
:maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }" :maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }"

View File

@@ -55,7 +55,8 @@
class="drawer-item" class="drawer-item"
width="496" width="496"
placement="right" placement="right"
:body-style="{ background: 'rgba(0, 0, 0)', opacity: 0.8 }" style="opacity: 0.8"
:body-style="{ background: 'black' }"
:closable="false" :closable="false"
id="drawer" id="drawer"
:maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }"> :maskStyle="{ 'background-color': 'rgba(0, 0, 0, 0)' }">