mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
🐞 fix(lrc): 修复背景问题
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<n-drawer :show="musicFull" height="100vh" placement="bottom" drawer-class="music-drawer">
|
||||
<n-drawer :show="musicFull" height="100vh" placement="bottom" :drawer-style="{backgroundColor:'transparent'}">
|
||||
<div id="drawer-target">
|
||||
<div class="music-img">
|
||||
<n-image
|
||||
@@ -105,10 +105,6 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.music-drawer {
|
||||
@apply bg-transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
#drawer-target {
|
||||
@apply top-0 left-0 absolute w-full h-full overflow-hidden rounded px-24 pt-24 pb-48 flex items-center;
|
||||
backdrop-filter: blur(20px);
|
||||
|
||||
Reference in New Issue
Block a user