mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
没啥
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"compile-hero.disable-compile-files-on-did-save-code": true
|
||||||
|
}
|
||||||
@@ -26,6 +26,7 @@ const musicFullClass = computed(() => {
|
|||||||
<template>
|
<template>
|
||||||
<div class="pop-page" v-show="props.showPop" :class="musicFullClass">
|
<div class="pop-page" v-show="props.showPop" :class="musicFullClass">
|
||||||
<i class="iconfont icon-icon_error close" v-if="props.showClose" @click="close()"></i>
|
<i class="iconfont icon-icon_error close" v-if="props.showClose" @click="close()"></i>
|
||||||
|
<img src="http://code.myalger.top/2000*2000.jpg,f054f0,0f2255" />
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -33,7 +34,8 @@ const musicFullClass = computed(() => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.pop-page {
|
.pop-page {
|
||||||
height: 800px;
|
height: 800px;
|
||||||
@apply relative;
|
@apply absolute top-4 left-0 w-full;
|
||||||
|
background-color: #000000f0;
|
||||||
.close {
|
.close {
|
||||||
@apply absolute top-4 right-4 cursor-pointer text-white text-3xl;
|
@apply absolute top-4 right-4 cursor-pointer text-white text-3xl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user