style(home): 移除首页背景颜色属性
- 删除了 index.vue 文件中 div 元素的 bg-#fff 类,以移除白色背景 - 此修改旨在调整首页的视觉效果,可能为后续样式添加做准备
This commit is contained in:
parent
68935e03a2
commit
8c57db5764
@ -112,7 +112,7 @@ const changeLive=()=>{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="bg-#fff flex-grow-1">
|
||||
<div class="flex-grow-1">
|
||||
<div
|
||||
@click="changeLive"
|
||||
:class="[
|
||||
|
Loading…
Reference in New Issue
Block a user