lcw
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user