This commit is contained in:
lcw
2026-02-07 10:24:29 +08:00
parent 323fcd25fe
commit c0ba4c7c49
22 changed files with 598 additions and 91 deletions

View File

@ -11,6 +11,7 @@
<AppMain />
</div>
</div>
<TestDiv />
</div>
</template>
@ -20,6 +21,7 @@ import NavBar from "./components/NavBar";
import SideBar from "./components/SideBar/index";
import AppMain from "./components/AppMain";
import TagsView from "./components/TagsView";
import TestDiv from "@/components/common/TestDiv.vue";
</script>
<style lang="scss" scoped>
@ -35,7 +37,7 @@ import TagsView from "./components/TagsView";
display: flex;
overflow: hidden;
.el-scrollbar {
.is-active {
background: #fff;
}
@ -58,4 +60,4 @@ import TagsView from "./components/TagsView";
::v-deep .el-scrollbar__view{
border-right: 1px solid #07376d;
}
</style>
</style>