mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-15 07:07:31 +08:00
✨ feat: 优化样式,添加播放列表
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="app-menu">
|
||||
<div class="app-menu-header">
|
||||
<div class="app-menu-logo">
|
||||
<img src="@/assets/logo.png" class="w-9 h-9 mt-2" alt="logo" />
|
||||
<img src="/icon.png" class="w-9 h-9" alt="logo" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="app-menu-list">
|
||||
@@ -24,7 +24,6 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { computed, onMounted, ref, watch } from "@vue/runtime-core";
|
||||
import { useRoute } from "vue-router";
|
||||
const props = defineProps({
|
||||
isText: {
|
||||
@@ -67,7 +66,7 @@ const iconStyle = (index: any) => {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.app-menu {
|
||||
@apply flex-col items-center justify-center p-6;
|
||||
@apply flex-col items-center justify-center px-6;
|
||||
max-width: 100px;
|
||||
}
|
||||
.app-menu-item-link,
|
||||
|
||||
Reference in New Issue
Block a user