Compare commits
No commits in common. "524eedc451ab1ae9f92a633f8c0f36c48948c6f1" and "b4c9db619eb9671e78b9aefab06b54e0205c7a16" have entirely different histories.
524eedc451
...
b4c9db619e
|
@ -9,7 +9,6 @@ export const useToolState = defineStore('tool', {
|
||||||
showBoardAll: false, // 全屏画板-是否显示
|
showBoardAll: false, // 全屏画板-是否显示
|
||||||
isPdfWin: false, // pdf窗口是否打开
|
isPdfWin: false, // pdf窗口是否打开
|
||||||
isToolWin: false, // 工具窗口是否打开
|
isToolWin: false, // 工具窗口是否打开
|
||||||
curSubjectNode: {} // 当前教材节点 (包含当前教材 单元)
|
|
||||||
}),
|
}),
|
||||||
actions: {
|
actions: {
|
||||||
}
|
}
|
||||||
|
|
|
@ -126,16 +126,4 @@ onMounted(()=>{
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped></style>
|
||||||
:deep(.el-tree-node) {
|
|
||||||
.el-tree-node__content {
|
|
||||||
height: 45px;
|
|
||||||
border-radius: 10px;
|
|
||||||
color: #EFEFEF;
|
|
||||||
//#368FFF
|
|
||||||
&:hover {
|
|
||||||
background-color: #272728;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue