调整部分布局和部分快捷键

This commit is contained in:
X1627315083
2025-02-03 13:22:34 +08:00
parent 4f6623d5b2
commit 6ce51878f4
7 changed files with 39 additions and 31 deletions

View File

@@ -39,6 +39,7 @@ export default defineComponent({
total:0,
pageSize:10,
currentPage:1,
designDetailData:inject('designDetailData') as any//父组件传过来的数据
})
const getDetailListDom = reactive({
libraryList:null as any,
@@ -73,5 +74,6 @@ export default defineComponent({
display: flex;
flex-direction: column;
padding-top: 3rem;
overflow: hidden;
}
</style>