底部样式更改&计划树图标更改

This commit is contained in:
zhujiyan
2024-08-27 20:34:02 +08:00
parent 0a5bef1407
commit f148f9a089
6 changed files with 68 additions and 19 deletions

View File

@@ -30,5 +30,8 @@ const layout = computed(() => globalStore.layout);
<style scoped lang="scss">
.layout {
min-width: 600px;
position: fixed;
left: 0;
top: 0;
}
</style>