请问老师,singer-detail组件为何要设置 z-index

来源:4-4 歌手详情页 MusicList 组件功能交互优化(01)

Madao54

2022-06-13

请问为何 singer-detail 组件这里需要设置 z-index,而且在 music-list 中也有应用

<style lang="scss" scoped>
  .singer-detail {
    position: fixed;
    z-index: 10; // ⬅️这句代码
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: $color-background;
  }
</style>
写回答

1回答

ustbhuangyi

2022-06-13

z-index 用来改变层级

0
1
Madao54
我没理清楚为何要给 singer-detail 设置层级,我尝试注释这个属性。没有发生变化。希望老师点明一下
2022-06-14
共1条回复

Vue3开发企业级音乐Web App 明星讲师带你学大厂代码

慕课网明星讲师黄轶深度讲解 Vue3.0 ,提升的不止是Vue代码能力

2223 学习 · 1002 问题

查看课程