This commit is contained in:
plightfield 2024-09-14 11:14:27 +08:00
parent 3a5aa3d5d3
commit c2ba7f26af
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default defineComponent({
></div>
)}
<div
class="absolute left-0 top-0 w-[250px] h-[195px] bg-black"
class="absolute left-0 top-0 w-full h-full bg-black"
style={{
zIndex: 1,
backgroundColor: `rgba(0,0,0,${settings.state.maskOpacity})`,