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, // 全屏画板-是否显示
|
||||
isPdfWin: false, // pdf窗口是否打开
|
||||
isToolWin: false, // 工具窗口是否打开
|
||||
curSubjectNode: {} // 当前教材节点 (包含当前教材 单元)
|
||||
}),
|
||||
actions: {
|
||||
}
|
||||
|
|
|
@ -126,16 +126,4 @@ onMounted(()=>{
|
|||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:deep(.el-tree-node) {
|
||||
.el-tree-node__content {
|
||||
height: 45px;
|
||||
border-radius: 10px;
|
||||
color: #EFEFEF;
|
||||
//#368FFF
|
||||
&:hover {
|
||||
background-color: #272728;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped></style>
|
Loading…
Reference in New Issue